01M0Z7YTSP2RX9ED9KB50AAA6D: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M0Z7Z62VEDC3M4ECV2JYAJ5Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T14:36:38.545Zjob assigned to worker 01M0Z7Z8X16DN2D5K1114SJHEK [factory aws, i-061a30a0e95828515] (queued for 53 s)
 
22026-08-26T14:36:46.648Zstarting task 0: "setup"
32026-08-26T14:36:46.653Z++ uname -s
42026-08-26T14:36:46.656Z+ kern=SunOS
52026-08-26T14:36:46.656Z+ build_user=build
62026-08-26T14:36:46.656Z+ build_uid=12345
72026-08-26T14:36:46.656Z+ work_dir=/work
82026-08-26T14:36:46.656Z+ input_dir=/input
92026-08-26T14:36:46.656Z+ [[ 0 == 12345 ]]
102026-08-26T14:36:46.657Z+ case "$kern" in
112026-08-26T14:36:46.657Z+ groupadd -g 12345 build
122026-08-26T14:36:46.660Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T14:36:48.665Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T14:36:48.856Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T14:36:48.859Z+ home_fs=zfs
162026-08-26T14:36:48.859Z+ [[ zfs == autofs ]]
172026-08-26T14:36:48.859Z+ mkdir -p /home/build
182026-08-26T14:36:48.863Z+ chown build:build /home/build /work
192026-08-26T14:36:50.863Z+ chmod 0700 /home/build /work
202026-08-26T14:36:50.866Zprocess exited: duration 4222 ms, exit code 0
 
212026-08-26T14:36:50.873Zstarting task 1: "rust-toolchain"
222026-08-26T14:36:50.880Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T14:36:50.880Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-26T14:36:50.880Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-26T14:36:50.880Z * rust toolchain channel = "1.97.1"
262026-08-26T14:36:50.880Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T14:36:50.880Z * rust toolchain profile = "default"
282026-08-26T14:36:50.884Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T14:36:50.884Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T14:36:50.972Zinfo: downloading installer
312026-08-26T14:36:52.207Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T14:36:52.207Zwarn: /home/build/.rustup/settings.toml
332026-08-26T14:36:52.207Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T14:36:52.207Zwarn: instead of the one inferred from the default host triple.
352026-08-26T14:36:52.219Zinfo: profile set to default
362026-08-26T14:36:52.219Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T14:36:52.224Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T14:36:52.374Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T14:36:52.378Zinfo: downloading 6 components
402026-08-26T14:37:06.650Z
412026-08-26T14:37:06.651Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-26T14:37:06.681Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T14:37:06.681Z
442026-08-26T14:37:06.681Z
452026-08-26T14:37:06.681ZRust is installed now. Great!
462026-08-26T14:37:06.681Z
472026-08-26T14:37:06.681ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T14:37:06.682Zenvironment variable. This has not been done automatically.
492026-08-26T14:37:06.682Z
502026-08-26T14:37:06.685ZTo configure your current shell, you need to source
512026-08-26T14:37:06.685Zthe corresponding env file under $HOME/.cargo.
522026-08-26T14:37:06.685Z
532026-08-26T14:37:06.685ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T14:37:06.685Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T14:37:06.685Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T14:37:06.685Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T14:37:06.685Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T14:37:06.685Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T14:37:06.686Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T14:37:06.686Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T14:37:06.686Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T14:37:06.794Z+ rustup --version
632026-08-26T14:37:06.800Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T14:37:06.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T14:37:06.821Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T14:37:06.824Z+ cargo --version
672026-08-26T14:37:06.834Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T14:37:06.837Z+ rustc --version
692026-08-26T14:37:06.858Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T14:37:06.862Zprocess exited: duration 15987 ms, exit code 0
 
712026-08-26T14:37:06.868Zstarting task 2: "authentication"
722026-08-26T14:37:06.892Zprocess exited: duration 23 ms, exit code 0
 
732026-08-26T14:37:06.901Zstarting task 3: "clone repository"
742026-08-26T14:37:06.905Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-26T14:37:06.908Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-26T14:37:06.932ZCloning into '/work/oxidecomputer/omicron'...
772026-08-26T14:37:19.741Z+ cd /work/oxidecomputer/omicron
782026-08-26T14:37:19.741Z+ git fetch origin e7596aad5496048a384e26fd8e478cad2ae722b1
792026-08-26T14:37:20.387ZFrom https://github.com/oxidecomputer/omicron
802026-08-26T14:37:20.387Z * branch e7596aad5496048a384e26fd8e478cad2ae722b1 -> FETCH_HEAD
812026-08-26T14:37:20.402Z+ [[ -n ben/multiple-eips-in-inventory-types ]]
822026-08-26T14:37:20.405Z++ git branch --show-current
832026-08-26T14:37:20.408Z+ current=main
842026-08-26T14:37:20.408Z+ [[ main != ben/multiple-eips-in-inventory-types ]]
852026-08-26T14:37:20.409Z+ git branch -f ben/multiple-eips-in-inventory-types e7596aad5496048a384e26fd8e478cad2ae722b1
862026-08-26T14:37:20.412Z+ git checkout -f ben/multiple-eips-in-inventory-types
872026-08-26T14:37:20.669ZSwitched to branch 'ben/multiple-eips-in-inventory-types'
882026-08-26T14:37:20.673Z+ git reset --hard e7596aad5496048a384e26fd8e478cad2ae722b1
892026-08-26T14:37:20.705ZHEAD is now at e7596aad5 Support multiple external IPs in sled-agent inventory
902026-08-26T14:37:20.708Zprocess exited: duration 13808 ms, exit code 0
 
912026-08-26T14:37:20.715Zstarting task 4: "build"
922026-08-26T14:37:20.725Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-08-26T14:37:20.725Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-08-26T14:37:20.726Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-08-26T14:37:20.726Z+ mkdir /var/tmp/omicron_tmp
962026-08-26T14:37:20.729Z+ source ./env.sh
972026-08-26T14:37:20.729Z++ OLD_SHELL_OPTS=ehxB
982026-08-26T14:37:20.729Z++ set -o xtrace
992026-08-26T14:37:20.733Z++++ dirname ./env.sh
1002026-08-26T14:37:20.736Z+++ readlink -f .
1012026-08-26T14:37:20.736Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-26T14:37:20.736Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-26T14:37:20.736Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-26T14:37:20.736Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-26T14:37:20.736Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-26T14:37:20.736Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-26T14:37:20.736Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-26T14:37:20.736Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-26T14:37:20.736Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-26T14:37:20.736Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-26T14:37:20.736Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-26T14:37:20.736Z++ case $OLD_SHELL_OPTS in
1132026-08-26T14:37:20.736Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-26T14:37:20.737Z+ source .github/buildomat/ci-env.sh
1152026-08-26T14:37:20.737Z++ export CARGO_TERM_COLOR=always
1162026-08-26T14:37:20.737Z++ CARGO_TERM_COLOR=always
1172026-08-26T14:37:20.740Z+++ uname -s
1182026-08-26T14:37:20.740Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-08-26T14:37:20.740Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-08-26T14:37:20.745Z+ target_os=illumos
1212026-08-26T14:37:20.745Z+ NEXTEST_VERSION=0.9.131
1222026-08-26T14:37:20.745Z+ cargo --version
1232026-08-26T14:37:20.752Zcargo 1.97.1 (c980f4866 2026-06-30)
1242026-08-26T14:37:20.756Z+ rustc --version
1252026-08-26T14:37:20.776Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1262026-08-26T14:37:20.780Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-08-26T14:37:20.783Z+ gunzip
1282026-08-26T14:37:20.783Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-08-26T14:37:21.687Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-08-26T14:37:21.694Z+ OUTPUT_DIR=/work
1312026-08-26T14:37:21.694Z+ echo 'tests will store non-ephemeral output in /work'
1322026-08-26T14:37:21.694Ztests will store non-ephemeral output in /work
1332026-08-26T14:37:21.694Z+ mkdir -p /work
1342026-08-26T14:37:21.694Z+ banner prerequisites
1352026-08-26T14:37:21.694Z
1362026-08-26T14:37:21.694Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-08-26T14:37:21.694Z # # # # # # # # # # # # # # #
1382026-08-26T14:37:21.694Z # # # # ##### # # ##### # # # # # #### #
1392026-08-26T14:37:21.694Z ##### ##### # ##### # # # # # # # # #
1402026-08-26T14:37:21.694Z # # # # # # # # # # # # # # #
1412026-08-26T14:37:21.694Z # # # ###### # # ###### ### # #### # #### #
1422026-08-26T14:37:21.694Z
1432026-08-26T14:37:21.694Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-08-26T14:37:23.634Z Startup: Refreshing catalog 'helios' ... Done
1452026-08-26T14:37:24.027Z Startup: Caching catalogs ... Done
1462026-08-26T14:37:26.255ZPlanning: Solver setup ... Done (2.109s)
1472026-08-26T14:37:26.317ZPlanning: Running solver ... Done (0.062s)
1482026-08-26T14:37:26.367ZPlanning: Finding local manifests ... Done (0.002s)
1492026-08-26T14:37:26.380ZPlanning: Fetching manifests: 0/2 0% complete
1502026-08-26T14:37:26.402ZPlanning: Fetching manifests: 2/2 100% complete
1512026-08-26T14:37:26.417ZPlanning: Package planning ... Done (0.015s)
1522026-08-26T14:37:26.420ZPlanning: Merging actions ... Done (0.002s)
1532026-08-26T14:37:26.638ZPlanning: Checking for conflicting actions ... Done (0.220s)
1542026-08-26T14:37:26.642ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-08-26T14:37:27.274ZPlanning: Evaluating mediators ... Done (0.635s)
1562026-08-26T14:37:27.277ZPlanning: Planning completed in 3.21 seconds
1572026-08-26T14:37:27.282Z Packages to install: 2
1582026-08-26T14:37:27.282Z Estimated space available: 155.99 GB
1592026-08-26T14:37:27.285ZEstimated space to be consumed: 80.56 MB
1602026-08-26T14:37:27.285Z Create boot environment: No
1612026-08-26T14:37:27.285ZCreate backup boot environment: No
1622026-08-26T14:37:27.285Z Rebuild boot archive: No
1632026-08-26T14:37:27.285Z
1642026-08-26T14:37:27.285ZChanged packages:
1652026-08-26T14:37:27.285Zhelios
1662026-08-26T14:37:27.285Z developer/build-essential
1672026-08-26T14:37:27.285Z None -> 11-3.0
1682026-08-26T14:37:27.285Z library/libxmlsec1
1692026-08-26T14:37:27.286Z None -> 1.2.35-3.0
1702026-08-26T14:37:27.304Z
1712026-08-26T14:37:27.304ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-08-26T14:37:27.377ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
1732026-08-26T14:37:27.449Z Actions: 1/268 actions (Installing new actions)
1742026-08-26T14:37:27.486Z Actions: Completed 268 actions in 0.04 seconds.
1752026-08-26T14:37:27.522ZFinalize: Updating package state database ... Done (0.035s)
1762026-08-26T14:37:27.522ZFinalize: Updating package cache ... Done (0.000s)
1772026-08-26T14:37:27.612ZFinalize: Updating image state ... Done (0.090s)
1782026-08-26T14:37:30.161ZFinalize: Creating fast lookup database ... Done (2.495s)
1792026-08-26T14:37:30.229ZFinalize: Reading search index ... Done (0.012s)
1802026-08-26T14:37:30.232ZFinalize: Updating search index ... Done (0.000s)
1812026-08-26T14:37:30.335ZFinalize: Updating package cache ... Done (0.000s)
1822026-08-26T14:37:30.702ZPlanning: Evaluating mediator changes ... Done
1832026-08-26T14:37:30.807ZPlanning: Checking for conflicting actions ... Done
1842026-08-26T14:37:30.810ZPlanning: Consolidating action changes ... Done
1852026-08-26T14:37:30.962ZPlanning: Evaluating mediators ... Done
1862026-08-26T14:37:30.965ZPlanning: Planning completed in 0.26 seconds
1872026-08-26T14:37:30.986Z Mediators to change: 2
1882026-08-26T14:37:30.986Z Create boot environment: No
1892026-08-26T14:37:30.986ZCreate backup boot environment: No
1902026-08-26T14:37:31.038ZFinalize: Updating package state database ... Done
1912026-08-26T14:37:31.038ZFinalize: Updating package cache ... Done
1922026-08-26T14:37:31.092ZFinalize: Updating image state ... Done
1932026-08-26T14:37:33.015ZFinalize: Creating fast lookup database ... Done
1942026-08-26T14:37:33.075ZFinalize: Reading search index ... Done
1952026-08-26T14:37:33.079ZFinalize: Updating search index ... Done
1962026-08-26T14:37:33.174ZFinalize: Updating package cache ... Done
1972026-08-26T14:37:33.456ZPlanning: Evaluating mediator changes ... Done
1982026-08-26T14:37:33.560ZPlanning: Checking for conflicting actions ... Done
1992026-08-26T14:37:33.565ZPlanning: Consolidating action changes ... Done
2002026-08-26T14:37:33.713ZPlanning: Evaluating mediators ... Done
2012026-08-26T14:37:33.717ZPlanning: Planning completed in 0.26 seconds
2022026-08-26T14:37:33.736Z Mediators to change: 1
2032026-08-26T14:37:33.736Z Create boot environment: No
2042026-08-26T14:37:33.736ZCreate backup boot environment: No
2052026-08-26T14:37:33.791ZFinalize: Updating package state database ... Done
2062026-08-26T14:37:33.791ZFinalize: Updating package cache ... Done
2072026-08-26T14:37:33.843ZFinalize: Updating image state ... Done
2082026-08-26T14:37:35.770ZFinalize: Creating fast lookup database ... Done
2092026-08-26T14:37:35.831ZFinalize: Reading search index ... Done
2102026-08-26T14:37:35.835ZFinalize: Updating search index ... Done
2112026-08-26T14:37:35.933ZFinalize: Updating package cache ... Done
2122026-08-26T14:37:36.246ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-08-26T14:37:36.246Zapache system 2.4 system
2142026-08-26T14:37:36.246Zclang system 15 system
2152026-08-26T14:37:36.246Zcsh system system illumos
2162026-08-26T14:37:36.246Zctags system system illumos
2172026-08-26T14:37:36.246Zfile vendor vendor darwinsys
2182026-08-26T14:37:36.246Zfile system system illumos
2192026-08-26T14:37:36.247Zgcc vendor 14 vendor
2202026-08-26T14:37:36.247Zgcc system 13 system
2212026-08-26T14:37:36.247Zgcc system 10 system
2222026-08-26T14:37:36.247Zgo system 1.25 system
2232026-08-26T14:37:36.247Zllvm system 15 system
2242026-08-26T14:37:36.247Zmariadb system 11.4 system
2252026-08-26T14:37:36.247Zmta vendor vendor dma
2262026-08-26T14:37:36.247Zopenjdk system 17 system
2272026-08-26T14:37:36.247Zopenjdk system 11 system
2282026-08-26T14:37:36.247Zopenssl vendor 3 vendor
2292026-08-26T14:37:36.247Zperl system 5.40 system
2302026-08-26T14:37:36.247Zpostgresql system 18 system
2312026-08-26T14:37:36.247Zpostgresql system 17 system
2322026-08-26T14:37:36.247Zpython vendor 3 vendor
2332026-08-26T14:37:36.247Zpython system 2 system
2342026-08-26T14:37:36.247Zpython3 vendor 3.13 vendor
2352026-08-26T14:37:36.247Zruby system 3.4 system
2362026-08-26T14:37:36.247Zruby system 3.0 system
2372026-08-26T14:37:36.247Zwords vendor vendor american-english
2382026-08-26T14:37:36.247Zwords system system australian-english
2392026-08-26T14:37:36.247Zwords system system british-english
2402026-08-26T14:37:36.247Zwords system system canadian-english
2412026-08-26T14:37:36.247Zwords system system french
2422026-08-26T14:37:36.247Zwords system system italian
2432026-08-26T14:37:36.247Zwords system system ngerman
2442026-08-26T14:37:36.247Zwords system system ogerman
2452026-08-26T14:37:36.247Zwords system system spanish
2462026-08-26T14:37:36.500ZPUBLISHER TYPE STATUS P LOCATION
2472026-08-26T14:37:36.500Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-08-26T14:37:36.991ZFMRI IFO
2492026-08-26T14:37:36.991Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-08-26T14:37:36.991Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-08-26T14:37:36.991Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-08-26T14:37:36.991Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-08-26T14:37:36.991Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-08-26T14:37:36.991Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-08-26T14:37:36.991Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-08-26T14:37:36.991Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-08-26T14:37:36.992Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-08-26T14:37:37.334Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-08-26T14:37:37.647Z Updating crates.io index
2602026-08-26T14:37:37.650Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-08-26T14:37:38.053Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-08-26T14:37:38.486Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2632026-08-26T14:37:38.774Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-08-26T14:37:40.255Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-08-26T14:37:40.914Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-08-26T14:37:42.945Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-08-26T14:37:44.228Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-08-26T14:37:44.521Z Updating git repository `https://github.com/oxidecomputer/lldp`
2692026-08-26T14:37:44.905Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-08-26T14:37:46.379Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-08-26T14:37:46.703Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-08-26T14:37:47.133Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2732026-08-26T14:37:47.431Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742026-08-26T14:37:47.709Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752026-08-26T14:37:47.992Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762026-08-26T14:37:48.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-08-26T14:37:48.656Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-08-26T14:37:48.969Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792026-08-26T14:37:49.566Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802026-08-26T14:37:50.054Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2812026-08-26T14:37:50.477Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822026-08-26T14:37:50.782Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2832026-08-26T14:37:51.351Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2842026-08-26T14:37:51.731Z Updating git repository `https://github.com/oxidecomputer/erebor`
2852026-08-26T14:37:52.040Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-08-26T14:37:52.511Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-08-26T14:37:52.811Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-08-26T14:37:53.139Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-08-26T14:37:53.679Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-08-26T14:37:54.153Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-08-26T14:37:54.666Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-08-26T14:37:55.083Z Updating git repository `https://github.com/oxidecomputer/tough`
2932026-08-26T14:37:55.885Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-08-26T14:37:56.230Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-08-26T14:37:56.537Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-08-26T14:37:56.975Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2972026-08-26T14:37:57.350Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2982026-08-26T14:37:57.631Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992026-08-26T14:37:58.084Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002026-08-26T14:37:58.565Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012026-08-26T14:37:58.855Z Updating git repository `https://github.com/illumos/smf-rs`
3022026-08-26T14:37:59.240Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3032026-08-26T14:38:01.961Z Downloading crates ...
3042026-08-26T14:38:02.007Z Downloaded anstream v1.0.0
3052026-08-26T14:38:02.010Z Downloaded heck v0.5.0
3062026-08-26T14:38:02.013Z Downloaded fnv v1.0.7
3072026-08-26T14:38:02.016Z Downloaded anstyle-query v1.1.5
3082026-08-26T14:38:02.016Z Downloaded cargo_toml v0.21.0
3092026-08-26T14:38:02.026Z Downloaded generic-array v0.14.7
3102026-08-26T14:38:02.029Z Downloaded heck v0.4.1
3112026-08-26T14:38:02.029Z Downloaded cpufeatures v0.2.17
3122026-08-26T14:38:02.029Z Downloaded cfg-if v1.0.4
3132026-08-26T14:38:02.032Z Downloaded clap_lex v1.0.0
3142026-08-26T14:38:02.036Z Downloaded is_terminal_polyfill v1.70.2
3152026-08-26T14:38:02.039Z Downloaded anstyle v1.0.14
3162026-08-26T14:38:02.039Z Downloaded bytecount v0.6.9
3172026-08-26T14:38:02.039Z Downloaded cargo-platform v0.3.2
3182026-08-26T14:38:02.043Z Downloaded zerocopy v0.7.35
3192026-08-26T14:38:02.048Z Downloaded macaddr v1.0.1
3202026-08-26T14:38:02.051Z Downloaded dof v0.3.0
3212026-08-26T14:38:02.054Z Downloaded dtrace-parser v0.2.0
3222026-08-26T14:38:02.054Z Downloaded fastrand v2.3.0
3232026-08-26T14:38:02.057Z Downloaded block-buffer v0.10.4
3242026-08-26T14:38:02.060Z Downloaded memmap v0.7.0
3252026-08-26T14:38:02.060Z Downloaded itoa v1.0.17
3262026-08-26T14:38:02.063Z Downloaded crypto-common v0.1.7
3272026-08-26T14:38:02.066Z Downloaded errno v0.3.14
3282026-08-26T14:38:02.066Z Downloaded smawk v0.3.2
3292026-08-26T14:38:02.071Z Downloaded colorchoice v1.0.4
3302026-08-26T14:38:02.079Z Downloaded serde_spanned v0.6.9
3312026-08-26T14:38:02.082Z Downloaded tabled_derive v0.7.0
3322026-08-26T14:38:02.082Z Downloaded plain v0.2.3
3332026-08-26T14:38:02.085Z Downloaded terminal_size v0.4.3
3342026-08-26T14:38:02.089Z Downloaded strsim v0.11.1
3352026-08-26T14:38:02.092Z Downloaded unicode-linebreak v0.1.5
3362026-08-26T14:38:02.092Z Downloaded usdt-attr-macro v0.5.0
3372026-08-26T14:38:02.095Z Downloaded toml_datetime v0.6.11
3382026-08-26T14:38:02.098Z Downloaded usdt-macro v0.5.0
3392026-08-26T14:38:02.098Z Downloaded version_check v0.9.5
3402026-08-26T14:38:02.101Z Downloaded proc-macro-error-attr v1.0.4
3412026-08-26T14:38:02.101Z Downloaded usdt v0.5.0
3422026-08-26T14:38:02.105Z Downloaded swrite v0.1.0
3432026-08-26T14:38:02.107Z Downloaded toml_write v0.1.2
3442026-08-26T14:38:02.108Z Downloaded thread-id v4.2.2
3452026-08-26T14:38:02.108Z Downloaded scroll_derive v0.12.1
3462026-08-26T14:38:02.117Z Downloaded pretty-hex v0.4.1
3472026-08-26T14:38:02.122Z Downloaded utf8parse v0.2.2
3482026-08-26T14:38:02.122Z Downloaded equivalent v1.0.2
3492026-08-26T14:38:02.125Z Downloaded byteorder v1.5.0
3502026-08-26T14:38:02.125Z Downloaded cargo_metadata v0.23.1
3512026-08-26T14:38:02.128Z Downloaded fs-err v3.3.0
3522026-08-26T14:38:02.136Z Downloaded autocfg v1.5.0
3532026-08-26T14:38:02.139Z Downloaded pest_derive v2.8.6
3542026-08-26T14:38:02.144Z Downloaded camino-tempfile v1.4.1
3552026-08-26T14:38:02.150Z Downloaded digest v0.10.7
3562026-08-26T14:38:02.155Z Downloaded thiserror-impl v2.0.18
3572026-08-26T14:38:02.158Z Downloaded proc-macro-error v1.0.4
3582026-08-26T14:38:02.158Z Downloaded quote v1.0.45
3592026-08-26T14:38:02.161Z Downloaded sha2 v0.10.9
3602026-08-26T14:38:02.161Z Downloaded thiserror-impl v1.0.69
3612026-08-26T14:38:02.164Z Downloaded scroll v0.12.0
3622026-08-26T14:38:02.167Z Downloaded usdt-impl v0.5.0
3632026-08-26T14:38:02.170Z Downloaded thiserror v1.0.69
3642026-08-26T14:38:02.173Z Downloaded zmij v1.0.21
3652026-08-26T14:38:02.177Z Downloaded anyhow v1.0.104
3662026-08-26T14:38:02.177Z Downloaded camino v1.2.5
3672026-08-26T14:38:02.180Z Downloaded thiserror v2.0.18
3682026-08-26T14:38:02.180Z Downloaded clap_derive v4.6.1
3692026-08-26T14:38:02.183Z Downloaded once_cell v1.21.3
3702026-08-26T14:38:02.183Z Downloaded anstyle-parse v1.0.0
3712026-08-26T14:38:02.191Z Downloaded pest_generator v2.8.6
3722026-08-26T14:38:02.194Z Downloaded ucd-trie v0.1.7
3732026-08-26T14:38:02.199Z Downloaded semver v1.0.28
3742026-08-26T14:38:02.204Z Downloaded serde_tokenstream v0.2.3
3752026-08-26T14:38:02.216Z Downloaded log v0.4.33
3762026-08-26T14:38:02.219Z Downloaded clap v4.6.1
3772026-08-26T14:38:02.222Z Downloaded tempfile v3.27.0
3782026-08-26T14:38:02.225Z Downloaded papergrid v0.11.0
3792026-08-26T14:38:02.228Z Downloaded unicode-ident v1.0.24
3802026-08-26T14:38:02.228Z Downloaded getrandom v0.4.3
3812026-08-26T14:38:02.231Z Downloaded serde_core v1.0.228
3822026-08-26T14:38:02.238Z Downloaded bitflags v2.11.0
3832026-08-26T14:38:02.241Z Downloaded proc-macro2 v1.0.106
3842026-08-26T14:38:02.244Z Downloaded zerocopy-derive v0.7.35
3852026-08-26T14:38:02.252Z Downloaded pest_meta v2.8.6
3862026-08-26T14:38:02.255Z Downloaded serde_derive v1.0.228
3872026-08-26T14:38:02.256Z Downloaded toml v0.8.23
3882026-08-26T14:38:02.261Z Downloaded memchr v2.8.0
3892026-08-26T14:38:02.270Z Downloaded toml_edit v0.22.27
3902026-08-26T14:38:02.277Z Downloaded textwrap v0.16.2
3912026-08-26T14:38:02.280Z Downloaded serde v1.0.228
3922026-08-26T14:38:02.283Z Downloaded indexmap v2.14.0
3932026-08-26T14:38:02.288Z Downloaded clap_builder v4.6.0
3942026-08-26T14:38:02.296Z Downloaded typenum v1.20.1
3952026-08-26T14:38:02.308Z Downloaded pest v2.8.6
3962026-08-26T14:38:02.324Z Downloaded hashbrown v0.17.0
3972026-08-26T14:38:02.337Z Downloaded serde_json v1.0.151
3982026-08-26T14:38:02.353Z Downloaded goblin v0.8.2
3992026-08-26T14:38:02.369Z Downloaded winnow v0.7.14
4002026-08-26T14:38:02.374Z Downloaded syn v1.0.109
4012026-08-26T14:38:02.380Z Downloaded tabled v0.15.0
4022026-08-26T14:38:02.397Z Downloaded unicode-width v0.1.14
4032026-08-26T14:38:02.404Z Downloaded syn v2.0.117
4042026-08-26T14:38:02.411Z Downloaded unicode-width v0.2.0
4052026-08-26T14:38:02.423Z Downloaded rustix v1.1.4
4062026-08-26T14:38:02.452Z Downloaded libc v0.2.185
4072026-08-26T14:38:02.515Z Compiling proc-macro2 v1.0.106
4082026-08-26T14:38:02.515Z Compiling unicode-ident v1.0.24
4092026-08-26T14:38:02.515Z Compiling quote v1.0.45
4102026-08-26T14:38:02.515Z Compiling serde_core v1.0.228
4112026-08-26T14:38:02.518Z Compiling libc v0.2.185
4122026-08-26T14:38:02.518Z Compiling version_check v0.9.5
4132026-08-26T14:38:02.518Z Compiling memchr v2.8.0
4142026-08-26T14:38:02.518Z Compiling serde v1.0.228
4152026-08-26T14:38:02.518Z Compiling zmij v1.0.21
4162026-08-26T14:38:02.695Z Compiling itoa v1.0.17
4172026-08-26T14:38:02.698Z Compiling ucd-trie v0.1.7
4182026-08-26T14:38:02.698Z Compiling thiserror v1.0.69
4192026-08-26T14:38:02.698Z Compiling byteorder v1.5.0
4202026-08-26T14:38:02.698Z Compiling rustix v1.1.4
4212026-08-26T14:38:02.710Z Compiling serde_json v1.0.151
4222026-08-26T14:38:02.713Z Compiling bitflags v2.11.0
4232026-08-26T14:38:02.713Z Compiling syn v1.0.109
4242026-08-26T14:38:02.743Z Compiling camino v1.2.5
4252026-08-26T14:38:02.759Z Compiling utf8parse v0.2.2
4262026-08-26T14:38:02.762Z Compiling log v0.4.33
4272026-08-26T14:38:02.762Z Compiling plain v0.2.3
4282026-08-26T14:38:02.762Z Compiling hashbrown v0.17.0
4292026-08-26T14:38:02.762Z Compiling getrandom v0.4.3
4302026-08-26T14:38:02.762Z Compiling equivalent v1.0.2
4312026-08-26T14:38:02.762Z Compiling autocfg v1.5.0
4322026-08-26T14:38:02.762Z Compiling cfg-if v1.0.4
4332026-08-26T14:38:02.762Z Compiling toml_write v0.1.2
4342026-08-26T14:38:02.762Z Compiling thiserror v2.0.18
4352026-08-26T14:38:02.762Z Compiling anstyle-query v1.1.5
4362026-08-26T14:38:03.014Z Compiling anstyle v1.0.14
4372026-08-26T14:38:03.017Z Compiling pretty-hex v0.4.1
4382026-08-26T14:38:03.017Z Compiling winnow v0.7.14
4392026-08-26T14:38:03.126Z Compiling colorchoice v1.0.4
4402026-08-26T14:38:03.130Z Compiling is_terminal_polyfill v1.70.2
4412026-08-26T14:38:03.143Z Compiling fastrand v2.3.0
4422026-08-26T14:38:03.164Z Compiling unicode-width v0.1.14
4432026-08-26T14:38:03.183Z Compiling usdt-impl v0.5.0
4442026-08-26T14:38:03.186Z Compiling proc-macro-error-attr v1.0.4
4452026-08-26T14:38:03.220Z Compiling proc-macro-error v1.0.4
4462026-08-26T14:38:03.299Z Compiling pest v2.8.6
4472026-08-26T14:38:03.332Z Compiling anstyle-parse v1.0.0
4482026-08-26T14:38:03.388Z Compiling heck v0.4.1
4492026-08-26T14:38:03.445Z Compiling clap_lex v1.0.0
4502026-08-26T14:38:03.517Z Compiling anyhow v1.0.104
4512026-08-26T14:38:03.536Z Compiling once_cell v1.21.3
4522026-08-26T14:38:03.576Z Compiling indexmap v2.14.0
4532026-08-26T14:38:03.580Z Compiling fnv v1.0.7
4542026-08-26T14:38:03.580Z Compiling fs-err v3.3.0
4552026-08-26T14:38:03.723Z Compiling anstream v1.0.0
4562026-08-26T14:38:03.726Z Compiling bytecount v0.6.9
4572026-08-26T14:38:03.765Z Compiling strsim v0.11.1
4582026-08-26T14:38:04.222Z Compiling heck v0.5.0
4592026-08-26T14:38:04.336Z Compiling papergrid v0.11.0
4602026-08-26T14:38:04.390Z Compiling unicode-width v0.2.0
4612026-08-26T14:38:04.421Z Compiling smawk v0.3.2
4622026-08-26T14:38:04.447Z Compiling unicode-linebreak v0.1.5
4632026-08-26T14:38:04.514Z Compiling swrite v0.1.0
4642026-08-26T14:38:05.028Z Compiling pest_meta v2.8.6
4652026-08-26T14:38:05.046Z Compiling errno v0.3.14
4662026-08-26T14:38:05.049Z Compiling thread-id v4.2.2
4672026-08-26T14:38:05.049Z Compiling memmap v0.7.0
4682026-08-26T14:38:05.823Z Compiling syn v2.0.117
4692026-08-26T14:38:06.011Z Compiling terminal_size v0.4.3
4702026-08-26T14:38:06.011Z Compiling tempfile v3.27.0
4712026-08-26T14:38:06.213Z Compiling clap_builder v4.6.0
4722026-08-26T14:38:06.214Z Compiling textwrap v0.16.2
4732026-08-26T14:38:06.429Z Compiling cargo-platform v0.3.2
4742026-08-26T14:38:06.429Z Compiling semver v1.0.28
4752026-08-26T14:38:06.721Z Compiling camino-tempfile v1.4.1
4762026-08-26T14:38:07.229Z Compiling tabled_derive v0.7.0
4772026-08-26T14:38:07.872Z Compiling pest_generator v2.8.6
4782026-08-26T14:38:07.891Z Compiling tabled v0.15.0
4792026-08-26T14:38:08.352Z Compiling serde_derive v1.0.228
4802026-08-26T14:38:08.352Z Compiling thiserror-impl v1.0.69
4812026-08-26T14:38:08.356Z Compiling zerocopy-derive v0.7.35
4822026-08-26T14:38:08.356Z Compiling scroll_derive v0.12.1
4832026-08-26T14:38:08.356Z Compiling thiserror-impl v2.0.18
4842026-08-26T14:38:08.356Z Compiling clap_derive v4.6.1
4852026-08-26T14:38:08.405Z Compiling pest_derive v2.8.6
4862026-08-26T14:38:08.978Z Compiling scroll v0.12.0
4872026-08-26T14:38:09.052Z Compiling zerocopy v0.7.35
4882026-08-26T14:38:09.212Z Compiling goblin v0.8.2
4892026-08-26T14:38:09.416Z Compiling dtrace-parser v0.2.0
4902026-08-26T14:38:09.694Z Compiling clap v4.6.1
4912026-08-26T14:38:10.604Z Compiling toml_datetime v0.6.11
4922026-08-26T14:38:10.604Z Compiling serde_spanned v0.6.9
4932026-08-26T14:38:10.604Z Compiling macaddr v1.0.1
4942026-08-26T14:38:10.607Z Compiling cargo_metadata v0.23.1
4952026-08-26T14:38:10.607Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4962026-08-26T14:38:10.638Z Compiling dof v0.3.0
4972026-08-26T14:38:10.641Z Compiling serde_tokenstream v0.2.3
4982026-08-26T14:38:10.862Z Compiling toml_edit v0.22.27
4992026-08-26T14:38:11.374Z Compiling usdt-attr-macro v0.5.0
5002026-08-26T14:38:11.377Z Compiling usdt-macro v0.5.0
5012026-08-26T14:38:11.983Z Compiling usdt v0.5.0
5022026-08-26T14:38:12.054Z Compiling toml v0.8.23
5032026-08-26T14:38:12.378Z Compiling cargo_toml v0.21.0
5042026-08-26T14:38:13.652Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052026-08-26T14:38:15.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.58s
5062026-08-26T14:38:15.964Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5072026-08-26T14:38:16.496Z Downloading crates ...
5082026-08-26T14:38:16.549Z Downloaded ahash v0.8.12
5092026-08-26T14:38:16.556Z Downloaded addr2line v0.25.1
5102026-08-26T14:38:16.560Z Downloaded allocator-api2 v0.2.21
5112026-08-26T14:38:16.560Z Downloaded async-stream v0.3.6
5122026-08-26T14:38:16.571Z Downloaded adler2 v2.0.1
5132026-08-26T14:38:16.571Z Downloaded arrayref v0.3.9
5142026-08-26T14:38:16.574Z Downloaded ascii-canvas v3.0.0
5152026-08-26T14:38:16.574Z Downloaded futures-core v0.3.32
5162026-08-26T14:38:16.574Z Downloaded foreign-types-shared v0.1.1
5172026-08-26T14:38:16.574Z Downloaded async-stream-impl v0.3.6
5182026-08-26T14:38:16.574Z Downloaded anstream v0.6.21
5192026-08-26T14:38:16.579Z Downloaded bit-set v0.5.3
5202026-08-26T14:38:16.584Z Downloaded anstyle-parse v0.2.7
5212026-08-26T14:38:16.587Z Downloaded base64ct v1.8.3
5222026-08-26T14:38:16.587Z Downloaded futures-io v0.3.32
5232026-08-26T14:38:16.587Z Downloaded argon2 v0.5.3
5242026-08-26T14:38:16.590Z Downloaded const-oid v0.10.2
5252026-08-26T14:38:16.590Z Downloaded backoff v0.4.0
5262026-08-26T14:38:16.593Z Downloaded embedded-io v0.6.1
5272026-08-26T14:38:16.593Z Downloaded fd-lock v4.0.4
5282026-08-26T14:38:16.593Z Downloaded headers-core v0.3.0
5292026-08-26T14:38:16.596Z Downloaded array-init v0.0.4
5302026-08-26T14:38:16.596Z Downloaded bitfield-macros v0.19.4
5312026-08-26T14:38:16.596Z Downloaded aead v0.5.2
5322026-08-26T14:38:16.596Z Downloaded atomic-waker v1.1.2
5332026-08-26T14:38:16.599Z Downloaded enum-as-inner v0.6.1
5342026-08-26T14:38:16.599Z Downloaded async-recursion v1.1.1
5352026-08-26T14:38:16.603Z Downloaded bit-set v0.8.0
5362026-08-26T14:38:16.603Z Downloaded futures-macro v0.3.32
5372026-08-26T14:38:16.603Z Downloaded base16ct v1.0.0
5382026-08-26T14:38:16.607Z Downloaded bcrypt-pbkdf v0.11.0
5392026-08-26T14:38:16.607Z Downloaded endian-type v0.1.2
5402026-08-26T14:38:16.610Z Downloaded fixedbitset v0.4.2
5412026-08-26T14:38:16.613Z Downloaded float-ord v0.3.2
5422026-08-26T14:38:16.613Z Downloaded foreign-types-macros v0.2.3
5432026-08-26T14:38:16.613Z Downloaded argon2 v0.6.0-rc.8
5442026-08-26T14:38:16.616Z Downloaded bitfield v0.19.4
5452026-08-26T14:38:16.616Z Downloaded form_urlencoded v1.2.2
5462026-08-26T14:38:16.616Z Downloaded futures-task v0.3.32
5472026-08-26T14:38:16.616Z Downloaded foreign-types v0.3.2
5482026-08-26T14:38:16.616Z Downloaded futures-sink v0.3.32
5492026-08-26T14:38:16.620Z Downloaded ena v0.14.4
5502026-08-26T14:38:16.623Z Downloaded erased-serde v0.3.31
5512026-08-26T14:38:16.623Z Downloaded home v0.5.12
5522026-08-26T14:38:16.626Z Downloaded assert_matches v1.5.0
5532026-08-26T14:38:16.626Z Downloaded atomicwrites v0.4.4
5542026-08-26T14:38:16.626Z Downloaded backtrace-ext v0.2.1
5552026-08-26T14:38:16.629Z Downloaded float-cmp v0.10.0
5562026-08-26T14:38:16.632Z Downloaded atty v0.2.14
5572026-08-26T14:38:16.632Z Downloaded foreign-types v0.5.0
5582026-08-26T14:38:16.635Z Downloaded foreign-types-shared v0.3.1
5592026-08-26T14:38:16.635Z Downloaded funty v2.0.0
5602026-08-26T14:38:16.639Z Downloaded flagset v0.4.7
5612026-08-26T14:38:16.639Z Downloaded fxhash v0.2.1
5622026-08-26T14:38:16.639Z Downloaded git-stub v1.0.0
5632026-08-26T14:38:16.639Z Downloaded ciborium-ll v0.2.2
5642026-08-26T14:38:16.642Z Downloaded block-buffer v0.12.1
5652026-08-26T14:38:16.642Z Downloaded ciborium-io v0.2.2
5662026-08-26T14:38:16.642Z Downloaded bb8 v0.8.6
5672026-08-26T14:38:16.642Z Downloaded embedded-io v0.4.0
5682026-08-26T14:38:16.646Z Downloaded gethostname v0.5.0
5692026-08-26T14:38:16.649Z Downloaded cfg_aliases v0.2.1
5702026-08-26T14:38:16.649Z Downloaded env_filter v2.0.0
5712026-08-26T14:38:16.652Z Downloaded bit-vec v0.6.3
5722026-08-26T14:38:16.652Z Downloaded bit-vec v0.8.0
5732026-08-26T14:38:16.655Z Downloaded globwalk v0.9.1
5742026-08-26T14:38:16.659Z Downloaded castaway v0.2.4
5752026-08-26T14:38:16.662Z Downloaded cobs v0.3.0
5762026-08-26T14:38:16.667Z Downloaded newline-converter v0.3.0
5772026-08-26T14:38:16.670Z Downloaded block-padding v0.4.2
5782026-08-26T14:38:16.670Z Downloaded hostname v0.4.2
5792026-08-26T14:38:16.671Z Downloaded http-range v0.1.5
5802026-08-26T14:38:16.673Z Downloaded nodrop v0.1.14
5812026-08-26T14:38:16.674Z Downloaded normalize-line-endings v0.3.0
5822026-08-26T14:38:16.674Z Downloaded nibble_vec v0.1.0
5832026-08-26T14:38:16.674Z Downloaded backon v1.6.0
5842026-08-26T14:38:16.677Z Downloaded ghash v0.6.0
5852026-08-26T14:38:16.680Z Downloaded hash32 v0.3.1
5862026-08-26T14:38:16.680Z Downloaded hostname v0.3.1
5872026-08-26T14:38:16.680Z Downloaded hubpack_derive v0.1.1
5882026-08-26T14:38:16.680Z Downloaded bitflags v1.3.2
5892026-08-26T14:38:16.683Z Downloaded cfg_aliases v0.1.1
5902026-08-26T14:38:16.686Z Downloaded http-body v1.0.1
5912026-08-26T14:38:16.686Z Downloaded hex v0.4.3
5922026-08-26T14:38:16.688Z Downloaded httpdate v1.0.3
5932026-08-26T14:38:16.689Z Downloaded num_enum_derive v0.5.11
5942026-08-26T14:38:16.689Z Downloaded compression-core v0.4.31
5952026-08-26T14:38:16.689Z Downloaded find-msvc-tools v0.1.9
5962026-08-26T14:38:16.692Z Downloaded http-body-util v0.1.3
5972026-08-26T14:38:16.692Z Downloaded hubpack v0.1.2
5982026-08-26T14:38:16.692Z Downloaded num-iter v0.1.45
5992026-08-26T14:38:16.692Z Downloaded openssl-macros v0.1.1
6002026-08-26T14:38:16.692Z Downloaded ff v0.14.0
6012026-08-26T14:38:16.695Z Downloaded oxide-generation-macros v0.2.0
6022026-08-26T14:38:16.695Z Downloaded enum_dispatch v0.3.13
6032026-08-26T14:38:16.698Z Downloaded filetime v0.2.27
6042026-08-26T14:38:16.698Z Downloaded fixedbitset v0.5.7
6052026-08-26T14:38:16.698Z Downloaded fs_extra v1.3.0
6062026-08-26T14:38:16.701Z Downloaded globset v0.4.18
6072026-08-26T14:38:16.701Z Downloaded hash32 v0.2.1
6082026-08-26T14:38:16.701Z Downloaded hex-literal v1.1.0
6092026-08-26T14:38:16.701Z Downloaded phf_shared v0.13.1
6102026-08-26T14:38:16.701Z Downloaded arrayvec v0.7.6
6112026-08-26T14:38:16.705Z Downloaded futures-channel v0.3.32
6122026-08-26T14:38:16.705Z Downloaded group v0.13.0
6132026-08-26T14:38:16.707Z Downloaded base16ct v0.2.0
6142026-08-26T14:38:16.707Z Downloaded aead v0.6.1
6152026-08-26T14:38:16.710Z Downloaded chacha20 v0.9.1
6162026-08-26T14:38:16.711Z Downloaded blowfish v0.10.0
6172026-08-26T14:38:16.711Z Downloaded compression-codecs v0.4.37
6182026-08-26T14:38:16.714Z Downloaded buf-list v1.1.2
6192026-08-26T14:38:16.714Z Downloaded byte-wrapper v0.1.0
6202026-08-26T14:38:16.716Z Downloaded progenitor-macro v0.14.0
6212026-08-26T14:38:16.717Z Downloaded cassowary v0.3.0
6222026-08-26T14:38:16.717Z Downloaded cmov v0.5.4
6232026-08-26T14:38:16.719Z Downloaded foldhash v0.2.0
6242026-08-26T14:38:16.722Z Downloaded fallible-iterator v0.2.0
6252026-08-26T14:38:16.726Z Downloaded ff v0.13.1
6262026-08-26T14:38:16.726Z Downloaded powerfmt v0.2.0
6272026-08-26T14:38:16.726Z Downloaded proc-macro-crate v1.3.1
6282026-08-26T14:38:16.729Z Downloaded radium v0.7.0
6292026-08-26T14:38:16.729Z Downloaded foldhash v0.1.5
6302026-08-26T14:38:16.729Z Downloaded futures-executor v0.3.32
6312026-08-26T14:38:16.729Z Downloaded async-bb8-diesel v0.2.1
6322026-08-26T14:38:16.734Z Downloaded cipher v0.4.4
6332026-08-26T14:38:16.738Z Downloaded git-stub-vcs v0.1.0
6342026-08-26T14:38:16.738Z Downloaded glob v0.3.3
6352026-08-26T14:38:16.738Z Downloaded group v0.14.0
6362026-08-26T14:38:16.742Z Downloaded highway v1.3.0
6372026-08-26T14:38:16.742Z Downloaded bitfield-struct v0.6.2
6382026-08-26T14:38:16.745Z Downloaded cipher v0.5.2
6392026-08-26T14:38:16.745Z Downloaded rustc-hash v2.1.1
6402026-08-26T14:38:16.752Z Downloaded console v0.16.2
6412026-08-26T14:38:16.759Z Downloaded fs-err v2.11.0
6422026-08-26T14:38:16.762Z Downloaded camino-tempfile-ext v0.3.3
6432026-08-26T14:38:16.765Z Downloaded cmake v0.1.57
6442026-08-26T14:38:16.765Z Downloaded env_logger v0.11.11
6452026-08-26T14:38:16.765Z Downloaded cbc v0.2.1
6462026-08-26T14:38:16.768Z Downloaded num-integer v0.1.46
6472026-08-26T14:38:16.771Z Downloaded scroll_derive v0.13.1
6482026-08-26T14:38:16.772Z Downloaded oxnet v0.1.6
6492026-08-26T14:38:16.772Z Downloaded pbkdf2 v0.13.0
6502026-08-26T14:38:16.775Z Downloaded scopeguard v1.2.0
6512026-08-26T14:38:16.775Z Downloaded siphasher v1.0.2
6522026-08-26T14:38:16.778Z Downloaded slog-envlogger v2.2.0
6532026-08-26T14:38:16.781Z Downloaded signature v2.2.0
6542026-08-26T14:38:16.784Z Downloaded async-trait v0.1.89
6552026-08-26T14:38:16.787Z Downloaded blake2 v0.11.0-rc.6
6562026-08-26T14:38:16.787Z Downloaded pkg-config v0.3.32
6572026-08-26T14:38:16.787Z Downloaded password-hash v0.5.0
6582026-08-26T14:38:16.791Z Downloaded pem v3.0.6
6592026-08-26T14:38:16.791Z Downloaded port-file v0.1.0
6602026-08-26T14:38:16.791Z Downloaded bzip2 v0.4.4
6612026-08-26T14:38:16.791Z Downloaded cexpr v0.6.0
6622026-08-26T14:38:16.794Z Downloaded bzip2 v0.6.1
6632026-08-26T14:38:16.794Z Downloaded progenitor-extras v0.2.0
6642026-08-26T14:38:16.797Z Downloaded bcs v0.1.6
6652026-08-26T14:38:16.797Z Downloaded blake2 v0.10.6
6662026-08-26T14:38:16.797Z Downloaded ppv-lite86 v0.2.21
6672026-08-26T14:38:16.800Z Downloaded progenitor v0.13.0
6682026-08-26T14:38:16.800Z Downloaded supports-unicode v3.0.0
6692026-08-26T14:38:16.803Z Downloaded sync-ptr v0.1.4
6702026-08-26T14:38:16.810Z Downloaded unit-prefix v0.5.2
6712026-08-26T14:38:16.813Z Downloaded cancel-safe-futures v0.1.5
6722026-08-26T14:38:16.818Z Downloaded clang-sys v1.8.1
6732026-08-26T14:38:16.818Z Downloaded unicode-truncate v1.1.0
6742026-08-26T14:38:16.822Z Downloaded chacha20 v0.10.0
6752026-08-26T14:38:16.822Z Downloaded unicode-xid v0.2.6
6762026-08-26T14:38:16.822Z Downloaded unarray v0.1.4
6772026-08-26T14:38:16.822Z Downloaded want v0.3.1
6782026-08-26T14:38:16.825Z Downloaded zeroize_derive v1.5.0
6792026-08-26T14:38:16.828Z Downloaded rpassword v7.5.4
6802026-08-26T14:38:16.831Z Downloaded ciborium v0.2.2
6812026-08-26T14:38:16.831Z Downloaded colored v2.2.0
6822026-08-26T14:38:16.834Z Downloaded semver v0.1.20
6832026-08-26T14:38:16.834Z Downloaded serde_derive_internals v0.29.1
6842026-08-26T14:38:16.834Z Downloaded serde_path_to_error v0.1.20
6852026-08-26T14:38:16.834Z Downloaded getrandom v0.2.17
6862026-08-26T14:38:16.837Z Downloaded xshell-macros v0.2.7
6872026-08-26T14:38:16.837Z Downloaded zone_cfg_derive v0.3.1
6882026-08-26T14:38:16.843Z Downloaded colored v3.1.1
6892026-08-26T14:38:16.846Z Downloaded httparse v1.10.1
6902026-08-26T14:38:16.846Z Downloaded hmac v0.12.1
6912026-08-26T14:38:16.849Z Downloaded parking_lot_core v0.9.12
6922026-08-26T14:38:16.849Z Downloaded serde_with_macros v1.5.2
6932026-08-26T14:38:16.852Z Downloaded smallvec v0.6.14
6942026-08-26T14:38:16.852Z Downloaded cstr-argument v0.1.2
6952026-08-26T14:38:16.852Z Downloaded half v1.8.3
6962026-08-26T14:38:16.852Z Downloaded darling_macro v0.20.11
6972026-08-26T14:38:16.855Z Downloaded debug-ignore v1.0.5
6982026-08-26T14:38:16.858Z Downloaded difflib v0.4.0
6992026-08-26T14:38:16.858Z Downloaded dirs-sys-next v0.1.2
7002026-08-26T14:38:16.858Z Downloaded dof v0.4.0
7012026-08-26T14:38:16.858Z Downloaded pkcs8 v0.11.0
7022026-08-26T14:38:16.861Z Downloaded spki v0.7.3
7032026-08-26T14:38:16.861Z Downloaded string_cache v0.8.9
7042026-08-26T14:38:16.864Z Downloaded hmac v0.13.0
7052026-08-26T14:38:16.864Z Downloaded bs58 v0.5.1
7062026-08-26T14:38:16.868Z Downloaded stringprep v0.1.5
7072026-08-26T14:38:16.871Z Downloaded serdect v0.4.3
7082026-08-26T14:38:16.871Z Downloaded convert_case v0.4.0
7092026-08-26T14:38:16.871Z Downloaded thread_local v1.1.9
7102026-08-26T14:38:16.871Z Downloaded dunce v1.0.5
7112026-08-26T14:38:16.880Z Downloaded console v0.15.11
7122026-08-26T14:38:16.883Z Downloaded defmt-parser v1.0.0
7132026-08-26T14:38:16.886Z Downloaded tokio-tungstenite v0.23.1
7142026-08-26T14:38:16.886Z Downloaded dtrace-parser v0.3.0
7152026-08-26T14:38:16.886Z Downloaded hyper-tls v0.6.0
7162026-08-26T14:38:16.899Z Downloaded corncobs v0.1.4
7172026-08-26T14:38:16.905Z Downloaded tiny-keccak v2.0.2
7182026-08-26T14:38:16.909Z Downloaded lzss v0.8.2
7192026-08-26T14:38:16.909Z Downloaded memoffset v0.9.1
7202026-08-26T14:38:16.909Z Downloaded tls_codec_derive v0.4.2
7212026-08-26T14:38:16.909Z Downloaded lru-slab v0.1.2
7222026-08-26T14:38:16.912Z Downloaded tls_codec v0.4.2
7232026-08-26T14:38:16.915Z Downloaded yoke v0.8.1
7242026-08-26T14:38:16.915Z Downloaded oso v0.27.3
7252026-08-26T14:38:16.918Z Downloaded oxide-update-engine-types v0.1.2
7262026-08-26T14:38:16.918Z Downloaded curve25519-dalek-derive v0.1.1
7272026-08-26T14:38:16.921Z Downloaded slog-term v2.9.2
7282026-08-26T14:38:16.921Z Downloaded illumos-nvpair-sys v0.2.0
7292026-08-26T14:38:16.921Z Downloaded elliptic-curve v0.14.1
7302026-08-26T14:38:16.924Z Downloaded fatfs v0.3.6
7312026-08-26T14:38:16.927Z Downloaded generic-array v1.4.3
7322026-08-26T14:38:16.927Z Downloaded compact_str v0.8.1
7332026-08-26T14:38:16.931Z Downloaded pin-project v1.1.11
7342026-08-26T14:38:16.937Z Downloaded strum_macros v0.24.3
7352026-08-26T14:38:16.940Z Downloaded olpc-cjson v0.1.4
7362026-08-26T14:38:16.940Z Downloaded omicron-zone-package v0.12.3
7372026-08-26T14:38:16.943Z Downloaded opaque-debug v0.3.1
7382026-08-26T14:38:16.943Z Downloaded parse-size v1.1.0
7392026-08-26T14:38:16.943Z Downloaded password-hash v0.6.1
7402026-08-26T14:38:16.944Z Downloaded half v2.7.1
7412026-08-26T14:38:16.952Z Downloaded instability v0.3.11
7422026-08-26T14:38:16.955Z Downloaded arc-swap v1.8.2
7432026-08-26T14:38:16.955Z Downloaded jiff-static v0.2.34
7442026-08-26T14:38:16.958Z Downloaded bytes v1.11.1
7452026-08-26T14:38:16.960Z Downloaded scroll v0.13.0
7462026-08-26T14:38:16.960Z Downloaded wyz v0.5.1
7472026-08-26T14:38:16.960Z Downloaded chacha20poly1305 v0.10.1
7482026-08-26T14:38:16.965Z Downloaded salsa20 v0.11.0
7492026-08-26T14:38:16.969Z Downloaded critical-section v1.2.0
7502026-08-26T14:38:16.972Z Downloaded new_debug_unreachable v1.0.6
7512026-08-26T14:38:16.972Z Downloaded flume v0.11.1
7522026-08-26T14:38:16.972Z Downloaded rand_xorshift v0.4.0
7532026-08-26T14:38:16.972Z Downloaded async-compression v0.4.41
7542026-08-26T14:38:16.975Z Downloaded ipnet v2.12.0
7552026-08-26T14:38:16.978Z Downloaded ipnetwork v0.21.1
7562026-08-26T14:38:16.978Z Downloaded bumpalo v3.20.2
7572026-08-26T14:38:16.978Z Downloaded rustls-platform-verifier v0.6.2
7582026-08-26T14:38:16.981Z Downloaded zeroize v1.9.0
7592026-08-26T14:38:16.981Z Downloaded delegate v0.13.5
7602026-08-26T14:38:16.987Z Downloaded rand_pcg v0.10.2
7612026-08-26T14:38:16.990Z Downloaded ref-cast v1.0.25
7622026-08-26T14:38:16.990Z Downloaded rustc_version v0.4.1
7632026-08-26T14:38:16.993Z Downloaded libefi-sys v0.1.0
7642026-08-26T14:38:16.993Z Downloaded rcgen v0.12.1
7652026-08-26T14:38:16.996Z Downloaded signal-hook v0.3.18
7662026-08-26T14:38:16.999Z Downloaded chumsky v0.9.3
7672026-08-26T14:38:17.002Z Downloaded similar v2.7.0
7682026-08-26T14:38:17.002Z Downloaded term v1.2.1
7692026-08-26T14:38:17.005Z Downloaded serde-big-array v0.5.1
7702026-08-26T14:38:17.011Z Downloaded serde_urlencoded v0.7.1
7712026-08-26T14:38:17.011Z Downloaded sha1 v0.10.6
7722026-08-26T14:38:17.014Z Downloaded ar_archive_writer v0.5.1
7732026-08-26T14:38:17.014Z Downloaded backtrace v0.3.76
7742026-08-26T14:38:17.014Z Downloaded owo-colors v4.3.0
7752026-08-26T14:38:17.014Z Downloaded ed25519 v3.0.0
7762026-08-26T14:38:17.017Z Downloaded base64 v0.21.7
7772026-08-26T14:38:17.017Z Downloaded base64 v0.22.1
7782026-08-26T14:38:17.021Z Downloaded cc v1.2.56
7792026-08-26T14:38:17.021Z Downloaded socket2 v0.5.10
7802026-08-26T14:38:17.024Z Downloaded subprocess v0.2.15
7812026-08-26T14:38:17.024Z Downloaded test-strategy v0.4.5
7822026-08-26T14:38:17.027Z Downloaded quick-error v1.2.3
7832026-08-26T14:38:17.027Z Downloaded russh-cryptovec v0.62.0
7842026-08-26T14:38:17.027Z Downloaded oxide-update-engine-display v0.1.2
7852026-08-26T14:38:17.030Z Downloaded serde_plain v1.0.2
7862026-08-26T14:38:17.030Z Downloaded paste v1.0.15
7872026-08-26T14:38:17.030Z Downloaded pin-project-lite v0.2.17
7882026-08-26T14:38:17.033Z Downloaded futures v0.3.32
7892026-08-26T14:38:17.038Z Downloaded signal-hook-mio v0.2.5
7902026-08-26T14:38:17.038Z Downloaded strip-ansi-escapes v0.2.1
7912026-08-26T14:38:17.038Z Downloaded hybrid-array v0.4.13
7922026-08-26T14:38:17.041Z Downloaded tracing-attributes v0.1.31
7932026-08-26T14:38:17.041Z Downloaded const-oid v0.9.6
7942026-08-26T14:38:17.041Z Downloaded tracing-core v0.1.36
7952026-08-26T14:38:17.041Z Downloaded vte v0.14.1
7962026-08-26T14:38:17.044Z Downloaded headers v0.4.1
7972026-08-26T14:38:17.047Z Downloaded progenitor-client v0.14.0
7982026-08-26T14:38:17.048Z Downloaded primeorder v0.14.0
7992026-08-26T14:38:17.055Z Downloaded getrandom v0.3.4
8002026-08-26T14:38:17.058Z Downloaded heapless v0.7.17
8012026-08-26T14:38:17.061Z Downloaded supports-hyperlinks v3.2.0
8022026-08-26T14:38:17.061Z Downloaded r2d2 v0.8.10
8032026-08-26T14:38:17.064Z Downloaded crc-any v2.5.0
8042026-08-26T14:38:17.064Z Downloaded ryu v1.0.23
8052026-08-26T14:38:17.064Z Downloaded progenitor-client v0.13.0
8062026-08-26T14:38:17.067Z Downloaded multer v3.1.0
8072026-08-26T14:38:17.067Z Downloaded rand_seeder v0.4.0
8082026-08-26T14:38:17.067Z Downloaded memmap2 v0.9.10
8092026-08-26T14:38:17.070Z Downloaded tokio-macros v2.7.0
8102026-08-26T14:38:17.070Z Downloaded tower-layer v0.3.3
8112026-08-26T14:38:17.070Z Downloaded try-lock v0.2.5
8122026-08-26T14:38:17.070Z Downloaded darling v0.20.11
8132026-08-26T14:38:17.073Z Downloaded zopfli v0.8.3
8142026-08-26T14:38:17.073Z Downloaded schemars_derive v0.8.22
8152026-08-26T14:38:17.076Z Downloaded sigpipe v0.1.3
8162026-08-26T14:38:17.076Z Downloaded sponge-cursor v0.1.0
8172026-08-26T14:38:17.076Z Downloaded tabwriter v1.4.1
8182026-08-26T14:38:17.076Z Downloaded tap v1.0.1
8192026-08-26T14:38:17.076Z Downloaded testing_table v0.3.0
8202026-08-26T14:38:17.079Z Downloaded papergrid v0.18.0
8212026-08-26T14:38:17.082Z Downloaded aho-corasick v1.1.4
8222026-08-26T14:38:17.085Z Downloaded num_enum_derive v0.7.6
8232026-08-26T14:38:17.085Z Downloaded prettyplease v0.2.37
8242026-08-26T14:38:17.088Z Downloaded num-rational v0.4.2
8252026-08-26T14:38:17.088Z Downloaded slog-async v2.8.0
8262026-08-26T14:38:17.088Z Downloaded zerofrom-derive v0.1.6
8272026-08-26T14:38:17.088Z Downloaded zone v0.3.1
8282026-08-26T14:38:17.091Z Downloaded rayon-core v1.13.0
8292026-08-26T14:38:17.091Z Downloaded cpubits v0.1.1
8302026-08-26T14:38:17.094Z Downloaded cpufeatures v0.3.0
8312026-08-26T14:38:17.097Z Downloaded snafu-derive v0.8.9
8322026-08-26T14:38:17.101Z Downloaded toml v0.7.8
8332026-08-26T14:38:17.104Z Downloaded toml v1.1.2+spec-1.1.0
8342026-08-26T14:38:17.104Z Downloaded unicode-properties v0.1.4
8352026-08-26T14:38:17.104Z Downloaded poly1305 v0.9.0
8362026-08-26T14:38:17.107Z Downloaded phf v0.12.1
8372026-08-26T14:38:17.107Z Downloaded uuid v1.23.4
8382026-08-26T14:38:17.110Z Downloaded postgres-protocol v0.6.10
8392026-08-26T14:38:17.110Z Downloaded ssh-encoding v0.3.0
8402026-08-26T14:38:17.110Z Downloaded predicates v3.1.4
8412026-08-26T14:38:17.113Z Downloaded strum_macros v0.27.2
8422026-08-26T14:38:17.113Z Downloaded topological-sort v0.2.2
8432026-08-26T14:38:17.113Z Downloaded universal-hash v0.6.1
8442026-08-26T14:38:17.116Z Downloaded usdt-macro v0.6.0
8452026-08-26T14:38:17.117Z Downloaded dropshot-api-manager-types v0.8.0
8462026-08-26T14:38:17.117Z Downloaded icu_provider v2.1.1
8472026-08-26T14:38:17.119Z Downloaded quinn-udp v0.5.14
8482026-08-26T14:38:17.119Z Downloaded tokio-native-tls v0.3.1
8492026-08-26T14:38:17.124Z Downloaded tui-tree-widget v0.23.1
8502026-08-26T14:38:17.127Z Downloaded document-features v0.2.12
8512026-08-26T14:38:17.130Z Downloaded hickory-resolver v0.25.2
8522026-08-26T14:38:17.133Z Downloaded heapless v0.8.0
8532026-08-26T14:38:17.133Z Downloaded instant v0.1.13
8542026-08-26T14:38:17.136Z Downloaded internet-checksum v0.2.1
8552026-08-26T14:38:17.136Z Downloaded idna_adapter v1.2.1
8562026-08-26T14:38:17.136Z Downloaded illumos-nvpair v0.3.0
8572026-08-26T14:38:17.136Z Downloaded hickory-resolver v0.24.4
8582026-08-26T14:38:17.139Z Downloaded rustls-pki-types v1.14.0
8592026-08-26T14:38:17.142Z Downloaded ingot-macros v0.2.0
8602026-08-26T14:38:17.145Z Downloaded whoami v2.1.0
8612026-08-26T14:38:17.150Z Downloaded linked-hash-map v0.5.6
8622026-08-26T14:38:17.150Z Downloaded jobserver v0.1.34
8632026-08-26T14:38:17.153Z Downloaded multimap v0.10.1
8642026-08-26T14:38:17.153Z Downloaded newtype-uuid-macros v0.1.0
8652026-08-26T14:38:17.156Z Downloaded num-conv v0.2.0
8662026-08-26T14:38:17.156Z Downloaded openssl-probe v0.2.1
8672026-08-26T14:38:17.159Z Downloaded crossbeam-utils v0.8.21
8682026-08-26T14:38:17.162Z Downloaded smf v0.2.3
8692026-08-26T14:38:17.165Z Downloaded constant_time_eq v0.4.2
8702026-08-26T14:38:17.165Z Downloaded pin-project-internal v1.1.11
8712026-08-26T14:38:17.168Z Downloaded digest-io v0.1.0
8722026-08-26T14:38:17.168Z Downloaded data-encoding v2.10.0
8732026-08-26T14:38:17.168Z Downloaded proc-macro-crate v3.4.0
8742026-08-26T14:38:17.171Z Downloaded keccak v0.1.6
8752026-08-26T14:38:17.171Z Downloaded indicatif v0.18.4
8762026-08-26T14:38:17.174Z Downloaded rand v0.8.6
8772026-08-26T14:38:17.180Z Downloaded publicsuffix v2.3.0
8782026-08-26T14:38:17.183Z Downloaded percent-encoding v2.3.2
8792026-08-26T14:38:17.183Z Downloaded predicates-tree v1.0.13
8802026-08-26T14:38:17.193Z Downloaded vergen-lib v0.1.6
8812026-08-26T14:38:17.197Z Downloaded vsss-rs v3.3.4
8822026-08-26T14:38:17.199Z Downloaded ron v0.8.1
8832026-08-26T14:38:17.203Z Downloaded ed25519 v2.2.3
8842026-08-26T14:38:17.203Z Downloaded hyper-staticfile v0.10.1
8852026-08-26T14:38:17.206Z Downloaded writeable v0.6.2
8862026-08-26T14:38:17.206Z Downloaded xshell v0.2.7
8872026-08-26T14:38:17.206Z Downloaded flate2 v1.1.9
8882026-08-26T14:38:17.209Z Downloaded expectorate v1.2.0
8892026-08-26T14:38:17.212Z Downloaded sqlparser_derive v0.5.0
8902026-08-26T14:38:17.216Z Downloaded derive_more v2.1.1
8912026-08-26T14:38:17.219Z Downloaded hashbrown v0.13.2
8922026-08-26T14:38:17.222Z Downloaded serde_yaml v0.9.34+deprecated
8932026-08-26T14:38:17.225Z Downloaded miette-derive v7.6.0
8942026-08-26T14:38:17.225Z Downloaded newtype-uuid v1.3.2
8952026-08-26T14:38:17.226Z Downloaded hickory-server v0.25.2
8962026-08-26T14:38:17.228Z Downloaded utf-8 v0.7.6
8972026-08-26T14:38:17.228Z Downloaded litrs v1.0.0
8982026-08-26T14:38:17.232Z Downloaded usdt-attr-macro v0.6.0
8992026-08-26T14:38:17.232Z Downloaded csv-core v0.1.13
9002026-08-26T14:38:17.232Z Downloaded p256 v0.14.0
9012026-08-26T14:38:17.235Z Downloaded oxide-tokio-rt v0.1.4
9022026-08-26T14:38:17.235Z Downloaded peg v0.8.5
9032026-08-26T14:38:17.237Z Downloaded crossbeam-epoch v0.9.18
9042026-08-26T14:38:17.237Z Downloaded zerofrom v0.1.6
9052026-08-26T14:38:17.240Z Downloaded scheduled-thread-pool v0.2.7
9062026-08-26T14:38:17.240Z Downloaded secrecy v0.10.3
9072026-08-26T14:38:17.243Z Downloaded structmeta v0.3.0
9082026-08-26T14:38:17.243Z Downloaded pem-rfc7468 v1.0.0
9092026-08-26T14:38:17.243Z Downloaded strsim v0.10.0
9102026-08-26T14:38:17.246Z Downloaded poly1305 v0.8.0
9112026-08-26T14:38:17.246Z Downloaded darling_core v0.20.11
9122026-08-26T14:38:17.249Z Downloaded keccak v0.2.0
9132026-08-26T14:38:17.254Z Downloaded maybe-uninit v2.0.0
9142026-08-26T14:38:17.254Z Downloaded libsw v3.5.0
9152026-08-26T14:38:17.257Z Downloaded derive_builder v0.20.2
9162026-08-26T14:38:17.260Z Downloaded progenitor v0.14.0
9172026-08-26T14:38:17.260Z Downloaded thiserror-impl-no-std v2.0.2
9182026-08-26T14:38:17.260Z Downloaded tower-service v0.3.3
9192026-08-26T14:38:17.265Z Downloaded darling_macro v0.21.3
9202026-08-26T14:38:17.268Z Downloaded diesel_table_macro_syntax v0.3.0
9212026-08-26T14:38:17.268Z Downloaded qorb v0.4.1
9222026-08-26T14:38:17.271Z Downloaded rand v0.9.2
9232026-08-26T14:38:17.271Z Downloaded ecdsa v0.16.9
9242026-08-26T14:38:17.274Z Downloaded tinyvec v1.10.0
9252026-08-26T14:38:17.274Z Downloaded ecdsa v0.17.0
9262026-08-26T14:38:17.274Z Downloaded num-bigint-dig v0.8.6
9272026-08-26T14:38:17.277Z Downloaded tokio-postgres v0.7.16
9282026-08-26T14:38:17.280Z Downloaded unicode_categories v0.1.1
9292026-08-26T14:38:17.284Z Downloaded parking_lot_core v0.8.6
9302026-08-26T14:38:17.287Z Downloaded crucible-workspace-hack v0.1.0
9312026-08-26T14:38:17.287Z Downloaded simd-adler32 v0.3.8
9322026-08-26T14:38:17.291Z Downloaded inout v0.1.4
9332026-08-26T14:38:17.294Z Downloaded aes-gcm v0.11.0
9342026-08-26T14:38:17.299Z Downloaded hashbrown v0.12.3
9352026-08-26T14:38:17.302Z Downloaded litemap v0.8.1
9362026-08-26T14:38:17.305Z Downloaded num-complex v0.4.6
9372026-08-26T14:38:17.305Z Downloaded tokio-dtrace v0.1.1
9382026-08-26T14:38:17.308Z Downloaded toml_writer v1.1.1+spec-1.1.0
9392026-08-26T14:38:17.308Z Downloaded rand_core v0.6.4
9402026-08-26T14:38:17.308Z Downloaded dsl_auto_type v0.2.0
9412026-08-26T14:38:17.311Z Downloaded usdt-impl v0.6.0
9422026-08-26T14:38:17.314Z Downloaded resolv-conf v0.7.6
9432026-08-26T14:38:17.317Z Downloaded rustls-native-certs v0.8.3
9442026-08-26T14:38:17.320Z Downloaded slog-dtrace v0.3.0
9452026-08-26T14:38:17.323Z Downloaded newtype_derive v0.1.6
9462026-08-26T14:38:17.323Z Downloaded darling v0.21.3
9472026-08-26T14:38:17.326Z Downloaded pretty_assertions v1.4.1
9482026-08-26T14:38:17.326Z Downloaded is_ci v1.2.0
9492026-08-26T14:38:17.326Z Downloaded lazy_static v1.5.0
9502026-08-26T14:38:17.329Z Downloaded md-5 v0.10.6
9512026-08-26T14:38:17.329Z Downloaded derive-where v1.6.0
9522026-08-26T14:38:17.332Z Downloaded unicase v2.9.0
9532026-08-26T14:38:17.335Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9542026-08-26T14:38:17.335Z Downloaded wnaf v0.14.0
9552026-08-26T14:38:17.335Z Downloaded walkdir v2.5.0
9562026-08-26T14:38:17.338Z Downloaded static_assertions v1.1.0
9572026-08-26T14:38:17.338Z Downloaded tinystr v0.8.2
9582026-08-26T14:38:17.341Z Downloaded match_cfg v0.1.0
9592026-08-26T14:38:17.344Z Downloaded peg-runtime v0.8.5
9602026-08-26T14:38:17.356Z Downloaded aes v0.9.1
9612026-08-26T14:38:17.359Z Downloaded oxide-update-engine v0.1.2
9622026-08-26T14:38:17.362Z Downloaded pkcs1 v0.8.0-rc.4
9632026-08-26T14:38:17.362Z Downloaded ignore v0.4.25
9642026-08-26T14:38:17.362Z Downloaded zerocopy-derive v0.8.55
9652026-08-26T14:38:17.366Z Downloaded libbz2-rs-sys v0.2.2
9662026-08-26T14:38:17.371Z Downloaded sha2 v0.11.0
9672026-08-26T14:38:17.374Z Downloaded diesel-dtrace v0.5.0
9682026-08-26T14:38:17.374Z Downloaded icu_locale_core v2.1.1
9692026-08-26T14:38:17.377Z Downloaded http v1.4.2
9702026-08-26T14:38:17.377Z Downloaded sapling-renderdag v0.1.0
9712026-08-26T14:38:17.377Z Downloaded signal-hook-tokio v0.3.1
9722026-08-26T14:38:17.380Z Downloaded sync_wrapper v1.0.2
9732026-08-26T14:38:17.380Z Downloaded smallvec v1.15.1
9742026-08-26T14:38:17.380Z Downloaded schemars v1.2.1
9752026-08-26T14:38:17.387Z Downloaded slog v2.8.2
9762026-08-26T14:38:17.389Z Downloaded take_mut v0.2.2
9772026-08-26T14:38:17.390Z Downloaded postgres-types v0.2.12
9782026-08-26T14:38:17.393Z Downloaded recursive v0.1.1
9792026-08-26T14:38:17.393Z Downloaded defmt-macros v1.0.1
9802026-08-26T14:38:17.393Z Downloaded seq-macro v0.3.6
9812026-08-26T14:38:17.396Z Downloaded libsw-core v0.3.2
9822026-08-26T14:38:17.396Z Downloaded module-lattice v0.2.3
9832026-08-26T14:38:17.396Z Downloaded untrusted v0.7.1
9842026-08-26T14:38:17.400Z Downloaded untrusted v0.9.0
9852026-08-26T14:38:17.400Z Downloaded either v1.15.0
9862026-08-26T14:38:17.400Z Downloaded rustyline v14.0.0
9872026-08-26T14:38:17.404Z Downloaded crunchy v0.2.4
9882026-08-26T14:38:17.404Z Downloaded darling_macro v0.23.0
9892026-08-26T14:38:17.404Z Downloaded derive_builder_macro v0.20.2
9902026-08-26T14:38:17.404Z Downloaded serde_cbor v0.11.2
9912026-08-26T14:38:17.408Z Downloaded signature v3.0.0
9922026-08-26T14:38:17.408Z Downloaded cookie_store v0.22.1
9932026-08-26T14:38:17.411Z Downloaded thread-id v5.1.0
9942026-08-26T14:38:17.414Z Downloaded derive_more-impl v2.1.1
9952026-08-26T14:38:17.417Z Downloaded icu_properties v2.1.2
9962026-08-26T14:38:17.417Z Downloaded progenitor-impl v0.13.0
9972026-08-26T14:38:17.422Z Downloaded term v0.7.0
9982026-08-26T14:38:17.422Z Downloaded progenitor-impl v0.14.0
9992026-08-26T14:38:17.425Z Downloaded trait-variant v0.1.2
10002026-08-26T14:38:17.425Z Downloaded cookie v0.18.1
10012026-08-26T14:38:17.425Z Downloaded xattr v1.6.1
10022026-08-26T14:38:17.428Z Downloaded num_enum v0.5.11
10032026-08-26T14:38:17.431Z Downloaded peg-macros v0.8.5
10042026-08-26T14:38:17.431Z Downloaded zerovec-derive v0.11.2
10052026-08-26T14:38:17.434Z Downloaded der v0.7.10
10062026-08-26T14:38:17.438Z Downloaded polyval v0.7.1
10072026-08-26T14:38:17.438Z Downloaded rand_chacha v0.9.0
10082026-08-26T14:38:17.438Z Downloaded toml_edit v0.19.15
10092026-08-26T14:38:17.445Z Downloaded darling v0.23.0
10102026-08-26T14:38:17.448Z Downloaded samael v0.0.19
10112026-08-26T14:38:17.451Z Downloaded yasna v0.5.2
10122026-08-26T14:38:17.455Z Downloaded derive_builder_core v0.20.2
10132026-08-26T14:38:17.455Z Downloaded hyper-rustls v0.27.7
10142026-08-26T14:38:17.455Z Downloaded lalrpop-util v0.19.12
10152026-08-26T14:38:17.455Z Downloaded kem v0.3.0
10162026-08-26T14:38:17.458Z Downloaded zerotrie v0.2.3
10172026-08-26T14:38:17.462Z Downloaded hashbrown v0.15.5
10182026-08-26T14:38:17.465Z Downloaded hashbrown v0.16.1
10192026-08-26T14:38:17.468Z Downloaded miniz_oxide v0.8.9
10202026-08-26T14:38:17.468Z Downloaded url v2.5.8
10212026-08-26T14:38:17.472Z Downloaded inout v0.2.2
10222026-08-26T14:38:17.472Z Downloaded tokio-tungstenite v0.21.0
10232026-08-26T14:38:17.472Z Downloaded unsafe-libyaml v0.2.11
10242026-08-26T14:38:17.475Z Downloaded crypto-bigint v0.5.5
10252026-08-26T14:38:17.479Z Downloaded maplit v1.0.2
10262026-08-26T14:38:17.480Z Downloaded md5 v0.8.0
10272026-08-26T14:38:17.480Z Downloaded sec1 v0.7.3
10282026-08-26T14:38:17.483Z Downloaded serde_tokenstream v0.3.0
10292026-08-26T14:38:17.483Z Downloaded strum_macros v0.26.4
10302026-08-26T14:38:17.483Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10312026-08-26T14:38:17.484Z Downloaded vergen-lib v9.1.0
10322026-08-26T14:38:17.484Z Downloaded ctr v0.10.1
10332026-08-26T14:38:17.487Z Downloaded ref-cast-impl v1.0.25
10342026-08-26T14:38:17.487Z Downloaded rustc_version v0.1.7
10352026-08-26T14:38:17.487Z Downloaded same-file v1.0.6
10362026-08-26T14:38:17.487Z Downloaded sha1 v0.11.0
10372026-08-26T14:38:17.487Z Downloaded spki v0.8.0
10382026-08-26T14:38:17.491Z Downloaded ident_case v1.0.1
10392026-08-26T14:38:17.491Z Downloaded nonempty v0.12.0
10402026-08-26T14:38:17.491Z Downloaded phf_shared v0.12.1
10412026-08-26T14:38:17.491Z Downloaded parking_lot v0.12.5
10422026-08-26T14:38:17.494Z Downloaded steno v0.4.1
10432026-08-26T14:38:17.494Z Downloaded structmeta-derive v0.3.0
10442026-08-26T14:38:17.494Z Downloaded parse-display v0.10.0
10452026-08-26T14:38:17.497Z Downloaded darling_core v0.23.0
10462026-08-26T14:38:17.501Z Downloaded tungstenite v0.23.0
10472026-08-26T14:38:17.504Z Downloaded tungstenite v0.21.0
10482026-08-26T14:38:17.507Z Downloaded pkcs1 v0.7.5
10492026-08-26T14:38:17.507Z Downloaded psl-types v2.0.11
10502026-08-26T14:38:17.510Z Downloaded tagptr v0.2.0
10512026-08-26T14:38:17.511Z Downloaded derive-ex v0.1.8
10522026-08-26T14:38:17.511Z Downloaded serde_repr v0.1.20
10532026-08-26T14:38:17.524Z Downloaded universal-hash v0.5.1
10542026-08-26T14:38:17.525Z Downloaded void v1.0.2
10552026-08-26T14:38:17.525Z Downloaded crc-catalog v2.4.0
10562026-08-26T14:38:17.525Z Downloaded crc8 v0.1.1
10572026-08-26T14:38:17.525Z Downloaded num-bigint v0.4.6
10582026-08-26T14:38:17.525Z Downloaded scuffle v0.1.0
10592026-08-26T14:38:17.525Z Downloaded typed-path v0.9.3
10602026-08-26T14:38:17.528Z Downloaded primeorder v0.13.6
10612026-08-26T14:38:17.531Z Downloaded wait-timeout v0.2.1
10622026-08-26T14:38:17.532Z Downloaded const_format_proc_macros v0.2.34
10632026-08-26T14:38:17.532Z Downloaded darling v0.13.4
10642026-08-26T14:38:17.535Z Downloaded time-core v0.1.8
10652026-08-26T14:38:17.535Z Downloaded unicode-segmentation v1.12.0
10662026-08-26T14:38:17.535Z Downloaded indexmap v1.9.3
10672026-08-26T14:38:17.538Z Downloaded nanorand v0.7.0
10682026-08-26T14:38:17.546Z Downloaded indent_write v2.2.0
10692026-08-26T14:38:17.553Z Downloaded lock_api v0.4.14
10702026-08-26T14:38:17.557Z Downloaded predicates-core v1.0.10
10712026-08-26T14:38:17.557Z Downloaded whoami v1.6.1
10722026-08-26T14:38:17.560Z Downloaded crc32fast v1.5.0
10732026-08-26T14:38:17.560Z Downloaded rand_core v0.10.0
10742026-08-26T14:38:17.564Z Downloaded signal-hook-registry v1.4.8
10752026-08-26T14:38:17.564Z Downloaded slog-scope v4.4.1
10762026-08-26T14:38:17.564Z Downloaded mio v1.2.0
10772026-08-26T14:38:17.567Z Downloaded rtoolbox v0.0.3
10782026-08-26T14:38:17.570Z Downloaded deranged v0.5.8
10792026-08-26T14:38:17.575Z Downloaded downcast-rs v2.0.2
10802026-08-26T14:38:17.578Z Downloaded num_enum v0.7.6
10812026-08-26T14:38:17.578Z Downloaded parse-display-derive v0.10.0
10822026-08-26T14:38:17.578Z Downloaded sqlformat v0.3.5
10832026-08-26T14:38:17.581Z Downloaded indoc v1.0.9
10842026-08-26T14:38:17.582Z Downloaded managed v0.8.0
10852026-08-26T14:38:17.582Z Downloaded support-bundle-viewer v0.1.2
10862026-08-26T14:38:17.585Z Downloaded strum v0.26.3
10872026-08-26T14:38:17.589Z Downloaded crossterm v0.28.1
10882026-08-26T14:38:17.592Z Downloaded tinyvec_macros v0.1.1
10892026-08-26T14:38:17.592Z Downloaded crypto-common v0.2.2
10902026-08-26T14:38:17.592Z Downloaded progenitor-macro v0.13.0
10912026-08-26T14:38:17.592Z Downloaded twox-hash v2.1.2
10922026-08-26T14:38:17.599Z Downloaded rand_chacha v0.3.1
10932026-08-26T14:38:17.602Z Downloaded num-traits v0.2.19
10942026-08-26T14:38:17.607Z Downloaded tokio-util v0.7.18
10952026-08-26T14:38:17.611Z Downloaded sec1 v0.8.1
10962026-08-26T14:38:17.614Z Downloaded crc v3.4.0
10972026-08-26T14:38:17.619Z Downloaded digest v0.11.3
10982026-08-26T14:38:17.619Z Downloaded num-derive v0.4.2
10992026-08-26T14:38:17.622Z Downloaded serde_spanned v1.1.1
11002026-08-26T14:38:17.622Z Downloaded usdt v0.6.0
11012026-08-26T14:38:17.622Z Downloaded hkdf v0.13.0
11022026-08-26T14:38:17.622Z Downloaded recursive-proc-macro-impl v0.1.1
11032026-08-26T14:38:17.625Z Downloaded num v0.4.3
11042026-08-26T14:38:17.626Z Downloaded h2 v0.4.15
11052026-08-26T14:38:17.629Z Downloaded hkdf v0.12.4
11062026-08-26T14:38:17.629Z Downloaded hashbrown v0.14.5
11072026-08-26T14:38:17.632Z Downloaded linear-map v1.2.0
11082026-08-26T14:38:17.635Z Downloaded packed_struct_codegen v0.10.1
11092026-08-26T14:38:17.639Z Downloaded blake3 v1.8.5
11102026-08-26T14:38:17.644Z Downloaded time-macros v0.2.27
11112026-08-26T14:38:17.648Z Downloaded pkcs8 v0.10.2
11122026-08-26T14:38:17.652Z Downloaded stable_deref_trait v1.2.1
11132026-08-26T14:38:17.655Z Downloaded der_derive v0.7.3
11142026-08-26T14:38:17.666Z Downloaded diesel_derives v2.3.7
11152026-08-26T14:38:17.669Z Downloaded rustversion v1.0.22
11162026-08-26T14:38:17.673Z Downloaded scrypt v0.12.0
11172026-08-26T14:38:17.673Z Downloaded ssh-cipher v0.3.0
11182026-08-26T14:38:17.673Z Downloaded is-terminal v0.4.17
11192026-08-26T14:38:17.676Z Downloaded num_threads v0.1.7
11202026-08-26T14:38:17.677Z Downloaded libscf-sys v1.2.0
11212026-08-26T14:38:17.677Z Downloaded russh-util v0.52.0
11222026-08-26T14:38:17.680Z Downloaded waitgroup v0.1.2
11232026-08-26T14:38:17.683Z Downloaded impl-trait-for-tuples v0.2.3
11242026-08-26T14:38:17.683Z Downloaded itertools v0.12.1
11252026-08-26T14:38:17.686Z Downloaded postcard v1.1.3
11262026-08-26T14:38:17.689Z Downloaded internal-russh-num-bigint v0.5.0
11272026-08-26T14:38:17.692Z Downloaded zstd v0.13.3
11282026-08-26T14:38:17.698Z Downloaded nu-ansi-term v0.50.3
11292026-08-26T14:38:17.702Z Downloaded darling_macro v0.13.4
11302026-08-26T14:38:17.705Z Downloaded psm v0.1.30
11312026-08-26T14:38:17.705Z Downloaded ssh-key v0.7.0-rc.11
11322026-08-26T14:38:17.709Z Downloaded openssl-sys v0.9.117
11332026-08-26T14:38:17.715Z Downloaded ml-kem v0.3.2
11342026-08-26T14:38:17.719Z Downloaded mime v0.3.17
11352026-08-26T14:38:17.722Z Downloaded parking_lot v0.11.2
11362026-08-26T14:38:17.728Z Downloaded prefix-trie v0.7.0
11372026-08-26T14:38:17.733Z Downloaded stacker v0.1.23
11382026-08-26T14:38:17.736Z Downloaded convert_case v0.10.0
11392026-08-26T14:38:17.739Z Downloaded zerocopy v0.6.6
11402026-08-26T14:38:17.743Z Downloaded rfc6979 v0.6.0
11412026-08-26T14:38:17.743Z Downloaded secrecy v0.8.0
11422026-08-26T14:38:17.743Z Downloaded spin v0.9.8
11432026-08-26T14:38:17.750Z Downloaded subtle v2.6.1
11442026-08-26T14:38:17.753Z Downloaded strum v0.27.2
11452026-08-26T14:38:17.753Z Downloaded supports-color v3.0.2
11462026-08-26T14:38:17.753Z Downloaded yoke-derive v0.8.1
11472026-08-26T14:38:17.756Z Downloaded kstat-rs v0.2.5
11482026-08-26T14:38:17.759Z Downloaded lru v0.12.5
11492026-08-26T14:38:17.759Z Downloaded bitvec v1.0.1
11502026-08-26T14:38:17.766Z Downloaded rsa v0.9.10
11512026-08-26T14:38:17.769Z Downloaded icu_properties_data v2.1.2
11522026-08-26T14:38:17.774Z Downloaded libloading v0.8.9
11532026-08-26T14:38:17.778Z Downloaded oxide-generation v0.1.3
11542026-08-26T14:38:17.778Z Downloaded ctutils v0.4.2
11552026-08-26T14:38:17.778Z Downloaded knus v3.4.0
11562026-08-26T14:38:17.781Z Downloaded slab v0.4.12
11572026-08-26T14:38:17.781Z Downloaded diff v0.1.13
11582026-08-26T14:38:17.781Z Downloaded iana-time-zone v0.1.65
11592026-08-26T14:38:17.784Z Downloaded icu_collections v2.1.1
11602026-08-26T14:38:17.787Z Downloaded knus-derive v3.4.0
11612026-08-26T14:38:17.788Z Downloaded primefield v0.14.0
11622026-08-26T14:38:17.788Z Downloaded display-error-chain v0.2.2
11632026-08-26T14:38:17.791Z Downloaded reqwest v0.13.2
11642026-08-26T14:38:17.794Z Downloaded openssl-probe v0.1.6
11652026-08-26T14:38:17.794Z Downloaded potential_utf v0.1.4
11662026-08-26T14:38:17.794Z Downloaded native-tls v0.2.18
11672026-08-26T14:38:17.794Z Downloaded oso-derive v0.27.3
11682026-08-26T14:38:17.794Z Downloaded proc-macro-error2 v2.0.1
11692026-08-26T14:38:17.797Z Downloaded futures-util v0.3.32
11702026-08-26T14:38:17.803Z Downloaded serde-hex v0.1.0
11712026-08-26T14:38:17.806Z Downloaded rfc6979 v0.4.0
11722026-08-26T14:38:17.806Z Downloaded shell-words v1.1.1
11732026-08-26T14:38:17.806Z Downloaded humantime v2.3.0
11742026-08-26T14:38:17.806Z Downloaded p384 v0.14.0
11752026-08-26T14:38:17.809Z Downloaded dirs-next v2.0.0
11762026-08-26T14:38:17.809Z Downloaded crossbeam-deque v0.8.6
11772026-08-26T14:38:17.809Z Downloaded defmt v0.3.100
11782026-08-26T14:38:17.809Z Downloaded serde_bytes v0.11.19
11792026-08-26T14:38:17.814Z Downloaded dropshot-api-manager v0.8.0
11802026-08-26T14:38:17.817Z Downloaded uzers v0.12.2
11812026-08-26T14:38:17.820Z Downloaded serde_with_macros v3.21.0
11822026-08-26T14:38:17.820Z Downloaded slog-json v2.6.1
11832026-08-26T14:38:17.820Z Downloaded proc-macro-error-attr2 v2.0.0
11842026-08-26T14:38:17.824Z Downloaded daft-derive v0.1.8
11852026-08-26T14:38:17.824Z Downloaded aws-lc-rs v1.16.3
11862026-08-26T14:38:17.829Z Downloaded quinn v0.11.11
11872026-08-26T14:38:17.832Z Downloaded winnow v0.6.26
11882026-08-26T14:38:17.836Z Downloaded tokio-rustls v0.26.4
11892026-08-26T14:38:17.840Z Downloaded tokio-stream v0.1.18
11902026-08-26T14:38:17.843Z Downloaded phc v0.6.1
11912026-08-26T14:38:17.843Z Downloaded typify v0.6.2
11922026-08-26T14:38:17.843Z Downloaded utf8_iter v1.0.4
11932026-08-26T14:38:17.843Z Downloaded rustls-webpki v0.103.13
11942026-08-26T14:38:17.846Z Downloaded serde_with v1.14.0
11952026-08-26T14:38:17.850Z Downloaded rustc-demangle v0.1.27
11962026-08-26T14:38:17.850Z Downloaded vergen-git2 v9.1.0
11972026-08-26T14:38:17.853Z Downloaded drift v0.2.0
11982026-08-26T14:38:17.858Z Downloaded typify-macro v0.6.2
11992026-08-26T14:38:17.861Z Downloaded phf_shared v0.11.3
12002026-08-26T14:38:17.861Z Downloaded precomputed-hash v0.1.1
12012026-08-26T14:38:17.861Z Downloaded synstructure v0.13.2
12022026-08-26T14:38:17.861Z Downloaded dyn-clone v1.0.20
12032026-08-26T14:38:17.868Z Downloaded pkcs5 v0.8.1
12042026-08-26T14:38:17.873Z Downloaded termtree v0.5.1
12052026-08-26T14:38:17.876Z Downloaded vergen-gitcl v1.0.8
12062026-08-26T14:38:17.876Z Downloaded indoc v2.0.7
12072026-08-26T14:38:17.885Z Downloaded tokio-test v0.4.5
12082026-08-26T14:38:17.889Z Downloaded shlex v1.3.0
12092026-08-26T14:38:17.889Z Downloaded socket2 v0.6.3
12102026-08-26T14:38:17.889Z Downloaded des v0.9.0
12112026-08-26T14:38:17.889Z Downloaded rand_core v0.9.5
12122026-08-26T14:38:17.889Z Downloaded defmt v1.0.1
12132026-08-26T14:38:17.892Z Downloaded schemars v0.8.22
12142026-08-26T14:38:17.900Z Downloaded path-slash v0.1.5
12152026-08-26T14:38:17.904Z Downloaded slog-bunyan v2.5.0
12162026-08-26T14:38:17.904Z Downloaded termios v0.3.3
12172026-08-26T14:38:17.904Z Downloaded lru-cache v0.1.2
12182026-08-26T14:38:17.916Z Downloaded ingot v0.2.1
12192026-08-26T14:38:17.919Z Downloaded hyper-util v0.1.20
12202026-08-26T14:38:17.922Z Downloaded zip v0.6.6
12212026-08-26T14:38:17.925Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-08-26T14:38:17.926Z Downloaded unicode-bidi v0.3.18
12232026-08-26T14:38:17.929Z Downloaded dropshot_endpoint v0.17.1
12242026-08-26T14:38:17.929Z Downloaded phf v0.13.1
12252026-08-26T14:38:17.929Z Downloaded displaydoc v0.2.5
12262026-08-26T14:38:17.932Z Downloaded slog-stdlog v4.1.1
12272026-08-26T14:38:17.932Z Downloaded der v0.8.0
12282026-08-26T14:38:17.935Z Downloaded vergen v9.1.0
12292026-08-26T14:38:17.944Z Downloaded bindgen v0.71.1
12302026-08-26T14:38:17.948Z Downloaded libxml v0.3.3
12312026-08-26T14:38:17.952Z Downloaded rustls-pemfile v2.2.0
12322026-08-26T14:38:17.955Z Downloaded snafu v0.8.9
12332026-08-26T14:38:17.959Z Downloaded icu_normalizer_data v2.1.1
12342026-08-26T14:38:17.959Z Downloaded schemars v0.9.0
12352026-08-26T14:38:17.964Z Downloaded zstd-safe v7.2.4
12362026-08-26T14:38:17.967Z Downloaded thiserror-no-std v2.0.2
12372026-08-26T14:38:17.967Z Downloaded derive_more v0.99.20
12382026-08-26T14:38:17.972Z Downloaded rusty-fork v0.3.1
12392026-08-26T14:38:17.972Z Downloaded reedline v0.40.0
12402026-08-26T14:38:17.976Z Downloaded zerovec v0.11.5
12412026-08-26T14:38:17.979Z Downloaded crossterm v0.29.0
12422026-08-26T14:38:17.983Z Downloaded ingot-types v0.2.0
12432026-08-26T14:38:17.983Z Downloaded daft v0.1.8
12442026-08-26T14:38:17.983Z Downloaded darling_core v0.13.4
12452026-08-26T14:38:17.986Z Downloaded packed_struct v0.10.1
12462026-08-26T14:38:17.986Z Downloaded pem-rfc7468 v0.7.0
12472026-08-26T14:38:17.990Z Downloaded mime_guess v2.0.5
12482026-08-26T14:38:17.990Z Downloaded chrono v0.4.45
12492026-08-26T14:38:17.994Z Downloaded crypto-primes v0.7.2
12502026-08-26T14:38:17.997Z Downloaded tar v0.4.46
12512026-08-26T14:38:18.002Z Downloaded rsa v0.10.0-rc.18
12522026-08-26T14:38:18.008Z Downloaded rawzip v0.4.4
12532026-08-26T14:38:18.017Z Downloaded russh v0.62.4
12542026-08-26T14:38:18.027Z Downloaded elliptic-curve v0.13.8
12552026-08-26T14:38:18.035Z Downloaded itertools v0.15.0
12562026-08-26T14:38:18.038Z Downloaded icu_normalizer v2.1.1
12572026-08-26T14:38:18.041Z Downloaded p384 v0.13.1
12582026-08-26T14:38:18.045Z Downloaded salty v0.3.0
12592026-08-26T14:38:18.050Z Downloaded radix_trie v0.2.1
12602026-08-26T14:38:18.053Z Downloaded p521 v0.14.0
12612026-08-26T14:38:18.057Z Downloaded ed25519-dalek v3.0.0
12622026-08-26T14:38:18.060Z Downloaded unicode-normalization v0.1.25
12632026-08-26T14:38:18.060Z Downloaded toml_parser v1.1.2+spec-1.1.0
12642026-08-26T14:38:18.063Z Downloaded const_format v0.2.35
12652026-08-26T14:38:18.068Z Downloaded git2 v0.20.4
12662026-08-26T14:38:18.072Z Downloaded crossbeam-channel v0.5.15
12672026-08-26T14:38:18.076Z Downloaded reqwest v0.12.28
12682026-08-26T14:38:18.079Z Downloaded ed25519-dalek v2.2.0
12692026-08-26T14:38:18.089Z Downloaded rayon v1.11.0
12702026-08-26T14:38:18.099Z Downloaded itertools v0.13.0
12712026-08-26T14:38:18.109Z Downloaded x509-cert v0.2.5
12722026-08-26T14:38:18.113Z Downloaded vcpkg v0.2.15
12732026-08-26T14:38:18.136Z Downloaded minimal-lexical v0.2.1
12742026-08-26T14:38:18.139Z Downloaded goblin v0.10.5
12752026-08-26T14:38:18.143Z Downloaded miette v7.6.0
12762026-08-26T14:38:18.148Z Downloaded idna v1.1.0
12772026-08-26T14:38:18.151Z Downloaded nom v7.1.3
12782026-08-26T14:38:18.151Z Downloaded itertools v0.14.0
12792026-08-26T14:38:18.154Z Downloaded proptest v1.11.0
12802026-08-26T14:38:18.160Z Downloaded darling_core v0.21.3
12812026-08-26T14:38:18.164Z Downloaded itertools v0.10.5
12822026-08-26T14:38:18.167Z Downloaded regex v1.12.3
12832026-08-26T14:38:18.171Z Downloaded lalrpop v0.19.12
12842026-08-26T14:38:18.177Z Downloaded sha3 v0.12.0
12852026-08-26T14:38:18.180Z Downloaded nix v0.27.1
12862026-08-26T14:38:18.184Z Downloaded portable-atomic v1.13.1
12872026-08-26T14:38:18.188Z Downloaded bstr v1.12.1
12882026-08-26T14:38:18.193Z Downloaded tower v0.5.3
12892026-08-26T14:38:18.199Z Downloaded jiff-core v0.1.0
12902026-08-26T14:38:18.202Z Downloaded yansi v1.0.1
12912026-08-26T14:38:18.205Z Downloaded tough v0.22.0
12922026-08-26T14:38:18.208Z Downloaded tabled v0.21.0
12932026-08-26T14:38:18.218Z Downloaded winnow v0.5.40
12942026-08-26T14:38:18.223Z Downloaded smoltcp v0.9.1
12952026-08-26T14:38:18.229Z Downloaded hyper v1.10.1
12962026-08-26T14:38:18.235Z Downloaded zip v4.6.1
12972026-08-26T14:38:18.241Z Downloaded quick-xml v0.37.5
12982026-08-26T14:38:18.250Z Downloaded gimli v0.32.3
12992026-08-26T14:38:18.262Z Downloaded nix v0.28.0
13002026-08-26T14:38:18.268Z Downloaded iri-string v0.7.10
13012026-08-26T14:38:18.272Z Downloaded time v0.3.47
13022026-08-26T14:38:18.290Z Downloaded regex-syntax v0.6.29
13032026-08-26T14:38:18.317Z Downloaded tower-http v0.6.8
13042026-08-26T14:38:18.323Z Downloaded rand v0.10.1
13052026-08-26T14:38:18.328Z Downloaded iddqd v0.4.2
13062026-08-26T14:38:18.336Z Downloaded nom v8.0.0
13072026-08-26T14:38:18.339Z Downloaded curve25519-dalek v5.0.0
13082026-08-26T14:38:18.344Z Downloaded zlib-rs v0.6.2
13092026-08-26T14:38:18.348Z Downloaded object v0.30.4
13102026-08-26T14:38:18.358Z Downloaded nix v0.31.2
13112026-08-26T14:38:18.365Z Downloaded polar-core v0.27.3
13122026-08-26T14:38:18.370Z Downloaded openssl v0.10.80
13132026-08-26T14:38:18.375Z Downloaded syn v3.0.3
13142026-08-26T14:38:18.382Z Downloaded winnow v1.0.3
13152026-08-26T14:38:18.388Z Downloaded libm v0.2.16
13162026-08-26T14:38:18.418Z Downloaded serde_with v3.21.0
13172026-08-26T14:38:18.430Z Downloaded diesel v2.3.7
13182026-08-26T14:38:18.442Z Downloaded regress v0.10.5
13192026-08-26T14:38:18.448Z Downloaded moka v0.12.13
13202026-08-26T14:38:18.456Z Downloaded hickory-proto v0.24.4
13212026-08-26T14:38:18.465Z Downloaded rustls v0.23.41
13222026-08-26T14:38:18.483Z Downloaded regex-syntax v0.8.10
13232026-08-26T14:38:18.488Z Downloaded zerocopy v0.8.55
13242026-08-26T14:38:18.498Z Downloaded petname v2.0.2
13252026-08-26T14:38:18.502Z Downloaded quinn-proto v0.11.16
13262026-08-26T14:38:18.505Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-08-26T14:38:18.514Z Downloaded curve25519-dalek v4.1.3
13282026-08-26T14:38:18.518Z Downloaded typify-impl v0.6.2
13292026-08-26T14:38:18.528Z Downloaded object v0.37.3
13302026-08-26T14:38:18.550Z Downloaded regress v0.11.1
13312026-08-26T14:38:18.556Z Downloaded smoltcp v0.11.0
13322026-08-26T14:38:18.563Z Downloaded chrono-tz v0.10.4
13332026-08-26T14:38:18.574Z Downloaded sqlparser v0.61.0
13342026-08-26T14:38:18.579Z Downloaded hickory-proto v0.25.2
13352026-08-26T14:38:18.600Z Downloaded crypto-bigint v0.7.5
13362026-08-26T14:38:18.620Z Downloaded rustix v0.38.44
13372026-08-26T14:38:18.633Z Downloaded dropshot v0.17.1
13382026-08-26T14:38:18.645Z Downloaded libz-sys v1.1.24
13392026-08-26T14:38:18.658Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-08-26T14:38:18.668Z Downloaded sha3 v0.10.8
13412026-08-26T14:38:18.671Z Downloaded sha3 v0.11.0
13422026-08-26T14:38:18.677Z Downloaded openapiv3 v2.2.0
13432026-08-26T14:38:18.680Z Downloaded csv v1.4.0
13442026-08-26T14:38:18.720Z Downloaded tracing v0.1.44
13452026-08-26T14:38:18.733Z Downloaded zerocopy-derive v0.6.6
13462026-08-26T14:38:18.745Z Downloaded regex-automata v0.4.14
13472026-08-26T14:38:18.753Z Downloaded sled v0.34.7
13482026-08-26T14:38:18.760Z Downloaded petgraph v0.6.5
13492026-08-26T14:38:18.771Z Downloaded ratatui v0.29.0
13502026-08-26T14:38:18.799Z Downloaded ring v0.17.14
13512026-08-26T14:38:18.825Z Downloaded petgraph v0.8.3
13522026-08-26T14:38:18.837Z Downloaded jiff v0.2.34
13532026-08-26T14:38:18.846Z Downloaded libgit2-sys v0.18.3+1.9.2
13542026-08-26T14:38:18.879Z Downloaded tokio v1.52.1
13552026-08-26T14:38:18.903Z Downloaded encoding_rs v0.8.35
13562026-08-26T14:38:19.368Z Downloaded aws-lc-sys v0.40.0
13572026-08-26T14:38:19.635Z Compiling serde_core v1.0.228
13582026-08-26T14:38:19.635Z Compiling libc v0.2.185
13592026-08-26T14:38:19.635Z Compiling serde v1.0.228
13602026-08-26T14:38:19.639Z Compiling log v0.4.33
13612026-08-26T14:38:19.639Z Compiling smallvec v1.15.1
13622026-08-26T14:38:19.639Z Compiling find-msvc-tools v0.1.9
13632026-08-26T14:38:19.639Z Compiling shlex v1.3.0
13642026-08-26T14:38:19.639Z Compiling subtle v2.6.1
13652026-08-26T14:38:19.639Z Compiling scopeguard v1.2.0
13662026-08-26T14:38:19.639Z Compiling stable_deref_trait v1.2.1
13672026-08-26T14:38:19.639Z Compiling typenum v1.20.1
13682026-08-26T14:38:19.639Z Compiling zerocopy v0.8.55
13692026-08-26T14:38:19.771Z Compiling portable-atomic v1.13.1
13702026-08-26T14:38:19.775Z Compiling serde_json v1.0.151
13712026-08-26T14:38:19.775Z Compiling critical-section v1.2.0
13722026-08-26T14:38:19.785Z Compiling libm v0.2.16
13732026-08-26T14:38:19.788Z Compiling pkg-config v0.3.32
13742026-08-26T14:38:19.788Z Compiling pin-project-lite v0.2.17
13752026-08-26T14:38:19.788Z Compiling const-oid v0.9.6
13762026-08-26T14:38:19.788Z Compiling parking_lot_core v0.9.12
13772026-08-26T14:38:19.788Z Compiling getrandom v0.4.3
13782026-08-26T14:38:19.789Z Compiling rand_core v0.10.0
13792026-08-26T14:38:19.789Z Compiling litemap v0.8.1
13802026-08-26T14:38:19.914Z Compiling num-traits v0.2.19
13812026-08-26T14:38:19.918Z Compiling generic-array v0.14.7
13822026-08-26T14:38:19.918Z Compiling writeable v0.6.2
13832026-08-26T14:38:19.918Z Compiling futures-core v0.3.32
13842026-08-26T14:38:19.930Z Compiling percent-encoding v2.3.2
13852026-08-26T14:38:20.010Z Compiling icu_normalizer_data v2.1.1
13862026-08-26T14:38:20.014Z Compiling icu_properties_data v2.1.2
13872026-08-26T14:38:20.029Z Compiling syn v2.0.117
13882026-08-26T14:38:20.032Z Compiling lock_api v0.4.14
13892026-08-26T14:38:20.059Z Compiling getrandom v0.3.4
13902026-08-26T14:38:20.063Z Compiling rustix v1.1.4
13912026-08-26T14:38:20.078Z Compiling futures-sink v0.3.32
13922026-08-26T14:38:20.114Z Compiling slab v0.4.12
13932026-08-26T14:38:20.128Z Compiling utf8_iter v1.0.4
13942026-08-26T14:38:20.131Z Compiling futures-task v0.3.32
13952026-08-26T14:38:20.131Z Compiling futures-io v0.3.32
13962026-08-26T14:38:20.160Z Compiling rustversion v1.0.22
13972026-08-26T14:38:20.197Z Compiling form_urlencoded v1.2.2
13982026-08-26T14:38:20.216Z Compiling base64ct v1.8.3
13992026-08-26T14:38:20.235Z Compiling iana-time-zone v0.1.65
14002026-08-26T14:38:20.271Z Compiling regex-syntax v0.8.10
14012026-08-26T14:38:20.319Z Compiling dunce v1.0.5
14022026-08-26T14:38:20.336Z Compiling futures-channel v0.3.32
14032026-08-26T14:38:20.369Z Compiling fs_extra v1.3.0
14042026-08-26T14:38:20.441Z Compiling flagset v0.4.7
14052026-08-26T14:38:20.461Z Compiling ident_case v1.0.1
14062026-08-26T14:38:20.464Z Compiling base64 v0.22.1
14072026-08-26T14:38:20.477Z Compiling vcpkg v0.2.15
14082026-08-26T14:38:20.480Z Compiling syn v1.0.109
14092026-08-26T14:38:20.512Z Compiling pem-rfc7468 v0.7.0
14102026-08-26T14:38:20.595Z Compiling cpufeatures v0.2.17
14112026-08-26T14:38:20.611Z Compiling schemars v0.8.22
14122026-08-26T14:38:20.648Z Compiling dyn-clone v1.0.20
14132026-08-26T14:38:20.665Z Compiling aws-lc-rs v1.16.3
14142026-08-26T14:38:20.668Z Compiling simd-adler32 v0.3.8
14152026-08-26T14:38:20.699Z Compiling spin v0.9.8
14162026-08-26T14:38:20.762Z Compiling tinyvec_macros v0.1.1
14172026-08-26T14:38:20.762Z Compiling crc32fast v1.5.0
14182026-08-26T14:38:20.796Z Compiling httparse v1.10.1
14192026-08-26T14:38:20.801Z Compiling adler2 v2.0.1
14202026-08-26T14:38:20.801Z Compiling cmov v0.5.4
14212026-08-26T14:38:20.831Z Compiling openssl-probe v0.2.1
14222026-08-26T14:38:20.933Z Compiling aho-corasick v1.1.4
14232026-08-26T14:38:20.936Z Compiling atomic-waker v1.1.2
14242026-08-26T14:38:20.966Z Compiling errno v0.3.14
14252026-08-26T14:38:20.980Z Compiling jobserver v0.1.34
14262026-08-26T14:38:20.997Z Compiling getrandom v0.2.17
14272026-08-26T14:38:21.065Z Compiling mio v1.2.0
14282026-08-26T14:38:21.129Z Compiling socket2 v0.6.3
14292026-08-26T14:38:21.148Z Compiling tinyvec v1.10.0
14302026-08-26T14:38:21.182Z Compiling try-lock v0.2.5
14312026-08-26T14:38:21.214Z Compiling radium v0.7.0
14322026-08-26T14:38:21.349Z Compiling rand_core v0.6.4
14332026-08-26T14:38:21.353Z Compiling signal-hook-registry v1.4.8
14342026-08-26T14:38:21.370Z Compiling parking_lot v0.12.5
14352026-08-26T14:38:21.458Z Compiling cc v1.2.56
14362026-08-26T14:38:21.461Z Compiling miniz_oxide v0.8.9
14372026-08-26T14:38:21.492Z Compiling untrusted v0.7.1
14382026-08-26T14:38:21.496Z Compiling tower-service v0.3.3
14392026-08-26T14:38:21.507Z Compiling tower-layer v0.3.3
14402026-08-26T14:38:21.537Z Compiling untrusted v0.9.0
14412026-08-26T14:38:21.552Z Compiling openssl v0.10.80
14422026-08-26T14:38:21.556Z Compiling ctutils v0.4.2
14432026-08-26T14:38:21.622Z Compiling want v0.3.1
14442026-08-26T14:38:21.637Z Compiling maybe-uninit v2.0.0
14452026-08-26T14:38:21.656Z Compiling rand_core v0.9.5
14462026-08-26T14:38:21.656Z Compiling rustls v0.23.41
14472026-08-26T14:38:21.672Z Compiling foreign-types-shared v0.1.1
14482026-08-26T14:38:21.689Z Compiling httpdate v1.0.3
14492026-08-26T14:38:21.741Z Compiling tap v1.0.1
14502026-08-26T14:38:21.759Z Compiling wait-timeout v0.2.1
14512026-08-26T14:38:21.762Z Compiling ahash v0.8.12
14522026-08-26T14:38:21.813Z Compiling foreign-types v0.3.2
14532026-08-26T14:38:21.848Z Compiling num-bigint-dig v0.8.6
14542026-08-26T14:38:21.866Z Compiling bit-vec v0.8.0
14552026-08-26T14:38:21.885Z Compiling num-conv v0.2.0
14562026-08-26T14:38:21.888Z Compiling native-tls v0.2.18
14572026-08-26T14:38:21.888Z Compiling funty v2.0.0
14582026-08-26T14:38:21.954Z Compiling once_cell v1.21.3
14592026-08-26T14:38:21.972Z Compiling quick-error v1.2.3
14602026-08-26T14:38:21.975Z Compiling time-core v0.1.8
14612026-08-26T14:38:21.975Z Compiling packed_struct v0.10.1
14622026-08-26T14:38:22.011Z Compiling powerfmt v0.2.0
14632026-08-26T14:38:22.027Z Compiling unicode-normalization v0.1.25
14642026-08-26T14:38:22.030Z Compiling rand_xorshift v0.4.0
14652026-08-26T14:38:22.045Z Compiling lazy_static v1.5.0
14662026-08-26T14:38:22.048Z Compiling sync_wrapper v1.0.2
14672026-08-26T14:38:22.098Z Compiling indexmap v1.9.3
14682026-08-26T14:38:22.102Z Compiling crossbeam-utils v0.8.21
14692026-08-26T14:38:22.117Z Compiling usdt-impl v0.6.0
14702026-08-26T14:38:22.120Z Compiling paste v1.0.15
14712026-08-26T14:38:22.120Z Compiling num-integer v0.1.46
14722026-08-26T14:38:22.137Z Compiling nodrop v0.1.14
14732026-08-26T14:38:22.155Z Compiling tracing-core v0.1.36
14742026-08-26T14:38:22.188Z Compiling regex-automata v0.4.14
14752026-08-26T14:38:22.255Z Compiling bitflags v2.11.0
14762026-08-26T14:38:22.288Z Compiling semver v1.0.28
14772026-08-26T14:38:22.305Z Compiling indexmap v2.14.0
14782026-08-26T14:38:22.340Z Compiling uuid v1.23.4
14792026-08-26T14:38:22.357Z Compiling wyz v0.5.1
14802026-08-26T14:38:22.440Z Compiling num-iter v0.1.45
14812026-08-26T14:38:22.528Z Compiling deranged v0.5.8
14822026-08-26T14:38:22.544Z Compiling bit-set v0.8.0
14832026-08-26T14:38:22.548Z Compiling object v0.37.3
14842026-08-26T14:38:22.548Z Compiling num_threads v0.1.7
14852026-08-26T14:38:22.548Z Compiling unarray v0.1.4
14862026-08-26T14:38:22.564Z Compiling rustc_version v0.4.1
14872026-08-26T14:38:22.568Z Compiling time-macros v0.2.27
14882026-08-26T14:38:22.584Z Compiling zlib-rs v0.6.2
14892026-08-26T14:38:22.617Z Compiling cmake v0.1.57
14902026-08-26T14:38:22.621Z Compiling crc-catalog v2.4.0
14912026-08-26T14:38:22.621Z Compiling unicode-segmentation v1.12.0
14922026-08-26T14:38:22.633Z Compiling siphasher v1.0.2
14932026-08-26T14:38:22.683Z Compiling bitvec v1.0.1
14942026-08-26T14:38:22.698Z Compiling smallvec v0.6.14
14952026-08-26T14:38:22.770Z Compiling crc v3.4.0
14962026-08-26T14:38:22.788Z Compiling array-init v0.0.4
14972026-08-26T14:38:22.802Z Compiling slog v2.8.2
14982026-08-26T14:38:22.817Z Compiling thread-id v5.1.0
14992026-08-26T14:38:22.834Z Compiling env_filter v2.0.0
15002026-08-26T14:38:22.865Z Compiling syn v3.0.3
15012026-08-26T14:38:22.899Z Compiling cookie v0.18.1
15022026-08-26T14:38:22.902Z Compiling unicode-properties v0.1.4
15032026-08-26T14:38:22.914Z Compiling winnow v0.5.40
15042026-08-26T14:38:22.917Z Compiling hashbrown v0.12.3
15052026-08-26T14:38:22.933Z Compiling base64 v0.21.7
15062026-08-26T14:38:22.971Z Compiling heapless v0.7.17
15072026-08-26T14:38:22.988Z Compiling gimli v0.32.3
15082026-08-26T14:38:23.022Z Compiling signal-hook v0.3.18
15092026-08-26T14:38:23.089Z Compiling anyhow v1.0.104
15102026-08-26T14:38:23.108Z Compiling unicode-bidi v0.3.18
15112026-08-26T14:38:23.111Z Compiling ryu v1.0.23
15122026-08-26T14:38:23.162Z Compiling zstd-safe v7.2.4
15132026-08-26T14:38:23.181Z Compiling iri-string v0.7.10
15142026-08-26T14:38:23.199Z Compiling allocator-api2 v0.2.21
15152026-08-26T14:38:23.268Z Compiling env_logger v0.11.11
15162026-08-26T14:38:23.272Z Compiling curve25519-dalek v4.1.3
15172026-08-26T14:38:23.407Z Compiling camino v1.2.5
15182026-08-26T14:38:23.475Z Compiling terminal_size v0.4.3
15192026-08-26T14:38:23.479Z Compiling tempfile v3.27.0
15202026-08-26T14:38:23.494Z Compiling vergen-lib v9.1.0
15212026-08-26T14:38:23.513Z Compiling hash32 v0.2.1
15222026-08-26T14:38:23.550Z Compiling stringprep v0.1.5
15232026-08-26T14:38:23.553Z Compiling aws-lc-sys v0.40.0
15242026-08-26T14:38:23.553Z Compiling openssl-sys v0.9.117
15252026-08-26T14:38:23.616Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15262026-08-26T14:38:23.658Z Compiling bzip2-sys v0.1.13+1.0.8
15272026-08-26T14:38:23.676Z Compiling clap_builder v4.6.0
15282026-08-26T14:38:23.698Z Compiling synstructure v0.13.2
15292026-08-26T14:38:23.737Z Compiling serde_derive_internals v0.29.1
15302026-08-26T14:38:23.737Z Compiling pest_generator v2.8.6
15312026-08-26T14:38:23.775Z Compiling darling_core v0.20.11
15322026-08-26T14:38:23.778Z Compiling rusty-fork v0.3.1
15332026-08-26T14:38:23.778Z Compiling time v0.3.47
15342026-08-26T14:38:23.778Z Compiling darling_core v0.23.0
15352026-08-26T14:38:23.826Z Compiling encoding_rs v0.8.35
15362026-08-26T14:38:23.830Z Compiling memoffset v0.9.1
15372026-08-26T14:38:23.844Z Compiling litrs v1.0.0
15382026-08-26T14:38:23.861Z Compiling cfg_aliases v0.2.1
15392026-08-26T14:38:23.895Z Compiling rustix v0.38.44
15402026-08-26T14:38:23.927Z Compiling owo-colors v4.3.0
15412026-08-26T14:38:23.931Z Compiling psl-types v2.0.11
15422026-08-26T14:38:23.964Z Compiling crc-any v2.5.0
15432026-08-26T14:38:23.983Z Compiling mime v0.3.17
15442026-08-26T14:38:24.001Z Compiling rustc-demangle v0.1.27
15452026-08-26T14:38:24.095Z Compiling smoltcp v0.9.1
15462026-08-26T14:38:24.129Z Compiling ref-cast v1.0.25
15472026-08-26T14:38:24.148Z Compiling fallible-iterator v0.2.0
15482026-08-26T14:38:24.240Z Compiling nix v0.31.2
15492026-08-26T14:38:24.430Z Compiling document-features v0.2.12
15502026-08-26T14:38:24.448Z Compiling phf_shared v0.13.1
15512026-08-26T14:38:24.467Z Compiling convert_case v0.10.0
15522026-08-26T14:38:24.485Z Compiling cargo-platform v0.3.2
15532026-08-26T14:38:24.523Z Compiling vergen v9.1.0
15542026-08-26T14:38:24.542Z Compiling ff v0.13.1
15552026-08-26T14:38:24.573Z Compiling bstr v1.12.1
15562026-08-26T14:38:24.576Z Compiling regex v1.12.3
15572026-08-26T14:38:24.609Z Compiling fs-err v3.3.0
15582026-08-26T14:38:24.630Z Compiling is_ci v1.2.0
15592026-08-26T14:38:24.669Z Compiling path-slash v0.1.5
15602026-08-26T14:38:24.687Z Compiling base16ct v0.2.0
15612026-08-26T14:38:24.705Z Compiling bumpalo v3.20.2
15622026-08-26T14:38:24.737Z Compiling either v1.15.0
15632026-08-26T14:38:24.754Z Compiling foldhash v0.2.0
15642026-08-26T14:38:24.757Z Compiling addr2line v0.25.1
15652026-08-26T14:38:24.788Z Compiling managed v0.8.0
15662026-08-26T14:38:24.807Z Compiling same-file v1.0.6
15672026-08-26T14:38:24.811Z Compiling jiff-core v0.1.0
15682026-08-26T14:38:24.843Z Compiling libbz2-rs-sys v0.2.2
15692026-08-26T14:38:24.846Z Compiling bitflags v1.3.2
15702026-08-26T14:38:24.879Z Compiling foldhash v0.1.5
15712026-08-26T14:38:24.915Z Compiling supports-color v3.0.2
15722026-08-26T14:38:24.956Z Compiling hashbrown v0.16.1
15732026-08-26T14:38:24.973Z Compiling walkdir v2.5.0
15742026-08-26T14:38:25.008Z Compiling zopfli v0.8.3
15752026-08-26T14:38:25.024Z Compiling hashbrown v0.15.5
15762026-08-26T14:38:25.040Z Compiling globset v0.4.18
15772026-08-26T14:38:25.045Z Compiling textwrap v0.16.2
15782026-08-26T14:38:25.075Z Compiling group v0.13.0
15792026-08-26T14:38:25.129Z Compiling phf v0.13.1
15802026-08-26T14:38:25.132Z Compiling signal-hook-mio v0.2.5
15812026-08-26T14:38:25.282Z Compiling bzip2 v0.6.1
15822026-08-26T14:38:25.300Z Compiling phf_shared v0.11.3
15832026-08-26T14:38:25.319Z Compiling float-cmp v0.10.0
15842026-08-26T14:38:25.323Z Compiling pem v3.0.6
15852026-08-26T14:38:25.353Z Compiling memmap2 v0.9.10
15862026-08-26T14:38:25.356Z Compiling thread-id v4.2.2
15872026-08-26T14:38:25.521Z Compiling flate2 v1.1.9
15882026-08-26T14:38:25.524Z Compiling typed-path v0.9.3
15892026-08-26T14:38:25.559Z Compiling cpufeatures v0.3.0
15902026-08-26T14:38:25.559Z Compiling supports-unicode v3.0.0
15912026-08-26T14:38:25.559Z Compiling fixedbitset v0.5.7
15922026-08-26T14:38:25.597Z Compiling jiff v0.2.34
15932026-08-26T14:38:25.600Z Compiling const-oid v0.10.2
15942026-08-26T14:38:25.632Z Compiling packed_struct_codegen v0.10.1
15952026-08-26T14:38:25.635Z Compiling hubpack_derive v0.1.1
15962026-08-26T14:38:25.635Z Compiling predicates-core v1.0.10
15972026-08-26T14:38:25.693Z Compiling winnow v1.0.3
15982026-08-26T14:38:25.710Z Compiling serde_derive v1.0.228
15992026-08-26T14:38:25.728Z Compiling zeroize_derive v1.5.0
16002026-08-26T14:38:25.728Z Compiling zerocopy-derive v0.8.55
16012026-08-26T14:38:25.731Z Compiling zerofrom-derive v0.1.6
16022026-08-26T14:38:25.731Z Compiling yoke-derive v0.8.1
16032026-08-26T14:38:25.748Z Compiling zerovec-derive v0.11.2
16042026-08-26T14:38:25.782Z Compiling displaydoc v0.2.5
16052026-08-26T14:38:25.799Z Compiling tokio-macros v2.7.0
16062026-08-26T14:38:25.865Z Compiling futures-macro v0.3.32
16072026-08-26T14:38:25.924Z Compiling thiserror-impl v2.0.18
16082026-08-26T14:38:25.943Z Compiling der_derive v0.7.3
16092026-08-26T14:38:25.947Z Compiling tracing-attributes v0.1.31
16102026-08-26T14:38:25.981Z Compiling schemars_derive v0.8.22
16112026-08-26T14:38:26.004Z Compiling scroll_derive v0.13.1
16122026-08-26T14:38:26.008Z Compiling pest_derive v2.8.6
16132026-08-26T14:38:26.038Z Compiling openssl-macros v0.1.1
16142026-08-26T14:38:26.057Z Compiling thiserror-impl v1.0.69
16152026-08-26T14:38:26.182Z Compiling darling_macro v0.20.11
16162026-08-26T14:38:26.231Z Compiling clap_derive v4.6.1
16172026-08-26T14:38:26.250Z Compiling zerocopy-derive v0.6.6
16182026-08-26T14:38:26.277Z Compiling bitfield-macros v0.19.4
16192026-08-26T14:38:26.449Z Compiling scroll_derive v0.12.1
16202026-08-26T14:38:26.512Z Compiling structmeta-derive v0.3.0
16212026-08-26T14:38:26.572Z Compiling bzip2 v0.4.4
16222026-08-26T14:38:26.575Z Compiling daft-derive v0.1.8
16232026-08-26T14:38:26.610Z Compiling darling_macro v0.23.0
16242026-08-26T14:38:26.629Z Compiling async-trait v0.1.89
16252026-08-26T14:38:26.735Z Compiling zerocopy-derive v0.7.35
16262026-08-26T14:38:26.754Z Compiling pin-project-internal v1.1.11
16272026-08-26T14:38:26.803Z Compiling darling v0.20.11
16282026-08-26T14:38:26.837Z Compiling zip v0.6.6
16292026-08-26T14:38:26.857Z Compiling backtrace v0.3.76
16302026-08-26T14:38:26.879Z Compiling futures-util v0.3.32
16312026-08-26T14:38:26.899Z Compiling derive_builder_core v0.20.2
16322026-08-26T14:38:26.929Z Compiling snafu-derive v0.8.9
16332026-08-26T14:38:26.951Z Compiling curve25519-dalek-derive v0.1.1
16342026-08-26T14:38:26.954Z Compiling scroll v0.13.0
16352026-08-26T14:38:26.969Z Compiling strum_macros v0.27.2
16362026-08-26T14:38:27.062Z Compiling ref-cast-impl v1.0.25
16372026-08-26T14:38:27.085Z Compiling miette-derive v7.6.0
16382026-08-26T14:38:27.142Z Compiling bitfield v0.19.4
16392026-08-26T14:38:27.176Z Compiling strum_macros v0.26.4
16402026-08-26T14:38:27.251Z Compiling goblin v0.10.5
16412026-08-26T14:38:27.269Z Compiling zerocopy v0.6.6
16422026-08-26T14:38:27.272Z Compiling scroll v0.12.0
16432026-08-26T14:38:27.306Z Compiling darling v0.23.0
16442026-08-26T14:38:27.418Z Compiling backtrace-ext v0.2.1
16452026-08-26T14:38:27.438Z Compiling zerofrom v0.1.6
16462026-08-26T14:38:27.438Z Compiling thiserror v2.0.18
16472026-08-26T14:38:27.441Z Compiling serde_with_macros v3.21.0
16482026-08-26T14:38:27.490Z Compiling tracing v0.1.44
16492026-08-26T14:38:27.494Z Compiling serde_repr v0.1.20
16502026-08-26T14:38:27.527Z Compiling derive_more-impl v2.1.1
16512026-08-26T14:38:27.531Z Compiling thiserror v1.0.69
16522026-08-26T14:38:27.531Z Compiling enum-as-inner v0.6.1
16532026-08-26T14:38:27.610Z Compiling yoke v0.8.1
16542026-08-26T14:38:27.628Z Compiling dtrace-parser v0.3.0
16552026-08-26T14:38:27.646Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16562026-08-26T14:38:27.649Z Compiling goblin v0.8.2
16572026-08-26T14:38:27.684Z Compiling dtrace-parser v0.2.0
16582026-08-26T14:38:27.722Z Compiling async-recursion v1.1.1
16592026-08-26T14:38:27.753Z Compiling difflib v0.4.0
16602026-08-26T14:38:27.786Z Compiling structmeta v0.3.0
16612026-08-26T14:38:27.807Z Compiling zerovec v0.11.5
16622026-08-26T14:38:27.826Z Compiling zerotrie v0.2.3
16632026-08-26T14:38:27.848Z Compiling zerocopy v0.7.35
16642026-08-26T14:38:27.865Z Compiling derive_builder_macro v0.20.2
16652026-08-26T14:38:27.869Z Compiling keccak v0.1.6
16662026-08-26T14:38:27.900Z Compiling static_assertions v1.1.0
16672026-08-26T14:38:27.903Z Compiling data-encoding v2.10.0
16682026-08-26T14:38:28.015Z Compiling precomputed-hash v0.1.1
16692026-08-26T14:38:28.019Z Compiling pin-project v1.1.11
16702026-08-26T14:38:28.083Z Compiling derive-ex v0.1.8
16712026-08-26T14:38:28.136Z Compiling whoami v2.1.0
16722026-08-26T14:38:28.154Z Compiling supports-hyperlinks v3.2.0
16732026-08-26T14:38:28.178Z Compiling normalize-line-endings v0.3.0
16742026-08-26T14:38:28.197Z Compiling new_debug_unreachable v1.0.6
16752026-08-26T14:38:28.214Z Compiling fixedbitset v0.4.2
16762026-08-26T14:38:28.219Z Compiling toml_parser v1.1.2+spec-1.1.0
16772026-08-26T14:38:28.246Z Compiling clap v4.6.1
16782026-08-26T14:38:28.297Z Compiling predicates v3.1.4
16792026-08-26T14:38:28.313Z Compiling tinystr v0.8.2
16802026-08-26T14:38:28.358Z Compiling potential_utf v0.1.4
16812026-08-26T14:38:28.413Z Compiling miette v7.6.0
16822026-08-26T14:38:28.416Z Compiling similar v2.7.0
16832026-08-26T14:38:28.448Z Compiling itertools v0.15.0
16842026-08-26T14:38:28.481Z Compiling itertools v0.13.0
16852026-08-26T14:38:28.485Z Compiling crossbeam-epoch v0.9.18
16862026-08-26T14:38:28.517Z Compiling icu_locale_core v2.1.1
16872026-08-26T14:38:28.521Z Compiling icu_collections v2.1.1
16882026-08-26T14:38:28.554Z Compiling derive_builder v0.20.2
16892026-08-26T14:38:28.557Z Compiling heck v0.4.1
16902026-08-26T14:38:28.590Z Compiling lalrpop-util v0.19.12
16912026-08-26T14:38:28.595Z Compiling peg-runtime v0.8.5
16922026-08-26T14:38:28.595Z Compiling thread_local v1.1.9
16932026-08-26T14:38:28.855Z Compiling slog-async v2.8.0
16942026-08-26T14:38:28.872Z Compiling crossbeam-channel v0.5.15
16952026-08-26T14:38:28.923Z Compiling is-terminal v0.4.17
16962026-08-26T14:38:29.044Z Compiling filetime v0.2.27
16972026-08-26T14:38:29.069Z Compiling term v1.2.1
16982026-08-26T14:38:29.088Z Compiling xattr v1.6.1
16992026-08-26T14:38:29.094Z Compiling derive_more v2.1.1
17002026-08-26T14:38:29.125Z Compiling take_mut v0.2.2
17012026-08-26T14:38:29.129Z Compiling camino-tempfile v1.4.1
17022026-08-26T14:38:29.254Z Compiling futures-executor v0.3.32
17032026-08-26T14:38:29.389Z Compiling icu_provider v2.1.1
17042026-08-26T14:38:29.392Z Compiling tar v0.4.46
17052026-08-26T14:38:29.392Z Compiling snafu v0.8.9
17062026-08-26T14:38:29.414Z Compiling strum v0.26.3
17072026-08-26T14:38:29.459Z Compiling strum v0.27.2
17082026-08-26T14:38:29.494Z Compiling futures v0.3.32
17092026-08-26T14:38:29.705Z Compiling icu_normalizer v2.1.1
17102026-08-26T14:38:29.747Z Compiling icu_properties v2.1.2
17112026-08-26T14:38:29.769Z Compiling zeroize v1.9.0
17122026-08-26T14:38:29.784Z Compiling bytes v1.11.1
17132026-08-26T14:38:29.804Z Compiling chrono v0.4.45
17142026-08-26T14:38:29.808Z Compiling ipnet v2.12.0
17152026-08-26T14:38:29.858Z Compiling hex v0.4.3
17162026-08-26T14:38:30.050Z Compiling der v0.7.10
17172026-08-26T14:38:30.054Z Compiling rustls-pki-types v1.14.0
17182026-08-26T14:38:30.085Z Compiling hybrid-array v0.4.13
17192026-08-26T14:38:30.151Z Compiling toml_datetime v0.6.11
17202026-08-26T14:38:30.192Z Compiling serde_spanned v0.6.9
17212026-08-26T14:38:30.274Z Compiling tokio v1.52.1
17222026-08-26T14:38:30.314Z Compiling http v1.4.2
17232026-08-26T14:38:30.360Z Compiling toml_edit v0.19.15
17242026-08-26T14:38:30.376Z Compiling rustls-native-certs v0.8.3
17252026-08-26T14:38:30.394Z Compiling ron v0.8.1
17262026-08-26T14:38:30.413Z Compiling erased-serde v0.3.31
17272026-08-26T14:38:30.437Z Compiling serde-hex v0.1.0
17282026-08-26T14:38:30.535Z Compiling crypto-common v0.1.7
17292026-08-26T14:38:30.604Z Compiling block-buffer v0.10.4
17302026-08-26T14:38:30.675Z Compiling ppv-lite86 v0.2.21
17312026-08-26T14:38:30.675Z Compiling idna_adapter v1.2.1
17322026-08-26T14:38:30.678Z Compiling dof v0.4.0
17332026-08-26T14:38:30.678Z Compiling serde_urlencoded v0.7.1
17342026-08-26T14:38:30.724Z Compiling serde_tokenstream v0.2.3
17352026-08-26T14:38:30.727Z Compiling crypto-bigint v0.5.5
17362026-08-26T14:38:30.811Z Compiling digest v0.10.7
17372026-08-26T14:38:30.827Z Compiling crypto-common v0.2.2
17382026-08-26T14:38:30.845Z Compiling block-buffer v0.12.1
17392026-08-26T14:38:30.859Z Compiling block-padding v0.4.2
17402026-08-26T14:38:30.862Z Compiling dof v0.3.0
17412026-08-26T14:38:30.931Z Compiling idna v1.1.0
17422026-08-26T14:38:30.934Z Compiling spki v0.7.3
17432026-08-26T14:38:30.934Z Compiling hashbrown v0.13.2
17442026-08-26T14:38:30.984Z Compiling rand_chacha v0.9.0
17452026-08-26T14:38:30.984Z Compiling http-body v1.0.1
17462026-08-26T14:38:31.021Z Compiling rand_chacha v0.3.1
17472026-08-26T14:38:31.076Z Compiling sha2 v0.10.9
17482026-08-26T14:38:31.080Z Compiling signature v2.2.0
17492026-08-26T14:38:31.112Z Compiling hmac v0.12.1
17502026-08-26T14:38:31.116Z Compiling md-5 v0.10.6
17512026-08-26T14:38:31.116Z Compiling inout v0.2.2
17522026-08-26T14:38:31.163Z Compiling pkcs8 v0.10.2
17532026-08-26T14:38:31.194Z Compiling http-body-util v0.1.3
17542026-08-26T14:38:31.198Z Compiling x509-cert v0.2.5
17552026-08-26T14:38:31.198Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17562026-08-26T14:38:31.248Z Compiling url v2.5.8
17572026-08-26T14:38:31.264Z Compiling rand v0.9.2
17582026-08-26T14:38:31.268Z Compiling rand v0.8.6
17592026-08-26T14:38:31.283Z Compiling publicsuffix v2.3.0
17602026-08-26T14:38:31.320Z Compiling hkdf v0.12.4
17612026-08-26T14:38:31.327Z Compiling zstd v0.13.3
17622026-08-26T14:38:31.355Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17632026-08-26T14:38:31.359Z Compiling test-strategy v0.4.5
17642026-08-26T14:38:31.391Z Compiling pkcs1 v0.7.5
17652026-08-26T14:38:31.408Z Compiling sec1 v0.7.3
17662026-08-26T14:38:31.425Z Compiling object v0.30.4
17672026-08-26T14:38:31.459Z Compiling ed25519 v2.2.3
17682026-08-26T14:38:31.485Z Compiling serde-big-array v0.5.1
17692026-08-26T14:38:31.503Z Compiling cipher v0.5.2
17702026-08-26T14:38:31.506Z Compiling olpc-cjson v0.1.4
17712026-08-26T14:38:31.540Z Compiling serde_plain v1.0.2
17722026-08-26T14:38:31.575Z Compiling hubpack v0.1.2
17732026-08-26T14:38:31.578Z Compiling cargo_metadata v0.23.1
17742026-08-26T14:38:31.648Z Compiling zip v4.6.1
17752026-08-26T14:38:31.663Z Compiling digest v0.11.3
17762026-08-26T14:38:31.682Z Compiling usdt-impl v0.5.0
17772026-08-26T14:38:31.686Z Compiling sha3 v0.10.8
17782026-08-26T14:38:31.723Z Compiling toml v0.7.8
17792026-08-26T14:38:31.760Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17802026-08-26T14:38:31.792Z Compiling cookie_store v0.22.1
17812026-08-26T14:38:31.810Z Compiling chacha20 v0.10.0
17822026-08-26T14:38:31.840Z Compiling elliptic-curve v0.13.8
17832026-08-26T14:38:31.868Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17842026-08-26T14:38:31.872Z Compiling toml_edit v0.22.27
17852026-08-26T14:38:31.899Z Compiling proptest v1.11.0
17862026-08-26T14:38:32.037Z Compiling postgres-protocol v0.6.10
17872026-08-26T14:38:32.107Z Compiling string_cache v0.8.9
17882026-08-26T14:38:32.124Z Compiling petgraph v0.6.5
17892026-08-26T14:38:32.174Z Compiling crossterm v0.28.1
17902026-08-26T14:38:32.218Z Compiling openapiv3 v2.2.0
17912026-08-26T14:38:32.236Z Compiling usdt-attr-macro v0.6.0
17922026-08-26T14:38:32.240Z Compiling usdt-macro v0.6.0
17932026-08-26T14:38:32.240Z Compiling petgraph v0.8.3
17942026-08-26T14:38:32.289Z Compiling ed25519-dalek v2.2.0
17952026-08-26T14:38:32.328Z Compiling slog-term v2.9.2
17962026-08-26T14:38:32.476Z Compiling postgres-types v0.2.12
17972026-08-26T14:38:32.651Z Compiling ipnetwork v0.21.1
17982026-08-26T14:38:32.668Z Compiling byte-wrapper v0.1.0
17992026-08-26T14:38:32.686Z Compiling serde_with v3.21.0
18002026-08-26T14:38:32.908Z Compiling oxnet v0.1.6
18012026-08-26T14:38:32.994Z Compiling rsa v0.9.10
18022026-08-26T14:38:33.173Z Compiling usdt v0.6.0
18032026-08-26T14:38:34.115Z Compiling tokio-util v0.7.18
18042026-08-26T14:38:34.134Z Compiling tower v0.5.3
18052026-08-26T14:38:34.147Z Compiling tokio-native-tls v0.3.1
18062026-08-26T14:38:34.168Z Compiling buf-list v1.1.2
18072026-08-26T14:38:34.202Z Compiling hickory-proto v0.25.2
18082026-08-26T14:38:34.310Z Compiling newtype-uuid v1.3.2
18092026-08-26T14:38:34.606Z Compiling tower-http v0.6.8
18102026-08-26T14:38:34.638Z Compiling daft v0.1.8
18112026-08-26T14:38:34.687Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18122026-08-26T14:38:34.940Z Compiling h2 v0.4.15
18132026-08-26T14:38:34.974Z Compiling iddqd v0.4.2
18142026-08-26T14:38:35.014Z Compiling tokio-stream v0.1.18
18152026-08-26T14:38:35.035Z Compiling tokio-postgres v0.7.16
18162026-08-26T14:38:35.867Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18172026-08-26T14:38:36.397Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18182026-08-26T14:38:37.841Z Compiling hyper v1.10.1
18192026-08-26T14:38:38.746Z Compiling hyper-util v0.1.20
18202026-08-26T14:38:39.827Z Compiling hyper-tls v0.6.0
18212026-08-26T14:38:39.969Z Compiling reqwest v0.12.28
18222026-08-26T14:38:50.848Z Compiling rustls-webpki v0.103.13
18232026-08-26T14:38:53.506Z Compiling tokio-rustls v0.26.4
18242026-08-26T14:38:53.506Z Compiling rustls-platform-verifier v0.6.2
18252026-08-26T14:38:53.510Z Compiling tough v0.22.0
18262026-08-26T14:38:53.705Z Compiling hyper-rustls v0.27.7
18272026-08-26T14:38:53.895Z Compiling reqwest v0.13.2
18282026-08-26T14:38:56.032Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292026-08-26T14:38:56.272Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18302026-08-26T14:38:59.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.12s
18312026-08-26T14:38:59.306Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18322026-08-26T14:38:59.362ZAug 26 14:38:58.371 INFO Starting download, target: Console
18332026-08-26T14:38:59.362ZAug 26 14:38:58.372 INFO Starting download, target: Clickhouse
18342026-08-26T14:38:59.362ZAug 26 14:38:58.372 INFO Starting download, target: Cockroach
18352026-08-26T14:38:59.362ZAug 26 14:38:58.372 INFO Starting download, target: DendriteStub
18362026-08-26T14:38:59.362ZAug 26 14:38:58.372 INFO Starting download, target: MaghemiteMgd
18372026-08-26T14:38:59.362ZAug 26 14:38:58.372 INFO Starting download, target: TransceiverControl
18382026-08-26T14:38:59.362ZAug 26 14:38:58.372 INFO Starting download, target: MaghemiteDdmd
18392026-08-26T14:38:59.367ZAug 26 14:38:58.372 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18402026-08-26T14:38:59.367ZAug 26 14:38:58.372 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18412026-08-26T14:38:59.367ZAug 26 14:38:58.372 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18422026-08-26T14:38:59.367ZAug 26 14:38:58.372 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18432026-08-26T14:38:59.367ZAug 26 14:38:58.372 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18442026-08-26T14:38:59.367ZAug 26 14:38:58.372 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18452026-08-26T14:38:59.367ZAug 26 14:38:58.373 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18462026-08-26T14:39:00.869ZAug 26 14:38:59.878 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18472026-08-26T14:39:01.090ZAug 26 14:39:00.097 INFO Download complete, target: TransceiverControl
18482026-08-26T14:39:01.748ZAug 26 14:39:00.754 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18492026-08-26T14:39:02.006ZAug 26 14:39:01.012 INFO Download complete, target: Console
18502026-08-26T14:39:02.528ZAug 26 14:39:01.530 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18512026-08-26T14:39:02.547ZAug 26 14:39:01.556 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18522026-08-26T14:39:02.672ZAug 26 14:39:01.681 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18532026-08-26T14:39:03.195ZAug 26 14:39:02.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18542026-08-26T14:39:03.195ZAug 26 14:39:02.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18552026-08-26T14:39:03.204ZAug 26 14:39:02.215 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18562026-08-26T14:39:04.572ZAug 26 14:39:03.583 INFO Download complete, target: MaghemiteDdmd
18572026-08-26T14:39:05.385ZAug 26 14:39:04.396 INFO Download complete, target: DendriteStub
18582026-08-26T14:39:05.615ZAug 26 14:39:04.625 INFO Download complete, target: MaghemiteMgd
18592026-08-26T14:39:08.127ZAug 26 14:39:07.138 INFO Checking that binary works, target: Cockroach
18602026-08-26T14:39:08.251ZAug 26 14:39:07.261 INFO Download complete, target: Cockroach
18612026-08-26T14:39:10.200ZAug 26 14:39:09.209 INFO Checking that binary works, target: Clickhouse
18622026-08-26T14:39:10.278ZAug 26 14:39:09.288 INFO Download complete, target: Clickhouse
18632026-08-26T14:39:10.328ZAll builder prerequisites installed successfully, and PATH looks valid
18642026-08-26T14:39:10.332Z
18652026-08-26T14:39:10.332Zreal 1:48.631124937
18662026-08-26T14:39:10.332Zuser 7:21.182636668
18672026-08-26T14:39:10.332Zsys 2:27.659329425
18682026-08-26T14:39:10.332Ztrap 0.233989655
18692026-08-26T14:39:10.332Ztflt 3.846898315
18702026-08-26T14:39:10.332Zdflt 6.976080920
18712026-08-26T14:39:10.332Zkflt 0.032900448
18722026-08-26T14:39:10.332Zlock 30:34.581424836
18732026-08-26T14:39:10.332Zslp 18:32.324336722
18742026-08-26T14:39:10.332Zlat 17.210198489
18752026-08-26T14:39:10.332Zstop 6:17.754577523
18762026-08-26T14:39:10.332Z++ bmat factory name
18772026-08-26T14:39:10.341Z++ bmat factory private
18782026-08-26T14:39:10.348Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-061a30a0e95828515 '{
18792026-08-26T14:39:10.349Z buildomat: {
18802026-08-26T14:39:10.349Z factory: {
18812026-08-26T14:39:10.349Z name: $bmat_factory_name,
18822026-08-26T14:39:10.349Z private: $bmat_factory_private,
18832026-08-26T14:39:10.349Z },
18842026-08-26T14:39:10.349Z },
18852026-08-26T14:39:10.349Z }'
18862026-08-26T14:39:10.555Z+ banner ls-apis
18872026-08-26T14:39:10.559Z
18882026-08-26T14:39:10.559Z # #### ## ##### # ####
18892026-08-26T14:39:10.559Z # # # # # # # #
18902026-08-26T14:39:10.559Z # #### ##### # # # # # ####
18912026-08-26T14:39:10.559Z # # ###### ##### # #
18922026-08-26T14:39:10.559Z # # # # # # # # #
18932026-08-26T14:39:10.559Z ###### #### # # # # ####
18942026-08-26T14:39:10.559Z
18952026-08-26T14:39:10.559Z+ source ./tools/include/force-git-over-https.sh
18962026-08-26T14:39:10.563Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18972026-08-26T14:39:10.563Z++ (( i = 0 ))
18982026-08-26T14:39:10.563Z++ (( i < 5 ))
18992026-08-26T14:39:10.563Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19002026-08-26T14:39:10.563Z++ (( i++ ))
19012026-08-26T14:39:10.563Z++ (( i < 5 ))
19022026-08-26T14:39:10.563Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19032026-08-26T14:39:10.567Z++ (( i++ ))
19042026-08-26T14:39:10.567Z++ (( i < 5 ))
19052026-08-26T14:39:10.567Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19062026-08-26T14:39:10.571Z++ (( i++ ))
19072026-08-26T14:39:10.571Z++ (( i < 5 ))
19082026-08-26T14:39:10.571Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19092026-08-26T14:39:10.574Z++ (( i++ ))
19102026-08-26T14:39:10.574Z++ (( i < 5 ))
19112026-08-26T14:39:10.574Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19122026-08-26T14:39:10.578Z++ (( i++ ))
19132026-08-26T14:39:10.578Z++ (( i < 5 ))
19142026-08-26T14:39:10.578Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19152026-08-26T14:39:10.578Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19162026-08-26T14:39:10.578Z+ ptime -m cargo xtask ls-apis apis
19172026-08-26T14:39:11.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19182026-08-26T14:39:11.035Z Running `target/debug/xtask ls-apis apis`
19192026-08-26T14:39:11.802Z Compiling semver v0.1.20
19202026-08-26T14:39:11.806Z Compiling rayon-core v1.13.0
19212026-08-26T14:39:11.943Z Compiling crossbeam-deque v0.8.6
19222026-08-26T14:39:11.944Z Compiling blake3 v1.8.5
19232026-08-26T14:39:11.953Z Compiling arrayvec v0.7.6
19242026-08-26T14:39:11.957Z Compiling arrayref v0.3.9
19252026-08-26T14:39:11.957Z Compiling constant_time_eq v0.4.2
19262026-08-26T14:39:11.965Z Compiling parse-display-derive v0.10.0
19272026-08-26T14:39:11.968Z Compiling topological-sort v0.2.2
19282026-08-26T14:39:11.968Z Compiling toml v0.8.23
19292026-08-26T14:39:11.977Z Compiling itertools v0.14.0
19302026-08-26T14:39:11.980Z Compiling indent_write v2.2.0
19312026-08-26T14:39:12.088Z Compiling rustc_version v0.1.7
19322026-08-26T14:39:12.315Z Compiling newtype_derive v0.1.6
19332026-08-26T14:39:12.594Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
19342026-08-26T14:39:12.944Z Compiling omicron-zone-package v0.12.3
19352026-08-26T14:39:13.167Z Compiling parse-display v0.10.0
19362026-08-26T14:39:13.871Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
19372026-08-26T14:39:18.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.33s
19382026-08-26T14:39:18.540Z Running `target/debug/ls-apis apis`
19392026-08-26T14:39:18.588Zloading metadata for workspace omicron from current workspace
19402026-08-26T14:39:23.415Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
19412026-08-26T14:39:23.415Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
19422026-08-26T14:39:23.415Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
19432026-08-26T14:39:23.528Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19442026-08-26T14:39:23.528Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
19452026-08-26T14:39:23.528Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
19462026-08-26T14:39:23.528Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
19472026-08-26T14:39:23.528Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
19482026-08-26T14:39:23.528Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
19492026-08-26T14:39:55.113Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19502026-08-26T14:39:55.188Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19512026-08-26T14:39:55.505ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
19522026-08-26T14:39:55.505Z consumed by: wicketd (omicron/wicketd) via 1 path
19532026-08-26T14:39:55.505Z
19542026-08-26T14:39:55.505ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
19552026-08-26T14:39:55.505Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19562026-08-26T14:39:55.505Z
19572026-08-26T14:39:55.505ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19582026-08-26T14:39:55.505Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19592026-08-26T14:39:55.505Z
19602026-08-26T14:39:55.505ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19612026-08-26T14:39:55.505Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19622026-08-26T14:39:55.505Z
19632026-08-26T14:39:55.505ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19642026-08-26T14:39:55.509Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19652026-08-26T14:39:55.509Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19662026-08-26T14:39:55.509Z
19672026-08-26T14:39:55.509ZCrucible Agent (client: crucible-agent-client)
19682026-08-26T14:39:55.509Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19692026-08-26T14:39:55.509Z
19702026-08-26T14:39:55.509ZCrucible Control (for testing only) (client: crucible-control-client)
19712026-08-26T14:39:55.509Z
19722026-08-26T14:39:55.509ZCrucible Pantry (client: crucible-pantry-client)
19732026-08-26T14:39:55.509Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19742026-08-26T14:39:55.509Z
19752026-08-26T14:39:55.509ZMaghemite DDM Admin (client: ddm-admin-client)
19762026-08-26T14:39:55.509Z consumed by: installinator (omicron/installinator) via 1 path
19772026-08-26T14:39:55.509Z consumed by: mgd (maghemite/mgd) via 1 path
19782026-08-26T14:39:55.509Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19792026-08-26T14:39:55.509Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19802026-08-26T14:39:55.509Z consumed by: wicketd (omicron/wicketd) via 1 path
19812026-08-26T14:39:55.510Z
19822026-08-26T14:39:55.510ZDNS Server (client: dns-service-client)
19832026-08-26T14:39:55.510Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19842026-08-26T14:39:55.510Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19852026-08-26T14:39:55.510Z
19862026-08-26T14:39:55.510ZDendrite DPD (client: dpd-client)
19872026-08-26T14:39:55.510Z consumed by: ddmd (maghemite/ddmd) via 2 paths
19882026-08-26T14:39:55.510Z consumed by: lldpd (lldp/lldpd) via 2 paths
19892026-08-26T14:39:55.510Z consumed by: mgd (maghemite/mgd) via 1 path
19902026-08-26T14:39:55.510Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19912026-08-26T14:39:55.510Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
19922026-08-26T14:39:55.510Z consumed by: tfportd (dendrite/tfportd) via 2 paths
19932026-08-26T14:39:55.510Z consumed by: wicketd (omicron/wicketd) via 2 paths
19942026-08-26T14:39:55.510Z
19952026-08-26T14:39:55.510ZDownstairs Controller (debugging only) (client: dsc-client)
19962026-08-26T14:39:55.510Z
19972026-08-26T14:39:55.510ZManagement Gateway Service (client: gateway-client)
19982026-08-26T14:39:55.513Z consumed by: dpd (dendrite/dpd) via 1 path
19992026-08-26T14:39:55.513Z consumed by: lldpd (lldp/lldpd) via 1 path
20002026-08-26T14:39:55.513Z consumed by: mgd (maghemite/mgd) via 1 path
20012026-08-26T14:39:55.514Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20022026-08-26T14:39:55.514Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
20032026-08-26T14:39:55.514Z consumed by: wicketd (omicron/wicketd) via 3 paths
20042026-08-26T14:39:55.514Z
20052026-08-26T14:39:55.514ZWicketd Installinator (client: installinator-client)
20062026-08-26T14:39:55.514Z consumed by: installinator (omicron/installinator) via 1 path
20072026-08-26T14:39:55.514Z
20082026-08-26T14:39:55.514ZLLDP daemon (client: lldpd-client)
20092026-08-26T14:39:55.514Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20102026-08-26T14:39:55.514Z consumed by: tfportd (dendrite/tfportd) via 1 path
20112026-08-26T14:39:55.514Z
20122026-08-26T14:39:55.514ZMaghemite MG Admin (client: mg-admin-client)
20132026-08-26T14:39:55.520Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20142026-08-26T14:39:55.520Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20152026-08-26T14:39:55.520Z
20162026-08-26T14:39:55.520ZNexus Internal API (client: nexus-client)
20172026-08-26T14:39:55.523Z consumed by: crucible-pantry (crucible/pantry) via 1 path
20182026-08-26T14:39:55.523Z consumed by: dpd (dendrite/dpd) via 1 path
20192026-08-26T14:39:55.523Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20202026-08-26T14:39:55.523Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
20212026-08-26T14:39:55.523Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
20222026-08-26T14:39:55.523Z
20232026-08-26T14:39:55.523ZNexus Internal Lockstep API (client: nexus-lockstep-client)
20242026-08-26T14:39:55.523Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20252026-08-26T14:39:55.523Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
20262026-08-26T14:39:55.523Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20272026-08-26T14:39:55.523Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
20282026-08-26T14:39:55.523Z
20292026-08-26T14:39:55.523ZNTP Admin (client: ntp-admin-client)
20302026-08-26T14:39:55.523Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20312026-08-26T14:39:55.524Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20322026-08-26T14:39:55.524Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
20332026-08-26T14:39:55.524Z
20342026-08-26T14:39:55.524ZExternal API (client: oxide-client)
20352026-08-26T14:39:55.524Z
20362026-08-26T14:39:55.524ZOximeter (client: oximeter-client)
20372026-08-26T14:39:55.527Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20382026-08-26T14:39:55.527Z
20392026-08-26T14:39:55.527ZPropolis (client: propolis-client)
20402026-08-26T14:39:55.527Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20412026-08-26T14:39:55.527Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20422026-08-26T14:39:55.527Z
20432026-08-26T14:39:55.527ZCrucible Repair (client: repair-client)
20442026-08-26T14:39:55.527Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
20452026-08-26T14:39:55.527Z
20462026-08-26T14:39:55.527ZRepo Depot API (client: repo-depot-client)
20472026-08-26T14:39:55.527Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20482026-08-26T14:39:55.527Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20492026-08-26T14:39:55.527Z
20502026-08-26T14:39:55.527ZSled Agent (client: sled-agent-client)
20512026-08-26T14:39:55.531Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
20522026-08-26T14:39:55.531Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
20532026-08-26T14:39:55.531Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20542026-08-26T14:39:55.531Z
20552026-08-26T14:39:55.531ZWicketd (client: wicketd-client)
20562026-08-26T14:39:55.531Z
20572026-08-26T14:39:55.531ZWicketd Commission (client: wicketd-commission-client)
20582026-08-26T14:39:55.531Z
20592026-08-26T14:39:55.625Z
20602026-08-26T14:39:55.625Zreal 45.023736842
20612026-08-26T14:39:55.628Zuser 32.040932072
20622026-08-26T14:39:55.628Zsys 11.073162733
20632026-08-26T14:39:55.628Ztrap 0.004584310
20642026-08-26T14:39:55.628Ztflt 0.093802452
20652026-08-26T14:39:55.628Zdflt 0.228451789
20662026-08-26T14:39:55.628Zkflt 0.000656970
20672026-08-26T14:39:55.628Zlock 4:38.404004521
20682026-08-26T14:39:55.628Zslp 7:15.356173330
20692026-08-26T14:39:55.628Zlat 1.130270656
20702026-08-26T14:39:55.628Zstop 3.710251835
20712026-08-26T14:39:55.628Z+ ptime -m cargo xtask ls-apis deployment-units
20722026-08-26T14:39:56.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20732026-08-26T14:39:56.127Z Running `target/debug/xtask ls-apis deployment-units`
20742026-08-26T14:39:56.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20752026-08-26T14:39:56.979Z Running `target/debug/ls-apis deployment-units`
20762026-08-26T14:39:57.034Zloading metadata for workspace omicron from current workspace
20772026-08-26T14:39:58.100Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
20782026-08-26T14:39:58.103Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
20792026-08-26T14:39:58.103Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
20802026-08-26T14:39:58.116Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20812026-08-26T14:39:58.120Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
20822026-08-26T14:39:58.120Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
20832026-08-26T14:39:58.123Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20842026-08-26T14:39:58.123Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20852026-08-26T14:39:58.123Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
20862026-08-26T14:40:00.694Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20872026-08-26T14:40:00.776Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20882026-08-26T14:40:01.089ZClickHouse
20892026-08-26T14:40:01.089Z omicron-clickhouse-admin (omicron/clickhouse-admin)
20902026-08-26T14:40:01.089Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20912026-08-26T14:40:01.089Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20922026-08-26T14:40:01.089Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20932026-08-26T14:40:01.089Z
20942026-08-26T14:40:01.089Z
20952026-08-26T14:40:01.089ZCockroach
20962026-08-26T14:40:01.089Z omicron-cockroach-admin (omicron/cockroach-admin)
20972026-08-26T14:40:01.089Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20982026-08-26T14:40:01.090Z
20992026-08-26T14:40:01.090Z
21002026-08-26T14:40:01.090ZCrucible
21012026-08-26T14:40:01.090Z crucible-agent (crucible/agent)
21022026-08-26T14:40:01.090Z exposes: Crucible Agent (client = crucible-agent-client)
21032026-08-26T14:40:01.090Z
21042026-08-26T14:40:01.090Z crucible-downstairs (crucible/downstairs)
21052026-08-26T14:40:01.090Z exposes: Crucible Repair (client = repair-client)
21062026-08-26T14:40:01.096Z consumes: repair-client
21072026-08-26T14:40:01.096Z
21082026-08-26T14:40:01.097Z
21092026-08-26T14:40:01.097ZCrucible Pantry
21102026-08-26T14:40:01.097Z crucible-pantry (crucible/pantry)
21112026-08-26T14:40:01.097Z exposes: Crucible Pantry (client = crucible-pantry-client)
21122026-08-26T14:40:01.097Z consumes: nexus-client
21132026-08-26T14:40:01.097Z
21142026-08-26T14:40:01.097Z
21152026-08-26T14:40:01.097ZDNS Server
21162026-08-26T14:40:01.097Z dns-server (omicron/dns-server)
21172026-08-26T14:40:01.097Z exposes: DNS Server (client = dns-service-client)
21182026-08-26T14:40:01.097Z
21192026-08-26T14:40:01.097Z
21202026-08-26T14:40:01.097ZHost OS
21212026-08-26T14:40:01.097Z ddmd (maghemite/ddmd)
21222026-08-26T14:40:01.097Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21232026-08-26T14:40:01.097Z consumes: dpd-client (intra-deployment-unit-only)
21242026-08-26T14:40:01.097Z
21252026-08-26T14:40:01.097Z dpd (dendrite/dpd)
21262026-08-26T14:40:01.097Z exposes: Dendrite DPD (client = dpd-client)
21272026-08-26T14:40:01.097Z consumes: gateway-client (intra-deployment-unit-only)
21282026-08-26T14:40:01.097Z consumes: nexus-client
21292026-08-26T14:40:01.097Z
21302026-08-26T14:40:01.097Z lldpd (lldp/lldpd)
21312026-08-26T14:40:01.097Z exposes: LLDP daemon (client = lldpd-client)
21322026-08-26T14:40:01.097Z consumes: dpd-client (intra-deployment-unit-only)
21332026-08-26T14:40:01.097Z consumes: gateway-client (intra-deployment-unit-only)
21342026-08-26T14:40:01.097Z
21352026-08-26T14:40:01.097Z mgd (maghemite/mgd)
21362026-08-26T14:40:01.097Z exposes: Maghemite MG Admin (client = mg-admin-client)
21372026-08-26T14:40:01.097Z consumes: ddm-admin-client (intra-deployment-unit-only)
21382026-08-26T14:40:01.098Z consumes: dpd-client (intra-deployment-unit-only)
21392026-08-26T14:40:01.098Z consumes: gateway-client (intra-deployment-unit-only)
21402026-08-26T14:40:01.098Z
21412026-08-26T14:40:01.098Z omicron-gateway (omicron/gateway)
21422026-08-26T14:40:01.098Z exposes: Management Gateway Service (client = gateway-client)
21432026-08-26T14:40:01.102Z
21442026-08-26T14:40:01.102Z omicron-sled-agent (omicron/sled-agent)
21452026-08-26T14:40:01.102Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21462026-08-26T14:40:01.102Z exposes: Repo Depot API (client = repo-depot-client)
21472026-08-26T14:40:01.102Z exposes: Sled Agent (client = sled-agent-client)
21482026-08-26T14:40:01.102Z consumes: ddm-admin-client (intra-deployment-unit-only)
21492026-08-26T14:40:01.102Z consumes: dpd-client (intra-deployment-unit-only)
21502026-08-26T14:40:01.102Z consumes: gateway-client (intra-deployment-unit-only)
21512026-08-26T14:40:01.102Z consumes: mg-admin-client (intra-deployment-unit-only)
21522026-08-26T14:40:01.102Z consumes: nexus-client
21532026-08-26T14:40:01.102Z consumes: nexus-lockstep-client
21542026-08-26T14:40:01.102Z consumes: ntp-admin-client
21552026-08-26T14:40:01.102Z consumes: propolis-client (intra-deployment-unit-only)
21562026-08-26T14:40:01.102Z consumes: repo-depot-client
21572026-08-26T14:40:01.102Z
21582026-08-26T14:40:01.102Z propolis-server (propolis/bin/propolis-server)
21592026-08-26T14:40:01.102Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21602026-08-26T14:40:01.102Z exposes: Propolis (client = propolis-client)
21612026-08-26T14:40:01.102Z consumes: nexus-client
21622026-08-26T14:40:01.102Z consumes: sled-agent-client (intra-deployment-unit-only)
21632026-08-26T14:40:01.102Z
21642026-08-26T14:40:01.102Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
21652026-08-26T14:40:01.102Z consumes: cockroach-admin-client
21662026-08-26T14:40:01.102Z consumes: ddm-admin-client
21672026-08-26T14:40:01.102Z consumes: dns-service-client
21682026-08-26T14:40:01.102Z consumes: nexus-lockstep-client
21692026-08-26T14:40:01.102Z consumes: ntp-admin-client
21702026-08-26T14:40:01.102Z consumes: sled-agent-client
21712026-08-26T14:40:01.102Z
21722026-08-26T14:40:01.102Z tfportd (dendrite/tfportd)
21732026-08-26T14:40:01.103Z consumes: dpd-client (intra-deployment-unit-only)
21742026-08-26T14:40:01.103Z consumes: lldpd-client (intra-deployment-unit-only)
21752026-08-26T14:40:01.103Z
21762026-08-26T14:40:01.103Z wicketd (omicron/wicketd)
21772026-08-26T14:40:01.103Z exposes: Wicketd Installinator (client = installinator-client)
21782026-08-26T14:40:01.103Z exposes: Wicketd (client = wicketd-client)
21792026-08-26T14:40:01.103Z exposes: Wicketd Commission (client = wicketd-commission-client)
21802026-08-26T14:40:01.107Z consumes: bootstrap-agent-lockstep-client
21812026-08-26T14:40:01.107Z consumes: ddm-admin-client (intra-deployment-unit-only)
21822026-08-26T14:40:01.107Z consumes: dpd-client (intra-deployment-unit-only)
21832026-08-26T14:40:01.107Z consumes: gateway-client (intra-deployment-unit-only)
21842026-08-26T14:40:01.107Z
21852026-08-26T14:40:01.107Z
21862026-08-26T14:40:01.107ZInstallinator
21872026-08-26T14:40:01.107Z installinator (omicron/installinator)
21882026-08-26T14:40:01.107Z consumes: ddm-admin-client
21892026-08-26T14:40:01.107Z consumes: installinator-client
21902026-08-26T14:40:01.107Z
21912026-08-26T14:40:01.107Z
21922026-08-26T14:40:01.107ZNTP
21932026-08-26T14:40:01.107Z omicron-ntp-admin (omicron/ntp-admin)
21942026-08-26T14:40:01.107Z exposes: NTP Admin (client = ntp-admin-client)
21952026-08-26T14:40:01.107Z
21962026-08-26T14:40:01.107Z
21972026-08-26T14:40:01.107ZNexus
21982026-08-26T14:40:01.107Z omicron-nexus (omicron/nexus)
21992026-08-26T14:40:01.107Z exposes: Nexus Internal API (client = nexus-client)
22002026-08-26T14:40:01.107Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22012026-08-26T14:40:01.107Z exposes: External API (client = oxide-client)
22022026-08-26T14:40:01.107Z consumes: clickhouse-admin-keeper-client
22032026-08-26T14:40:01.107Z consumes: clickhouse-admin-server-client
22042026-08-26T14:40:01.107Z consumes: clickhouse-admin-single-client
22052026-08-26T14:40:01.107Z consumes: cockroach-admin-client
22062026-08-26T14:40:01.107Z consumes: crucible-agent-client
22072026-08-26T14:40:01.107Z consumes: crucible-pantry-client
22082026-08-26T14:40:01.107Z consumes: dns-service-client
22092026-08-26T14:40:01.107Z consumes: dpd-client
22102026-08-26T14:40:01.107Z consumes: gateway-client
22112026-08-26T14:40:01.107Z consumes: lldpd-client
22122026-08-26T14:40:01.107Z consumes: mg-admin-client
22132026-08-26T14:40:01.108Z consumes: ntp-admin-client
22142026-08-26T14:40:01.108Z consumes: oximeter-client
22152026-08-26T14:40:01.108Z consumes: propolis-client
22162026-08-26T14:40:01.108Z consumes: repo-depot-client
22172026-08-26T14:40:01.108Z consumes: sled-agent-client
22182026-08-26T14:40:01.108Z
22192026-08-26T14:40:01.108Z
22202026-08-26T14:40:01.108ZOximeter
22212026-08-26T14:40:01.108Z oximeter-collector (omicron/oximeter/collector)
22222026-08-26T14:40:01.108Z exposes: Oximeter (client = oximeter-client)
22232026-08-26T14:40:01.108Z consumes: nexus-client
22242026-08-26T14:40:01.108Z
22252026-08-26T14:40:01.108Z
22262026-08-26T14:40:01.200Z
22272026-08-26T14:40:01.200Zreal 5.545725597
22282026-08-26T14:40:01.200Zuser 4.784913796
22292026-08-26T14:40:01.200Zsys 2.058469933
22302026-08-26T14:40:01.200Ztrap 0.000437480
22312026-08-26T14:40:01.201Ztflt 0.000055390
22322026-08-26T14:40:01.201Zdflt 0.000153440
22332026-08-26T14:40:01.201Zkflt 0.000004120
22342026-08-26T14:40:01.204Zlock 2.107136157
22352026-08-26T14:40:01.205Zslp 25.059972952
22362026-08-26T14:40:01.205Zlat 0.048507675
22372026-08-26T14:40:01.205Zstop 0.009084067
22382026-08-26T14:40:01.205Z+ ptime -m cargo xtask ls-apis servers
22392026-08-26T14:40:01.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22402026-08-26T14:40:01.677Z Running `target/debug/xtask ls-apis servers`
22412026-08-26T14:40:02.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22422026-08-26T14:40:02.530Z Running `target/debug/ls-apis servers`
22432026-08-26T14:40:02.582Zloading metadata for workspace omicron from current workspace
22442026-08-26T14:40:03.631Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
22452026-08-26T14:40:03.636Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
22462026-08-26T14:40:03.636Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
22472026-08-26T14:40:03.649Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22482026-08-26T14:40:03.654Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
22492026-08-26T14:40:03.654Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
22502026-08-26T14:40:03.654Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
22512026-08-26T14:40:03.654Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
22522026-08-26T14:40:03.654Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
22532026-08-26T14:40:06.089Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22542026-08-26T14:40:06.170Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22552026-08-26T14:40:06.486Zcrucible-agent (crucible/agent)
22562026-08-26T14:40:06.486Z exposes: Crucible Agent (client = crucible-agent-client)
22572026-08-26T14:40:06.486Z
22582026-08-26T14:40:06.486Zcrucible-downstairs (crucible/downstairs)
22592026-08-26T14:40:06.486Z exposes: Crucible Repair (client = repair-client)
22602026-08-26T14:40:06.490Z consumes: repair-client
22612026-08-26T14:40:06.490Z
22622026-08-26T14:40:06.490Zcrucible-pantry (crucible/pantry)
22632026-08-26T14:40:06.490Z exposes: Crucible Pantry (client = crucible-pantry-client)
22642026-08-26T14:40:06.490Z consumes: nexus-client
22652026-08-26T14:40:06.490Z
22662026-08-26T14:40:06.490Zddmd (maghemite/ddmd)
22672026-08-26T14:40:06.490Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22682026-08-26T14:40:06.490Z consumes: dpd-client (intra-deployment-unit-only)
22692026-08-26T14:40:06.490Z
22702026-08-26T14:40:06.490Zdns-server (omicron/dns-server)
22712026-08-26T14:40:06.490Z exposes: DNS Server (client = dns-service-client)
22722026-08-26T14:40:06.490Z
22732026-08-26T14:40:06.490Zdpd (dendrite/dpd)
22742026-08-26T14:40:06.490Z exposes: Dendrite DPD (client = dpd-client)
22752026-08-26T14:40:06.490Z consumes: gateway-client (intra-deployment-unit-only)
22762026-08-26T14:40:06.490Z consumes: nexus-client
22772026-08-26T14:40:06.490Z
22782026-08-26T14:40:06.490Zinstallinator (omicron/installinator)
22792026-08-26T14:40:06.490Z consumes: ddm-admin-client
22802026-08-26T14:40:06.490Z consumes: installinator-client
22812026-08-26T14:40:06.490Z
22822026-08-26T14:40:06.490Zlldpd (lldp/lldpd)
22832026-08-26T14:40:06.490Z exposes: LLDP daemon (client = lldpd-client)
22842026-08-26T14:40:06.490Z consumes: dpd-client (intra-deployment-unit-only)
22852026-08-26T14:40:06.490Z consumes: gateway-client (intra-deployment-unit-only)
22862026-08-26T14:40:06.490Z
22872026-08-26T14:40:06.490Zmgd (maghemite/mgd)
22882026-08-26T14:40:06.490Z exposes: Maghemite MG Admin (client = mg-admin-client)
22892026-08-26T14:40:06.494Z consumes: ddm-admin-client (intra-deployment-unit-only)
22902026-08-26T14:40:06.494Z consumes: dpd-client (intra-deployment-unit-only)
22912026-08-26T14:40:06.494Z consumes: gateway-client (intra-deployment-unit-only)
22922026-08-26T14:40:06.494Z
22932026-08-26T14:40:06.495Zomicron-clickhouse-admin (omicron/clickhouse-admin)
22942026-08-26T14:40:06.495Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
22952026-08-26T14:40:06.495Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
22962026-08-26T14:40:06.495Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
22972026-08-26T14:40:06.495Z
22982026-08-26T14:40:06.495Zomicron-cockroach-admin (omicron/cockroach-admin)
22992026-08-26T14:40:06.495Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23002026-08-26T14:40:06.495Z
23012026-08-26T14:40:06.495Zomicron-gateway (omicron/gateway)
23022026-08-26T14:40:06.495Z exposes: Management Gateway Service (client = gateway-client)
23032026-08-26T14:40:06.495Z
23042026-08-26T14:40:06.495Zomicron-nexus (omicron/nexus)
23052026-08-26T14:40:06.495Z exposes: Nexus Internal API (client = nexus-client)
23062026-08-26T14:40:06.495Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23072026-08-26T14:40:06.495Z exposes: External API (client = oxide-client)
23082026-08-26T14:40:06.495Z consumes: clickhouse-admin-keeper-client
23092026-08-26T14:40:06.495Z consumes: clickhouse-admin-server-client
23102026-08-26T14:40:06.495Z consumes: clickhouse-admin-single-client
23112026-08-26T14:40:06.495Z consumes: cockroach-admin-client
23122026-08-26T14:40:06.495Z consumes: crucible-agent-client
23132026-08-26T14:40:06.495Z consumes: crucible-pantry-client
23142026-08-26T14:40:06.495Z consumes: dns-service-client
23152026-08-26T14:40:06.495Z consumes: dpd-client
23162026-08-26T14:40:06.495Z consumes: gateway-client
23172026-08-26T14:40:06.495Z consumes: lldpd-client
23182026-08-26T14:40:06.495Z consumes: mg-admin-client
23192026-08-26T14:40:06.495Z consumes: ntp-admin-client
23202026-08-26T14:40:06.495Z consumes: oximeter-client
23212026-08-26T14:40:06.495Z consumes: propolis-client
23222026-08-26T14:40:06.495Z consumes: repo-depot-client
23232026-08-26T14:40:06.495Z consumes: sled-agent-client
23242026-08-26T14:40:06.495Z
23252026-08-26T14:40:06.495Zomicron-ntp-admin (omicron/ntp-admin)
23262026-08-26T14:40:06.496Z exposes: NTP Admin (client = ntp-admin-client)
23272026-08-26T14:40:06.496Z
23282026-08-26T14:40:06.496Zomicron-sled-agent (omicron/sled-agent)
23292026-08-26T14:40:06.496Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
23302026-08-26T14:40:06.496Z exposes: Repo Depot API (client = repo-depot-client)
23312026-08-26T14:40:06.496Z exposes: Sled Agent (client = sled-agent-client)
23322026-08-26T14:40:06.500Z consumes: ddm-admin-client (intra-deployment-unit-only)
23332026-08-26T14:40:06.500Z consumes: dpd-client (intra-deployment-unit-only)
23342026-08-26T14:40:06.500Z consumes: gateway-client (intra-deployment-unit-only)
23352026-08-26T14:40:06.500Z consumes: mg-admin-client (intra-deployment-unit-only)
23362026-08-26T14:40:06.500Z consumes: nexus-client
23372026-08-26T14:40:06.500Z consumes: nexus-lockstep-client
23382026-08-26T14:40:06.500Z consumes: ntp-admin-client
23392026-08-26T14:40:06.500Z consumes: propolis-client (intra-deployment-unit-only)
23402026-08-26T14:40:06.500Z consumes: repo-depot-client
23412026-08-26T14:40:06.500Z
23422026-08-26T14:40:06.500Zoximeter-collector (omicron/oximeter/collector)
23432026-08-26T14:40:06.500Z exposes: Oximeter (client = oximeter-client)
23442026-08-26T14:40:06.500Z consumes: nexus-client
23452026-08-26T14:40:06.500Z
23462026-08-26T14:40:06.500Zpropolis-server (propolis/bin/propolis-server)
23472026-08-26T14:40:06.500Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
23482026-08-26T14:40:06.500Z exposes: Propolis (client = propolis-client)
23492026-08-26T14:40:06.500Z consumes: nexus-client
23502026-08-26T14:40:06.500Z consumes: sled-agent-client (intra-deployment-unit-only)
23512026-08-26T14:40:06.500Z
23522026-08-26T14:40:06.501Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
23532026-08-26T14:40:06.505Z consumes: cockroach-admin-client
23542026-08-26T14:40:06.505Z consumes: ddm-admin-client
23552026-08-26T14:40:06.505Z consumes: dns-service-client
23562026-08-26T14:40:06.505Z consumes: nexus-lockstep-client
23572026-08-26T14:40:06.505Z consumes: ntp-admin-client
23582026-08-26T14:40:06.505Z consumes: sled-agent-client
23592026-08-26T14:40:06.505Z
23602026-08-26T14:40:06.505Ztfportd (dendrite/tfportd)
23612026-08-26T14:40:06.505Z consumes: dpd-client (intra-deployment-unit-only)
23622026-08-26T14:40:06.505Z consumes: lldpd-client (intra-deployment-unit-only)
23632026-08-26T14:40:06.505Z
23642026-08-26T14:40:06.505Zwicketd (omicron/wicketd)
23652026-08-26T14:40:06.505Z exposes: Wicketd Installinator (client = installinator-client)
23662026-08-26T14:40:06.505Z exposes: Wicketd (client = wicketd-client)
23672026-08-26T14:40:06.505Z exposes: Wicketd Commission (client = wicketd-commission-client)
23682026-08-26T14:40:06.505Z consumes: bootstrap-agent-lockstep-client
23692026-08-26T14:40:06.505Z consumes: ddm-admin-client (intra-deployment-unit-only)
23702026-08-26T14:40:06.505Z consumes: dpd-client (intra-deployment-unit-only)
23712026-08-26T14:40:06.505Z consumes: gateway-client (intra-deployment-unit-only)
23722026-08-26T14:40:06.505Z
23732026-08-26T14:40:06.602Z
23742026-08-26T14:40:06.602Zreal 5.370887078
23752026-08-26T14:40:06.606Zuser 4.769122410
23762026-08-26T14:40:06.606Zsys 1.895302366
23772026-08-26T14:40:06.606Ztrap 0.000725470
23782026-08-26T14:40:06.606Ztflt 0.000046680
23792026-08-26T14:40:06.606Zdflt 0.001022841
23802026-08-26T14:40:06.606Zkflt 0.000002430
23812026-08-26T14:40:06.606Zlock 2.082288656
23822026-08-26T14:40:06.606Zslp 23.272116621
23832026-08-26T14:40:06.606Zlat 0.047137530
23842026-08-26T14:40:06.606Zstop 0.009437988
23852026-08-26T14:40:06.606Z+ ptime -m cargo xtask ls-apis check
23862026-08-26T14:40:07.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
23872026-08-26T14:40:07.054Z Running `target/debug/xtask ls-apis check`
23882026-08-26T14:40:07.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23892026-08-26T14:40:07.890Z Running `target/debug/ls-apis check`
23902026-08-26T14:40:07.943Zloading metadata for workspace omicron from current workspace
23912026-08-26T14:40:08.994Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
23922026-08-26T14:40:09.003Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
23932026-08-26T14:40:09.003Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
23942026-08-26T14:40:09.013Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
23952026-08-26T14:40:09.013Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
23962026-08-26T14:40:09.021Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
23972026-08-26T14:40:09.021Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
23982026-08-26T14:40:09.021Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
23992026-08-26T14:40:09.021Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24002026-08-26T14:40:11.481Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24012026-08-26T14:40:11.563Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24022026-08-26T14:40:12.004Z
24032026-08-26T14:40:12.004Z
24042026-08-26T14:40:12.004ZServer-managed APIs:
24052026-08-26T14:40:12.004Z
24062026-08-26T14:40:12.004Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
24072026-08-26T14:40:12.005Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
24082026-08-26T14:40:12.005Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
24092026-08-26T14:40:12.005Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
24102026-08-26T14:40:12.005Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
24112026-08-26T14:40:12.005Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
24122026-08-26T14:40:12.005Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
24132026-08-26T14:40:12.005Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
24142026-08-26T14:40:12.005Z DNS Server (dns-service-client, exposed by dns-server)
24152026-08-26T14:40:12.005Z Dendrite DPD (dpd-client, exposed by dpd)
24162026-08-26T14:40:12.005Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
24172026-08-26T14:40:12.005Z LLDP daemon (lldpd-client, exposed by lldpd)
24182026-08-26T14:40:12.005Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
24192026-08-26T14:40:12.005Z External API (oxide-client, exposed by omicron-nexus)
24202026-08-26T14:40:12.005Z Oximeter (oximeter-client, exposed by oximeter-collector)
24212026-08-26T14:40:12.005Z Propolis (propolis-client, exposed by propolis-server)
24222026-08-26T14:40:12.005Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
24232026-08-26T14:40:12.005Z Wicketd (wicketd-client, exposed by wicketd)
24242026-08-26T14:40:12.005Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
24252026-08-26T14:40:12.005Z
24262026-08-26T14:40:12.005Z
24272026-08-26T14:40:12.005ZClient-managed API:
24282026-08-26T14:40:12.005Z
24292026-08-26T14:40:12.005Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
24302026-08-26T14:40:12.005Z reason: wicketd can wind up calling into sled agent on different sleds
24312026-08-26T14:40:12.005Z Wicketd Installinator (installinator-client, exposed by wicketd)
24322026-08-26T14:40:12.005Z reason: client is provided implicitly by the operator
24332026-08-26T14:40:12.005Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
24342026-08-26T14:40:12.005Z reason: Circular dependencies between Nexus and other services
24352026-08-26T14:40:12.005Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
24362026-08-26T14:40:12.005Z reason: Circular dependencies between Nexus and other services
24372026-08-26T14:40:12.005Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
24382026-08-26T14:40:12.005Z reason: Sled Agent (within the Host OS deployment unit) calls into NTP, and is updated before NTP. This requires that the NTP Admin API be client-side versioned.
24392026-08-26T14:40:12.005Z
24402026-08-26T14:40:12.005Z Crucible Repair (repair-client, exposed by crucible-downstairs)
24412026-08-26T14:40:12.005Z reason: depends on itself (i.e., instances call each other)
24422026-08-26T14:40:12.005Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
24432026-08-26T14:40:12.005Z reason: depends on itself (i.e., instances call each other)
24442026-08-26T14:40:12.006Z
24452026-08-26T14:40:12.006Z
24462026-08-26T14:40:12.020ZAPIs with unknown version management: none
24472026-08-26T14:40:12.021Z
24482026-08-26T14:40:12.021Z
24492026-08-26T14:40:12.021ZAPIs that failed consumer checks: none
24502026-08-26T14:40:12.102Z
24512026-08-26T14:40:12.102Zreal 5.471815674
24522026-08-26T14:40:12.102Zuser 4.857614531
24532026-08-26T14:40:12.102Zsys 1.880881873
24542026-08-26T14:40:12.102Ztrap 0.000463610
24552026-08-26T14:40:12.102Ztflt 0.000039130
24562026-08-26T14:40:12.102Zdflt 0.000426190
24572026-08-26T14:40:12.102Zkflt 0.000004360
24582026-08-26T14:40:12.103Zlock 2.061654452
24592026-08-26T14:40:12.103Zslp 23.254711454
24602026-08-26T14:40:12.108Zlat 0.044012327
24612026-08-26T14:40:12.108Zstop 0.009641918
24622026-08-26T14:40:12.108Z+ ptime -m cargo xtask ls-apis adoc
24632026-08-26T14:40:12.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
24642026-08-26T14:40:12.564Z Running `target/debug/xtask ls-apis adoc`
24652026-08-26T14:40:13.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24662026-08-26T14:40:13.410Z Running `target/debug/ls-apis adoc`
24672026-08-26T14:40:13.464Zloading metadata for workspace omicron from current workspace
24682026-08-26T14:40:14.518Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24692026-08-26T14:40:14.522Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24702026-08-26T14:40:14.523Z - PackageId { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#dpd-client@0.1.0" }: Source { repr: "git+https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c617f2988aafdca4e3bd35ea178b64801" }
24712026-08-26T14:40:14.538Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24722026-08-26T14:40:14.542Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24732026-08-26T14:40:14.542Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24742026-08-26T14:40:14.542Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/Cargo.toml
24752026-08-26T14:40:14.542Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24762026-08-26T14:40:14.542Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24772026-08-26T14:40:16.998Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24782026-08-26T14:40:17.081Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24792026-08-26T14:40:17.527Z
24802026-08-26T14:40:17.527Zreal 5.390746461
24812026-08-26T14:40:17.527Zuser 4.769165530
24822026-08-26T14:40:17.528Zsys 1.897077940
24832026-08-26T14:40:17.528Ztrap 0.000610480
24842026-08-26T14:40:17.532Ztflt 0.000111070
24852026-08-26T14:40:17.532Zdflt 0.001341400
24862026-08-26T14:40:17.532Zkflt 0.000002800
24872026-08-26T14:40:17.532Zlock 2.069105407
24882026-08-26T14:40:17.532Zslp 23.242105558
24892026-08-26T14:40:17.532Zlat 0.054851879
24902026-08-26T14:40:17.532Zstop 0.008804138
24912026-08-26T14:40:17.532Z+ banner build
24922026-08-26T14:40:17.532Z
24932026-08-26T14:40:17.532Z ##### # # # # #####
24942026-08-26T14:40:17.533Z # # # # # # # #
24952026-08-26T14:40:17.533Z ##### # # # # # #
24962026-08-26T14:40:17.533Z # # # # # # # #
24972026-08-26T14:40:17.533Z # # # # # # # #
24982026-08-26T14:40:17.533Z ##### #### # ###### #####
24992026-08-26T14:40:17.533Z
25002026-08-26T14:40:17.533Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25012026-08-26T14:40:17.533Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
25022026-08-26T14:40:17.533Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
25032026-08-26T14:40:17.533Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
25042026-08-26T14:40:17.533Z+ [[ illumos == \i\l\l\u\m\o\s ]]
25052026-08-26T14:40:17.533Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
25062026-08-26T14:40:17.533Z+ export TMPDIR=/var/tmp/omicron_tmp
25072026-08-26T14:40:17.533Z+ TMPDIR=/var/tmp/omicron_tmp
25082026-08-26T14:40:17.534Z+ export RUST_BACKTRACE=1
25092026-08-26T14:40:17.534Z+ RUST_BACKTRACE=1
25102026-08-26T14:40:17.534Z+ export CARGO_INCREMENTAL=0
25112026-08-26T14:40:17.534Z+ CARGO_INCREMENTAL=0
25122026-08-26T14:40:17.534Z+ export RUSTC_BOOTSTRAP=1
25132026-08-26T14:40:17.534Z+ RUSTC_BOOTSTRAP=1
25142026-08-26T14:40:17.534Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
25152026-08-26T14:40:19.697Z Compiling proc-macro2 v1.0.106
25162026-08-26T14:40:19.697Z Compiling unicode-ident v1.0.24
25172026-08-26T14:40:19.701Z Compiling quote v1.0.45
25182026-08-26T14:40:19.701Z Compiling serde_core v1.0.228
25192026-08-26T14:40:19.701Z Compiling libc v0.2.185
25202026-08-26T14:40:19.701Z Compiling serde v1.0.228
25212026-08-26T14:40:19.701Z Compiling cfg-if v1.0.4
25222026-08-26T14:40:19.701Z Compiling memchr v2.8.0
25232026-08-26T14:40:19.701Z Compiling smallvec v1.15.1
25242026-08-26T14:40:19.701Z Compiling autocfg v1.5.0
25252026-08-26T14:40:19.701Z Compiling itoa v1.0.17
25262026-08-26T14:40:19.701Z Compiling rand_core v0.10.0
25272026-08-26T14:40:19.982Z Compiling getrandom v0.4.3
25282026-08-26T14:40:19.986Z Compiling log v0.4.33
25292026-08-26T14:40:19.986Z Compiling libm v0.2.16
25302026-08-26T14:40:20.014Z Compiling subtle v2.6.1
25312026-08-26T14:40:20.018Z Compiling zmij v1.0.21
25322026-08-26T14:40:20.018Z Compiling version_check v0.9.5
25332026-08-26T14:40:20.018Z Compiling serde_json v1.0.151
25342026-08-26T14:40:20.018Z Compiling scopeguard v1.2.0
25352026-08-26T14:40:20.018Z Compiling stable_deref_trait v1.2.1
25362026-08-26T14:40:20.018Z Compiling typenum v1.20.1
25372026-08-26T14:40:20.018Z Compiling percent-encoding v2.3.2
25382026-08-26T14:40:20.018Z Compiling writeable v0.6.2
25392026-08-26T14:40:20.019Z Compiling litemap v0.8.1
25402026-08-26T14:40:20.019Z Compiling icu_properties_data v2.1.2
25412026-08-26T14:40:20.019Z Compiling icu_normalizer_data v2.1.1
25422026-08-26T14:40:20.019Z Compiling portable-atomic v1.13.1
25432026-08-26T14:40:20.019Z Compiling critical-section v1.2.0
25442026-08-26T14:40:20.019Z Compiling utf8_iter v1.0.4
25452026-08-26T14:40:20.045Z Compiling zerocopy v0.8.55
25462026-08-26T14:40:20.049Z Compiling parking_lot_core v0.9.12
25472026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=be908efd5d793ed1 -C extra-filename=-bd931bcdebfb2835 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=4631ea154300ce76 -C extra-filename=-c60aa0859c6cdac8 --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d3543a2f321eeb -C extra-filename=-a102d7cd852100ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25502026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=17055a2bf13739c0 -C extra-filename=-2a5e5fd126512cc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-2a5e5fd126512cc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=564edab708039010 -C extra-filename=-de3a788940fe2e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=5e102674ee4e2393 -C extra-filename=-f356c0afc0f69c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=555644e22eaa4d5d -C extra-filename=-42e7c7869e9e0bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=80ce1cbd4e1e8c90 -C extra-filename=-280df15876766ab0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-280df15876766ab0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=00e38a6e31e0dcdc -C extra-filename=-d8fbaa4fbac25e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=fd5d9d798de116a9 -C extra-filename=-b1ad757f3d1feadb --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=9a012101778732e6 -C extra-filename=-c2c00b5f956a68ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582026-08-26T14:40:20.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eb49ef3c25ee04d -C extra-filename=-5e600995c7c3f221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25592026-08-26T14:40:20.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=3b4b59a06ab98e3f -C extra-filename=-bb93ad60cfc1a229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-08-26T14:40:20.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=3bdf70df7fd76a3b -C extra-filename=-e9e341c45ff69dd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-08-26T14:40:20.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18af4f6ae6e7a298 -C extra-filename=-dec7d4e7a928cca7 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622026-08-26T14:40:20.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=acca0d84b463c014 -C extra-filename=-10f078ec4a3ea811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-08-26T14:40:20.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=2083cd1a601561c7 -C extra-filename=-149ac3b1bfbf1a94 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-08-26T14:40:20.233Z Compiling pin-project-lite v0.2.17
25652026-08-26T14:40:20.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8579d874068abd87 -C extra-filename=-ea47dcd7dcf3e9ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-08-26T14:40:20.267Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=869ce0d330956582 -C extra-filename=-97b470074f18b93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-08-26T14:40:20.271Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=51fe7cad353f8d84 -C extra-filename=-676633a48ffd90e4 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-676633a48ffd90e4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-08-26T14:40:20.271Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=fa5e6dbb1a1a37ea -C extra-filename=-448cb8472cd754c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-08-26T14:40:20.271Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=511802d25a1287bd -C extra-filename=-10229ef171a3bfe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-08-26T14:40:20.335Z Compiling thiserror v2.0.18
25712026-08-26T14:40:20.363Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=47e9942dd1958c1e -C extra-filename=-682ebd8c594b97dd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722026-08-26T14:40:20.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=54f51b0869e4b9e3 -C extra-filename=-149b2cafc829f7b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-08-26T14:40:20.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=233ffd061e6afab5 -C extra-filename=-f722ed462eeafd77 --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-08-26T14:40:20.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=4af1f2190cdcf248 -C extra-filename=-a2577e2a70a918ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-08-26T14:40:20.424Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=98f031cc75c43fe0 -C extra-filename=-112bf55ab051345c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-08-26T14:40:20.424Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e86831009184d078 -C extra-filename=-01824fb3367570db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25772026-08-26T14:40:20.424Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-c60aa0859c6cdac8/build-script-build`
25782026-08-26T14:40:20.424Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=61c77fc1654a0d61 -C extra-filename=-817d5a90403dc1b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792026-08-26T14:40:20.424Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=cd3b4c7d05da41fe -C extra-filename=-4284572ba3c6271f --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802026-08-26T14:40:20.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=2f0abd2e04cbfd04 -C extra-filename=-4944f5d298d5e7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812026-08-26T14:40:20.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=98b59c399515fb19 -C extra-filename=-8297de2080dfe9b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-8297de2080dfe9b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-08-26T14:40:20.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2520a62ac8fedd8 -C extra-filename=-abbc589ab1b46aa3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-08-26T14:40:20.603Z Compiling heck v0.5.0
25842026-08-26T14:40:20.777Z Compiling form_urlencoded v1.2.2
25852026-08-26T14:40:20.780Z Compiling iana-time-zone v0.1.65
25862026-08-26T14:40:20.780Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-bd931bcdebfb2835/build-script-build`
25872026-08-26T14:40:20.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f6dabdc5b47129c -C extra-filename=-682ec8ae79a89f0e --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-08-26T14:40:20.781Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-280df15876766ab0/build-script-build`
25892026-08-26T14:40:20.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3bb87749eaed82d -C extra-filename=-9177e43cb0714f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-08-26T14:40:21.007Z Compiling shlex v1.3.0
25912026-08-26T14:40:21.011Z Compiling equivalent v1.0.2
25922026-08-26T14:40:21.011Z Compiling rustversion v1.0.22
25932026-08-26T14:40:21.011Z Compiling find-msvc-tools v0.1.9
25942026-08-26T14:40:21.011Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-2a5e5fd126512cc3/build-script-build`
25952026-08-26T14:40:21.011Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-dec7d4e7a928cca7/build-script-build`
25962026-08-26T14:40:21.160Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ef1995817d3f3906 -C extra-filename=-180e5ff396d32ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-08-26T14:40:21.160Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=d71d02814088a4c8 -C extra-filename=-6720234346448ed9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982026-08-26T14:40:21.232Z Compiling num-traits v0.2.19
25992026-08-26T14:40:21.237Z Compiling fnv v1.0.7
26002026-08-26T14:40:21.237Z Compiling regex-syntax v0.8.10
26012026-08-26T14:40:21.263Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=94f963a08620a438 -C extra-filename=-9b441c21bab2d477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022026-08-26T14:40:21.267Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b1ad757f3d1feadb/build-script-build`
26032026-08-26T14:40:21.301Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3faf4f06fa91ada8 -C extra-filename=-21c1bc4ffa11cdcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042026-08-26T14:40:21.305Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eaf00995d5598ff2 -C extra-filename=-cede61e9b8553d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052026-08-26T14:40:21.305Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bdbfee7dd07db92 -C extra-filename=-a24e6e36e86e48a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062026-08-26T14:40:21.602Z Compiling lock_api v0.4.14
26072026-08-26T14:40:21.629Z Compiling dyn-clone v1.0.20
26082026-08-26T14:40:21.634Z Compiling schemars v0.8.22
26092026-08-26T14:40:21.634Z Compiling hashbrown v0.17.0
26102026-08-26T14:40:21.634Z Compiling rustix v1.1.4
26112026-08-26T14:40:21.634Z Compiling strsim v0.11.1
26122026-08-26T14:40:21.634Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-682ebd8c594b97dd/build-script-build`
26132026-08-26T14:40:21.634Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=54c405d5cad9aca2 -C extra-filename=-c2f3f257b63b1310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142026-08-26T14:40:21.634Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=68a624a2d1b7f47f -C extra-filename=-5ca8dd11e0470c2c --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-08-26T14:40:21.634Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-682ec8ae79a89f0e/build-script-build`
26162026-08-26T14:40:21.634Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c29bfb09f983a625 -C extra-filename=-a225d2903c30481e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-08-26T14:40:21.634Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-f722ed462eeafd77/build-script-build`
26182026-08-26T14:40:22.069Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e9e341c45ff69dd5/build-script-build`
26192026-08-26T14:40:22.069Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-149ac3b1bfbf1a94/build-script-build`
26202026-08-26T14:40:22.090Z Compiling futures-core v0.3.32
26212026-08-26T14:40:22.090Z Compiling getrandom v0.3.4
26222026-08-26T14:40:22.090Z Compiling aho-corasick v1.1.4
26232026-08-26T14:40:22.104Z Compiling byteorder v1.5.0
26242026-08-26T14:40:22.108Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff5af5aefc88e59b -C extra-filename=-fa8b1917837293de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252026-08-26T14:40:22.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=783659fddc5d6c18 -C extra-filename=-a88c156fc99b7e6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262026-08-26T14:40:22.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=703d00950db09b45 -C extra-filename=-a9a63084d2864f29 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-a9a63084d2864f29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272026-08-26T14:40:22.262Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-817d5a90403dc1b5/build-script-build`
26282026-08-26T14:40:22.262Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=e401d129a2a03c8c -C extra-filename=-5c77632c1fe79449 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292026-08-26T14:40:22.370Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=ec05135c53f7416f -C extra-filename=-3fedf9f33413879a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26302026-08-26T14:40:22.439Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=d2949daca160601e -C extra-filename=-5e8f4331a0938315 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312026-08-26T14:40:22.444Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-8297de2080dfe9b6/build-script-build`
26322026-08-26T14:40:22.444Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4284572ba3c6271f/build-script-build`
26332026-08-26T14:40:22.444Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=839e0ece0319506f -C extra-filename=-0dd98833f01df7ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26342026-08-26T14:40:22.444Z Compiling cmov v0.5.4
26352026-08-26T14:40:22.445Z Compiling syn v1.0.109
26362026-08-26T14:40:22.445Z Compiling generic-array v0.14.7
26372026-08-26T14:40:22.445Z Compiling futures-sink v0.3.32
26382026-08-26T14:40:22.445Z Compiling futures-task v0.3.32
26392026-08-26T14:40:22.445Z Compiling slab v0.4.12
26402026-08-26T14:40:22.445Z Compiling futures-io v0.3.32
26412026-08-26T14:40:22.481Z Compiling anyhow v1.0.104
26422026-08-26T14:40:22.508Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=374440a5cb983242 -C extra-filename=-a1cdf1d4d5c11804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-08-26T14:40:22.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=649eb23852503144 -C extra-filename=-75c354370bd8be15 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442026-08-26T14:40:22.512Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-676633a48ffd90e4/build-script-build`
26452026-08-26T14:40:22.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=901db48c5ec0b69e -C extra-filename=-4d512d89878f7582 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-08-26T14:40:22.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=2dfcaabafa71c899 -C extra-filename=-17ae1705427aeb7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-08-26T14:40:22.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bac4cb552a0dde9f -C extra-filename=-d22feaec7ba6f2cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
26482026-08-26T14:40:22.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=52d6257ad0024e11 -C extra-filename=-34de0cd9290266be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
26492026-08-26T14:40:22.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmov --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmov-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c31d9be515d5e1fe -C extra-filename=-a7bffee6a2f2ad95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502026-08-26T14:40:22.960Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=783b533b79fd459e -C extra-filename=-1f1c0aac613a8fc8 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=1c96c436578a49c3 -C extra-filename=-374a7aea8a4974be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=6a16493d89d14f0b -C extra-filename=-d59a04826277e404 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=68509b396f6fcba3 -C extra-filename=-95ca26147fa74cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
26542026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fca10bca2d82fe0 -C extra-filename=-0c8077e11d6759cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26552026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=3312089ce955b776 -C extra-filename=-37780afbbf43cfe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f60df7228b71b202 -C extra-filename=-f9aa91a12ebae5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572026-08-26T14:40:22.967Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-5ca8dd11e0470c2c/build-script-build`
26582026-08-26T14:40:22.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=09c75bbf69f5ac16 -C extra-filename=-bf56d0da61be318a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
26592026-08-26T14:40:22.989Z Compiling thiserror v1.0.69
26602026-08-26T14:40:22.989Z Compiling const-oid v0.9.6
26612026-08-26T14:40:22.989Z Compiling ident_case v1.0.1
26622026-08-26T14:40:22.989Z Compiling base64ct v1.8.3
26632026-08-26T14:40:22.989Z Compiling base64 v0.22.1
26642026-08-26T14:40:22.989Z Compiling utf8parse v0.2.2
26652026-08-26T14:40:22.996Z Compiling pkg-config v0.3.32
26662026-08-26T14:40:22.997Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=ad33c171518e9d33 -C extra-filename=-cf06d73c0c6d1edb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-08-26T14:40:22.997Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=2cb1195ed9398498 -C extra-filename=-e162f7db9892c1b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-e162f7db9892c1b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-08-26T14:40:23.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=c33e9af47ed4c839 -C extra-filename=-63a9bca806118ba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
26692026-08-26T14:40:23.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=9656b48923405216 -C extra-filename=-cef88d9fac5ef585 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
26702026-08-26T14:40:23.399Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-a24e6e36e86e48a1/build-script-build`
26712026-08-26T14:40:23.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ad09b1ff306aa92 -C extra-filename=-c906e444f986cb52 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-08-26T14:40:23.408Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-a9a63084d2864f29/build-script-build`
26732026-08-26T14:40:23.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=a96e84422292af19 -C extra-filename=-b217980bafa3a20c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-08-26T14:40:23.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=396bfe63f42322e2 -C extra-filename=-12bef6d549ef5d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752026-08-26T14:40:23.408Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-5e8f4331a0938315/build-script-build`
26762026-08-26T14:40:23.408Z Compiling errno v0.3.14
26772026-08-26T14:40:23.408Z Compiling jobserver v0.1.34
26782026-08-26T14:40:23.408Z Compiling mio v1.2.0
26792026-08-26T14:40:23.408Z Compiling socket2 v0.6.3
26802026-08-26T14:40:23.408Z Compiling getrandom v0.2.17
26812026-08-26T14:40:23.408Z Compiling regex-automata v0.4.14
26822026-08-26T14:40:23.408Z Compiling futures-channel v0.3.32
26832026-08-26T14:40:23.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a10d45b3b14232c9 -C extra-filename=-4c5cc81598cfc878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-08-26T14:40:23.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5637921f6107647d -C extra-filename=-bf59ab279ffa544e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852026-08-26T14:40:23.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=b7eeea19df5fea4d -C extra-filename=-931d1810162048c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862026-08-26T14:40:23.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e8d0e98b23d3976 -C extra-filename=-16effc2d31631143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872026-08-26T14:40:23.746Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=cfc158a30e06762d -C extra-filename=-8ceb6120c38abc55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882026-08-26T14:40:23.746Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=53c794b5659f72cc -C extra-filename=-68f194859b7edcdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-08-26T14:40:23.752Z Compiling ctutils v0.4.2
26902026-08-26T14:40:23.752Z Compiling anstyle v1.0.14
26912026-08-26T14:40:23.752Z Compiling allocator-api2 v0.2.21
26922026-08-26T14:40:23.752Z Compiling colorchoice v1.0.4
26932026-08-26T14:40:23.786Z Compiling anstyle-query v1.1.5
26942026-08-26T14:40:23.790Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=52ec38ae241610e5 -C extra-filename=-632e9f68676320e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
26952026-08-26T14:40:23.790Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12c3996debb72e18 -C extra-filename=-b830193f147a373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962026-08-26T14:40:23.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=778a7302da6091aa -C extra-filename=-36bd17d1ea474799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972026-08-26T14:40:23.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=9a6be7360a4e1415 -C extra-filename=-c6b4072429865da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982026-08-26T14:40:23.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=c4b955fca5626e98 -C extra-filename=-c579f18f659a3e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992026-08-26T14:40:23.791Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d59a04826277e404/build-script-build`
27002026-08-26T14:40:23.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=fc0c06118f027a96 -C extra-filename=-23db09abac7fa08d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-08-26T14:40:23.791Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=c0ce8b35d4b0adce -C extra-filename=-5a1cb615d1ac708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022026-08-26T14:40:24.089Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=d45c9f524fd0e74b -C extra-filename=-1edf76f44f22bd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
27032026-08-26T14:40:24.099Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-75c354370bd8be15/build-script-build`
27042026-08-26T14:40:24.099Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ctutils --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctutils-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=492e3bee4c897c7d -C extra-filename=-f9b7e9e847a09912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cmov=/work/oxidecomputer/omicron/target/debug/deps/libcmov-a7bffee6a2f2ad95.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052026-08-26T14:40:24.099Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c906e444f986cb52/build-script-build`
27062026-08-26T14:40:24.099Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a3cded2621452fa4 -C extra-filename=-7655d3f0c6239f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072026-08-26T14:40:24.099Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-e162f7db9892c1b3/build-script-build`
27082026-08-26T14:40:24.099Z Compiling once_cell v1.21.3
27092026-08-26T14:40:24.124Z Compiling signal-hook-registry v1.4.8
27102026-08-26T14:40:24.132Z Compiling rand_core v0.6.4
27112026-08-26T14:40:24.132Z Compiling either v1.15.0
27122026-08-26T14:40:24.132Z Compiling is_terminal_polyfill v1.70.2
27132026-08-26T14:40:24.132Z Compiling time-core v0.1.8
27142026-08-26T14:40:24.132Z Compiling powerfmt v0.2.0
27152026-08-26T14:40:24.132Z Compiling num-conv v0.2.0
27162026-08-26T14:40:24.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=f0efd1b938d491f1 -C extra-filename=-ef9fa6a6c9a6a04c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-08-26T14:40:24.133Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-1f1c0aac613a8fc8/build-script-build`
27182026-08-26T14:40:24.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89c005c2921165b3 -C extra-filename=-bba6e0cbd550b2a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192026-08-26T14:40:24.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=044d2b65e879501f -C extra-filename=-b4b3669d5ded10cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
27202026-08-26T14:40:24.133Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba1561be9908764 -C extra-filename=-aa78e190a8d89ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212026-08-26T14:40:24.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=782887d0b1b5d776 -C extra-filename=-4318945a492bc6e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222026-08-26T14:40:24.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=a97516699245411f -C extra-filename=-e3465fe290c8da6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-bb93ad60cfc1a229.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232026-08-26T14:40:24.464Z Compiling syn v2.0.117
27242026-08-26T14:40:24.464Z Compiling bitflags v2.11.0
27252026-08-26T14:40:24.464Z Compiling semver v1.0.28
27262026-08-26T14:40:24.464Z Compiling parking_lot v0.12.5
27272026-08-26T14:40:24.464Z Compiling uuid v1.23.4
27282026-08-26T14:40:24.464Z Compiling cc v1.2.56
27292026-08-26T14:40:24.464Z Compiling indexmap v2.14.0
27302026-08-26T14:40:24.538Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=045e63af3391e19c -C extra-filename=-8b925c1477165fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-08-26T14:40:24.544Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d6ebbbda38955b78 -C extra-filename=-8bc62a8c18184175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-08-26T14:40:24.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=2ccd6986d8f2a98c -C extra-filename=-017f930efaf3a116 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-08-26T14:40:24.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=0fcdafd3ef15c2a6 -C extra-filename=-78fb71ce86deafe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342026-08-26T14:40:24.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=bab0aaaf5378f353 -C extra-filename=-18d195a50e7eb672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-08-26T14:40:24.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=af43a0f1408e7bda -C extra-filename=-df6efca3affdadf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362026-08-26T14:40:24.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=d0aaad55674e69b5 -C extra-filename=-77bd6c13adb90446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-08-26T14:40:24.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=71e3a572f57fa18e -C extra-filename=-b9c7f7b94d1f241a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-08-26T14:40:24.822Z Compiling slog v2.8.2
27392026-08-26T14:40:24.822Z Compiling deranged v0.5.8
27402026-08-26T14:40:24.822Z Compiling anstyle-parse v1.0.0
27412026-08-26T14:40:24.822Z Compiling fastrand v2.3.0
27422026-08-26T14:40:24.822Z Compiling num_threads v0.1.7
27432026-08-26T14:40:24.822Z Compiling const-oid v0.10.2
27442026-08-26T14:40:24.822Z Compiling camino v1.2.5
27452026-08-26T14:40:24.822Z Compiling crossbeam-utils v0.8.21
27462026-08-26T14:40:24.850Z Compiling clap_lex v1.0.0
27472026-08-26T14:40:24.854Z Compiling dunce v1.0.5
27482026-08-26T14:40:24.854Z Compiling fs_extra v1.3.0
27492026-08-26T14:40:24.854Z Compiling httparse v1.10.1
27502026-08-26T14:40:24.854Z Compiling cpufeatures v0.2.17
27512026-08-26T14:40:24.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4fd0c997de70e25c -C extra-filename=-f70f890fab6a354c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-08-26T14:40:24.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=bac13882957effe5 -C extra-filename=-8e1541b037d2c6b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-cede61e9b8553d81.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-b830193f147a373e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532026-08-26T14:40:24.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=e3bfce83118b7dda -C extra-filename=-88ee9a8634adff45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-632e9f68676320e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-08-26T14:40:24.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1f7ebf5f93e480af -C extra-filename=-a2877c7a0a732eb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
27552026-08-26T14:40:24.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=372d7c699e0c5324 -C extra-filename=-cdb474878fbb967e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3fedf9f33413879a.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-08-26T14:40:24.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=e7434a4d87079d18 -C extra-filename=-c18ad3876f21a662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-08-26T14:40:24.920Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=f311959cba5c555a -C extra-filename=-a250cca839372087 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
27582026-08-26T14:40:25.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=ead165e4604f7fba -C extra-filename=-fe5cf450571a5ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-95ca26147fa74cdd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
27592026-08-26T14:40:25.141Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=a025734f53bf6c16 -C extra-filename=-5328d2372fb83eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27602026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=41e4144e1ee785e1 -C extra-filename=-ca54b41f76ec7228 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0e73aae584b2cd7b -C extra-filename=-6509c7f73bf7ac18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
27622026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=fc5443c1ae01c715 -C extra-filename=-b494c244eb06e72a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=5aa9f675e5eae20f -C extra-filename=-85df73fd82460c94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27642026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fcfb47a85a4c41d -C extra-filename=-3b646f25acc8e5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=e45c96e5a5498d5d -C extra-filename=-e3c737eb9ca03877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=9d3fbaa2e1b14707 -C extra-filename=-e3355b313b3a75d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-78fb71ce86deafe5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=fd458a405c22d130 -C extra-filename=-915a31eda9cedfc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-915a31eda9cedfc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=3b36c34b0bd3316e -C extra-filename=-0d89cb4948c31710 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78b0ca99f95e650c -C extra-filename=-02c72683342e61aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b07c6d67329f369d -C extra-filename=-ebec21725d40af90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712026-08-26T14:40:25.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93105b97c732af4d -C extra-filename=-1a5061b03774cb40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722026-08-26T14:40:25.179Z Compiling tracing-core v0.1.36
27732026-08-26T14:40:25.183Z Compiling time-macros v0.2.27
27742026-08-26T14:40:25.183Z Compiling cpufeatures v0.3.0
27752026-08-26T14:40:25.215Z Compiling aws-lc-rs v1.16.3
27762026-08-26T14:40:25.221Z Compiling simd-adler32 v0.3.8
27772026-08-26T14:40:25.221Z Compiling spin v0.9.8
27782026-08-26T14:40:25.221Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f426e527d23bf7e8 -C extra-filename=-ca293ae9ebaa38f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27792026-08-26T14:40:25.221Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de64ba5f69d5f14a -C extra-filename=-fd3cab9d4f7a24df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802026-08-26T14:40:25.574Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=5665a8b254c600b3 -C extra-filename=-318bf5bd655180c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812026-08-26T14:40:25.578Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4584185e0fdb9bf1 -C extra-filename=-8141bf4b5f82237e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822026-08-26T14:40:25.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=58dddb52912a00df -C extra-filename=-4de5acab881f7c66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-8b925c1477165fab.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-18d195a50e7eb672.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832026-08-26T14:40:25.579Z Compiling rustc_version v0.4.1
27842026-08-26T14:40:25.579Z Compiling adler2 v2.0.1
27852026-08-26T14:40:25.579Z Compiling untrusted v0.7.1
27862026-08-26T14:40:25.579Z Compiling ryu v1.0.23
27872026-08-26T14:40:25.579Z Compiling unicode-width v0.2.0
27882026-08-26T14:40:25.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=d31f5e943bc9aad4 -C extra-filename=-fb9e1443cb408f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-08-26T14:40:25.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=d560cbf55a79a41f -C extra-filename=-6fde902a2eb58e5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902026-08-26T14:40:25.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=6803cca4cdbafc2a -C extra-filename=-e5a3b75a8c49231d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-08-26T14:40:25.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3cd2074c0a1db8ef -C extra-filename=-c4e461133895ad65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
27922026-08-26T14:40:25.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=733f30362b3e8202 -C extra-filename=-6f6fa6d5da2a26fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-08-26T14:40:25.837Z Compiling regex v1.12.3
27942026-08-26T14:40:25.837Z Compiling rand_core v0.9.5
27952026-08-26T14:40:25.837Z Compiling anstream v1.0.0
27962026-08-26T14:40:25.837Z Compiling cmake v0.1.57
27972026-08-26T14:40:25.837Z Compiling atomic-waker v1.1.2
27982026-08-26T14:40:25.837Z Compiling pem-rfc7468 v0.7.0
27992026-08-26T14:40:25.837Z Compiling httpdate v1.0.3
28002026-08-26T14:40:25.837Z Compiling try-lock v0.2.5
28012026-08-26T14:40:25.837Z Compiling flagset v0.4.7
28022026-08-26T14:40:25.871Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ca54b41f76ec7228/build-script-build`
28032026-08-26T14:40:25.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=fdd08f90b3c9b71a -C extra-filename=-f281f4e83bd08ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-08-26T14:40:25.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b762fbaab802ca1 -C extra-filename=-ac164487c785deef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-08-26T14:40:25.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=fa6b1df95901d466 -C extra-filename=-4ee70d3520817566 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-08-26T14:40:25.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=40907b4d82ed3915 -C extra-filename=-3b311482eb74f2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072026-08-26T14:40:26.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=9c2439d17cf6bdc3 -C extra-filename=-7b2b1615a37a52ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082026-08-26T14:40:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=7df040f23f6a62de -C extra-filename=-c2447f4027b03996 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092026-08-26T14:40:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=8aa0021cd88135a0 -C extra-filename=-ff9761ad5034bbcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-85df73fd82460c94.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-aa78e190a8d89ff9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-bba6e0cbd550b2a7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-df6efca3affdadf3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-08-26T14:40:26.162Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-0d89cb4948c31710/build-script-build`
28112026-08-26T14:40:26.162Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3c6ea35c9dc1d95 -C extra-filename=-66c5cb23140ef5b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122026-08-26T14:40:26.162Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-ca293ae9ebaa38f7/build-script-build`
28132026-08-26T14:40:26.162Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-915a31eda9cedfc5/build-script-build`
28142026-08-26T14:40:26.162Z Compiling ucd-trie v0.1.7
28152026-08-26T14:40:26.192Z Compiling untrusted v0.9.0
28162026-08-26T14:40:26.196Z Compiling pretty-hex v0.4.1
28172026-08-26T14:40:26.196Z Compiling tower-service v0.3.3
28182026-08-26T14:40:26.196Z Compiling rustls v0.23.41
28192026-08-26T14:40:26.196Z Compiling tower-layer v0.3.3
28202026-08-26T14:40:26.196Z Compiling plain v0.2.3
28212026-08-26T14:40:26.196Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=685898621a3f0a34 -C extra-filename=-709284257fea4e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222026-08-26T14:40:26.196Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=535fd784a3073ebe -C extra-filename=-bd0897dd8a706efe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-08-26T14:40:26.196Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a16b4a83f7dd9abb -C extra-filename=-a288ce0f9daf836e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242026-08-26T14:40:26.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=9ddb7c918a3138a0 -C extra-filename=-4b498b44f6ed395c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252026-08-26T14:40:26.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=1cba5146b2ed1170 -C extra-filename=-aec5e55fb051f8f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-08-26T14:40:26.509Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b0337aece9b9a915 -C extra-filename=-5266bbc2b0714d66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272026-08-26T14:40:26.513Z Compiling miniz_oxide v0.8.9
28282026-08-26T14:40:26.513Z Compiling want v0.3.1
28292026-08-26T14:40:26.513Z Compiling mime v0.3.17
28302026-08-26T14:40:26.513Z Compiling unicode-segmentation v1.12.0
28312026-08-26T14:40:26.513Z Compiling paste v1.0.15
28322026-08-26T14:40:26.513Z Compiling openssl-probe v0.2.1
28332026-08-26T14:40:26.513Z Compiling encoding_rs v0.8.35
28342026-08-26T14:40:26.513Z Compiling bit-vec v0.8.0
28352026-08-26T14:40:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b2b7667f70c6e1f -C extra-filename=-594a4c0c3effa46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362026-08-26T14:40:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=becb362d8f1383f9 -C extra-filename=-a040debbbddb7835 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28372026-08-26T14:40:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c9c4fdbe99a02ae -C extra-filename=-6ffcdc72833e9553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382026-08-26T14:40:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d249a0f84f06d225 -C extra-filename=-09524617415398ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-08-26T14:40:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73f95a93ecd82804 -C extra-filename=-d44184f8c0af2517 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-08-26T14:40:26.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=190524d8f12cddbe -C extra-filename=-e4c54629b47eba27 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-08-26T14:40:26.796Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b9104ed6483c3fc2 -C extra-filename=-458831f7c6f75c26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
28422026-08-26T14:40:26.800Z Compiling crc32fast v1.5.0
28432026-08-26T14:40:26.829Z Compiling wait-timeout v0.2.1
28442026-08-26T14:40:26.832Z Compiling foldhash v0.2.0
28452026-08-26T14:40:26.833Z Compiling lazy_static v1.5.0
28462026-08-26T14:40:26.833Z Compiling quick-error v1.2.3
28472026-08-26T14:40:26.833Z Compiling vcpkg v0.2.15
28482026-08-26T14:40:26.833Z Compiling rand_xorshift v0.4.0
28492026-08-26T14:40:26.833Z Compiling sync_wrapper v1.0.2
28502026-08-26T14:40:26.833Z Compiling ahash v0.8.12
28512026-08-26T14:40:26.860Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe2bd7042f080da5 -C extra-filename=-cb9ce126b271012b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4326d0765e43ee4b -C extra-filename=-3dee014ccd6c615d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=1d7d1c152d7cf099 -C extra-filename=-f77eb10c7bb25fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=acbcc0bfa603dea0 -C extra-filename=-bf9b0e848fc35250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729c9cfd4f37c51e -C extra-filename=-a87687f3c023fc12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83901956a886f5dd -C extra-filename=-ea55963f21942ba7 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=8ef6bc03974789f7 -C extra-filename=-983b6e44ae6bc467 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-f281f4e83bd08ef5.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582026-08-26T14:40:26.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a87c5030a59998b -C extra-filename=-3c9ef161ee81d0de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-bd0897dd8a706efe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592026-08-26T14:40:27.272Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=8158b43c36dfe346 -C extra-filename=-e1a2c065c925fac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
28602026-08-26T14:40:27.272Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=3ed1b1422fa27eb6 -C extra-filename=-512fc7f56fae351c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612026-08-26T14:40:27.272Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02b26fd13cd0242b -C extra-filename=-23a622284641e980 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-08-26T14:40:27.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dda79aacc52e9da -C extra-filename=-5fda4a1ad9b2bfce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-08-26T14:40:27.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5038f232d000476b -C extra-filename=-db09d246d88e5ce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642026-08-26T14:40:27.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=038f7eea3934166c -C extra-filename=-e629db66f6534af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652026-08-26T14:40:27.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9295b1d8d4b664 -C extra-filename=-1a72a5fb657fb8c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662026-08-26T14:40:27.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=2f5298e388b37186 -C extra-filename=-ef368058533ce1eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672026-08-26T14:40:27.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=52f64c3df275498b -C extra-filename=-17edc68fd438fff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
28682026-08-26T14:40:27.277Z Compiling terminal_size v0.4.3
28692026-08-26T14:40:27.277Z Compiling time v0.3.47
28702026-08-26T14:40:27.277Z Compiling tempfile v3.27.0
28712026-08-26T14:40:27.277Z Compiling aws-lc-sys v0.40.0
28722026-08-26T14:40:27.277Z Compiling pest v2.8.6
28732026-08-26T14:40:27.277Z Compiling bit-set v0.8.0
28742026-08-26T14:40:27.277Z Compiling unarray v0.1.4
28752026-08-26T14:40:27.277Z Compiling num-integer v0.1.46
28762026-08-26T14:40:27.277Z Compiling object v0.37.3
28772026-08-26T14:40:27.277Z Compiling iri-string v0.7.10
28782026-08-26T14:40:27.277Z Compiling zlib-rs v0.6.2
28792026-08-26T14:40:27.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=7e4de100b7144ec0 -C extra-filename=-7d8de335c1864872 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-08-26T14:40:27.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=cfffc36dfe4f7495 -C extra-filename=-9285e2cec1c30045 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812026-08-26T14:40:27.677Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e324aab08a6d762c -C extra-filename=-711a49ab2130d091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=0cf57d74c56f2784 -C extra-filename=-ad1b17897127141a --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-66c5cb23140ef5b8.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-ebec21725d40af90.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-1a5061b03774cb40.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=4fac27e635037e80 -C extra-filename=-0fc16e2c0290c2bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b494c244eb06e72a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3e4d83361e62f388 -C extra-filename=-baf9c933219c4874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf9b0e848fc35250.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31710c6179498529 -C extra-filename=-d090a602178725cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=6ae499d9991842f7 -C extra-filename=-d6e768b4a07484fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=5b240a8422b69a66 -C extra-filename=-d9214cbcc9079bb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=f0baaf07aa4bdb66 -C extra-filename=-9c1e3a946bc8722a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-e3355b313b3a75d0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-8b925c1477165fab.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-3b646f25acc8e5a6.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-78fb71ce86deafe5.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-18d195a50e7eb672.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-4de5acab881f7c66.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892026-08-26T14:40:27.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=7f72b87847e6d223 -C extra-filename=-3f406729d6d70616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-5266bbc2b0714d66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902026-08-26T14:40:27.685Z Compiling synstructure v0.13.2
28912026-08-26T14:40:27.685Z Compiling serde_derive_internals v0.29.1
28922026-08-26T14:40:27.685Z Compiling darling_core v0.23.0
28932026-08-26T14:40:27.685Z Compiling static_assertions v1.1.0
28942026-08-26T14:40:27.685Z Compiling syn v3.0.3
28952026-08-26T14:40:27.685Z Compiling cookie v0.18.1
28962026-08-26T14:40:27.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=47ac6032ae76d0b3 -C extra-filename=-94f0f677ae450ab9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-08-26T14:40:27.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=38d58b87a0fcb8c1 -C extra-filename=-3d6d9eea3c5de9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-08-26T14:40:27.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=27d1681374c84c9f -C extra-filename=-8a0d85b07c29c88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-08-26T14:40:27.967Z Compiling clap_builder v4.6.0
29002026-08-26T14:40:27.967Z Compiling hashbrown v0.16.1
29012026-08-26T14:40:27.967Z Compiling litrs v1.0.0
29022026-08-26T14:40:27.967Z Compiling unicode-width v0.1.14
29032026-08-26T14:40:27.967Z Compiling winnow v1.0.3
29042026-08-26T14:40:27.967Z Compiling tinyvec_macros v0.1.1
29052026-08-26T14:40:27.967Z Compiling psl-types v2.0.11
29062026-08-26T14:40:27.968Z Compiling usdt-impl v0.6.0
29072026-08-26T14:40:27.968Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e49bdf7b819535c4 -C extra-filename=-f0775708e5cdb577 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082026-08-26T14:40:27.968Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-ea55963f21942ba7/build-script-build`
29092026-08-26T14:40:27.968Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=80078af82280a242 -C extra-filename=-c6a0d00b546c93ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102026-08-26T14:40:27.968Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-7d8de335c1864872/build-script-build`
29112026-08-26T14:40:27.968Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c5ac4fa953b643d9 -C extra-filename=-c0ed0203aa7efa51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-08-26T14:40:28.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=55a7a50bfd404f0e -C extra-filename=-a598f3360ed386eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-08-26T14:40:28.004Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=07dbc462afd02cb8 -C extra-filename=-cb8a1f65c38a6f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-08-26T14:40:28.294Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=0b33bcb332c9c2e3 -C extra-filename=-dc64e98d3a4185bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-ff9761ad5034bbcf.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-02c72683342e61aa.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-711a49ab2130d091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152026-08-26T14:40:28.294Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-ef368058533ce1eb/build-script-build`
29162026-08-26T14:40:28.298Z Compiling rusty-fork v0.3.1
29172026-08-26T14:40:28.298Z Compiling base64 v0.21.7
29182026-08-26T14:40:28.298Z Compiling num-iter v0.1.45
29192026-08-26T14:40:28.298Z Compiling thread-id v5.1.0
29202026-08-26T14:40:28.298Z Compiling num-bigint-dig v0.8.6
29212026-08-26T14:40:28.298Z Compiling winnow v0.7.14
29222026-08-26T14:40:28.298Z Compiling memmap2 v0.9.10
29232026-08-26T14:40:28.331Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=37d9396b26aa8331 -C extra-filename=-945a03425522bd83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242026-08-26T14:40:28.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c90d4d1ffa4d7556 -C extra-filename=-97269ee3e428d26d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-08-26T14:40:28.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d88452a2bcbe8a05 -C extra-filename=-0b4142588194aafc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-08-26T14:40:28.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=fac3269ae1740933 -C extra-filename=-bfaf08314bac8cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-08-26T14:40:28.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=e09831ea0322f598 -C extra-filename=-cf10ad52720b7f39 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-08-26T14:40:28.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=ea108dcb96610454 -C extra-filename=-271a5f65b9d2dca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-08-26T14:40:28.335Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=dac31f1c5d690638 -C extra-filename=-36ecfb77bd7bffd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-08-26T14:40:28.532Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729ef49cc131fefc -C extra-filename=-6de15cb6e80b3a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
29312026-08-26T14:40:28.535Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=eddd2a370486618a -C extra-filename=-33fd4f31dcca5eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-23a622284641e980.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1a72a5fb657fb8c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322026-08-26T14:40:28.535Z Running `/work/oxidecomputer/omicron/target/debug/build/object-d9214cbcc9079bb7/build-script-build`
29332026-08-26T14:40:28.562Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=ed50f0a276ef606d -C extra-filename=-a88b8f4b883320f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-08-26T14:40:28.565Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=a792c77fab6d2dad -C extra-filename=-1b7290e58fd8df9a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352026-08-26T14:40:28.565Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c715e76aeb3c4f5b -C extra-filename=-0692ce056427347b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-08-26T14:40:28.565Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=62ab1fdfb6462da5 -C extra-filename=-ccddc8f7bf5f2a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-08-26T14:40:28.597Z Compiling hubpack_derive v0.1.1
29382026-08-26T14:40:28.600Z Compiling darling_core v0.20.11
29392026-08-26T14:40:28.600Z Compiling memoffset v0.9.1
29402026-08-26T14:40:28.600Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=d919068c8e946ead -C extra-filename=-724b318dd57041ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412026-08-26T14:40:28.600Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=b6d8653824bfb88c -C extra-filename=-175c937003a669b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-08-26T14:40:28.718Z Compiling pest_meta v2.8.6
29432026-08-26T14:40:28.722Z Compiling tinyvec v1.10.0
29442026-08-26T14:40:28.756Z Compiling unicode-linebreak v0.1.5
29452026-08-26T14:40:28.762Z Compiling rustix v0.38.44
29462026-08-26T14:40:28.762Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=eb51489696258747 -C extra-filename=-18c3e50c227732f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
29472026-08-26T14:40:28.762Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=628686f75557b9af -C extra-filename=-6af750ead73ecb54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482026-08-26T14:40:28.829Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-a598f3360ed386eb/build-script-build`
29492026-08-26T14:40:28.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=6b915ff74d173d4e -C extra-filename=-191e17554c5c2456 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502026-08-26T14:40:28.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=0e6a04c053109812 -C extra-filename=-a39a0a37aa1e9bb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512026-08-26T14:40:28.984Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=f23980f1538e3290 -C extra-filename=-1298a09033b37dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522026-08-26T14:40:28.985Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-cf10ad52720b7f39/build-script-build`
29532026-08-26T14:40:28.988Z Compiling document-features v0.2.12
29542026-08-26T14:40:28.988Z Compiling data-encoding v2.10.0
29552026-08-26T14:40:28.988Z Compiling smawk v0.3.2
29562026-08-26T14:40:28.988Z Compiling bstr v1.12.1
29572026-08-26T14:40:28.988Z Compiling itertools v0.15.0
29582026-08-26T14:40:28.988Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da9f32fd632b9a0e -C extra-filename=-e9fd8a748f972b5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592026-08-26T14:40:28.989Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "borsh", "debugger_visualizer", "default", "experimental_write_impl", "generic-array", "grab_spare_slice", "latest_stable_rust", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=ca47660c6bd910f4 -C extra-filename=-5d42d99600589ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-97269ee3e428d26d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602026-08-26T14:40:28.989Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2867451cc6be3390 -C extra-filename=-bcb6a513b977619f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612026-08-26T14:40:29.210Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=ee9a0198635e61ea -C extra-filename=-506ef61930680291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
29622026-08-26T14:40:29.210Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=ed9892a732611696 -C extra-filename=-395485eff542c716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-271a5f65b9d2dca1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632026-08-26T14:40:29.214Z Compiling serde_derive v1.0.228
29642026-08-26T14:40:29.214Z Compiling zeroize_derive v1.5.0
29652026-08-26T14:40:29.214Z Compiling zerofrom-derive v0.1.6
29662026-08-26T14:40:29.214Z Compiling yoke-derive v0.8.1
29672026-08-26T14:40:29.214Z Compiling zerovec-derive v0.11.2
29682026-08-26T14:40:29.214Z Compiling displaydoc v0.2.5
29692026-08-26T14:40:29.248Z Compiling zerocopy-derive v0.8.55
29702026-08-26T14:40:29.256Z Compiling thiserror-impl v2.0.18
29712026-08-26T14:40:29.275Z Compiling tokio-macros v2.7.0
29722026-08-26T14:40:29.279Z Compiling schemars_derive v0.8.22
29732026-08-26T14:40:29.279Z Compiling futures-macro v0.3.32
29742026-08-26T14:40:29.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=e351cdcf244b9dee -C extra-filename=-45c997e26c20bf7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-08-26T14:40:29.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=568884a41712ec1e -C extra-filename=-a0f06d0b2ec5ac83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-08-26T14:40:29.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=b6d918c806cc4bd7 -C extra-filename=-7778b2c120dae7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-08-26T14:40:29.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=6a07000c77c4692f -C extra-filename=-bfdf9c0510cd7581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-08-26T14:40:29.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=bb2a3e76d7f21212 -C extra-filename=-913d485a245fc0d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fd66c29638cb189 -C extra-filename=-f33d565ea39e58cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8a0d85b07c29c88a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=758edee1745c195d -C extra-filename=-fa660880fbf7d4a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7499c9039ba619e -C extra-filename=-f50fc74e95c4f308 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-8a0d85b07c29c88a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b419789944722ee -C extra-filename=-ef88472781b9eaa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=44727110865805cd -C extra-filename=-f7a6f91c2b98bfb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=641228a0796a2b87 -C extra-filename=-b9055051f87db6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a176cb6dadae59 -C extra-filename=-74015ceb48d31a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862026-08-26T14:40:29.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dca97554e0e6d41 -C extra-filename=-c19a00eddacd185b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872026-08-26T14:40:29.502Z Compiling thiserror-impl v1.0.69
29882026-08-26T14:40:29.512Z Compiling tracing-attributes v0.1.31
29892026-08-26T14:40:29.512Z Compiling clap_derive v4.6.1
29902026-08-26T14:40:29.512Z Compiling der_derive v0.7.3
29912026-08-26T14:40:29.531Z Compiling async-trait v0.1.89
29922026-08-26T14:40:29.534Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0089ae6797416736 -C extra-filename=-759534b4ab88b4dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932026-08-26T14:40:29.603Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5904e3a2186ca110 -C extra-filename=-2dc17d206cd5b615 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-f0775708e5cdb577.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-08-26T14:40:29.710Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf3e72a9d851cc37 -C extra-filename=-930724b8b83ef640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952026-08-26T14:40:29.713Z Compiling pest_generator v2.8.6
29962026-08-26T14:40:29.744Z Compiling scroll_derive v0.13.1
29972026-08-26T14:40:29.748Z Compiling toml_parser v1.1.2+spec-1.1.0
29982026-08-26T14:40:29.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=15a036dbe1adc2b0 -C extra-filename=-ec07d4b3acea0363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29992026-08-26T14:40:29.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c0c672166a9cfff -C extra-filename=-2e26b3a9faa5ed09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-08-26T14:40:29.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96a94da00a67b839 -C extra-filename=-99a1b43c74aa57d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-08-26T14:40:29.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=51f51cb476d81d06 -C extra-filename=-5c70a24c4aca73b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022026-08-26T14:40:29.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=1c7eb528144804b8 -C extra-filename=-5658f9919b74514c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1298a09033b37dd0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032026-08-26T14:40:29.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4053f3069d3d47a6 -C extra-filename=-2b59460f0317e89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042026-08-26T14:40:29.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=3fc58fea42eba330 -C extra-filename=-9110c4e405265507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052026-08-26T14:40:29.821Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=9b8d2f2f781e81ed -C extra-filename=-ffb8bc67ae8579fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-08-26T14:40:29.961Z Compiling strum_macros v0.26.4
30072026-08-26T14:40:30.004Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e30b274e43e553f2 -C extra-filename=-e9e86e22a5694422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082026-08-26T14:40:30.008Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-1b7290e58fd8df9a/build-script-build`
30092026-08-26T14:40:30.044Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-bcb6a513b977619f/build-script-build`
30102026-08-26T14:40:30.097Z Compiling curve25519-dalek-derive v0.1.1
30112026-08-26T14:40:30.101Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d88e514568aecd9 -C extra-filename=-0918efa4cb1f85e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-08-26T14:40:30.209Z Compiling scroll_derive v0.12.1
30132026-08-26T14:40:30.213Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c500150ab093b4e -C extra-filename=-5e09ea97900102cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142026-08-26T14:40:30.326Z Compiling flate2 v1.1.9
30152026-08-26T14:40:30.371Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=98a27edcc3a5fe3c -C extra-filename=-651b1014555b0cdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-94f0f677ae450ab9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162026-08-26T14:40:30.437Z Compiling darling_macro v0.23.0
30172026-08-26T14:40:30.440Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45b1b10c65c5ad3a -C extra-filename=-cd0a425e12864b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-c6a0d00b546c93ec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182026-08-26T14:40:30.525Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-a39a0a37aa1e9bb6/build-script-build`
30192026-08-26T14:40:30.694Z Compiling is_ci v1.2.0
30202026-08-26T14:40:30.697Z Compiling futures-util v0.3.32
30212026-08-26T14:40:30.697Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533cfba3934f1b3b -C extra-filename=-b2c12bae6908caed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222026-08-26T14:40:30.697Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=61709bb3fbcadbdb -C extra-filename=-c712c2a20c7ee4ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-759534b4ab88b4dc.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-08-26T14:40:30.769Z Compiling winnow v0.5.40
30242026-08-26T14:40:30.813Z Compiling gimli v0.32.3
30252026-08-26T14:40:30.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=915c1a769a15ad67 -C extra-filename=-6685782f806e830b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262026-08-26T14:40:30.856Z Compiling pest_derive v2.8.6
30272026-08-26T14:40:30.859Z Compiling zerocopy-derive v0.7.35
30282026-08-26T14:40:30.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=a40778b31f58e713 -C extra-filename=-8786f15fabafa3aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-08-26T14:40:30.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6f1d374b88988f5e -C extra-filename=-8f86fb59929d81ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-5658f9919b74514c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30302026-08-26T14:40:30.892Z Compiling openssl-sys v0.9.117
30312026-08-26T14:40:30.893Z Compiling crossbeam-epoch v0.9.18
30322026-08-26T14:40:30.893Z Compiling ff v0.13.1
30332026-08-26T14:40:30.893Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=652e5df2687b8fb8 -C extra-filename=-a57e90af67e40809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
30342026-08-26T14:40:30.925Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=7bdc8a88cd70d242 -C extra-filename=-d6607ebd2663da8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
30352026-08-26T14:40:30.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=819631c7fab13a76 -C extra-filename=-aee92408851b3e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30362026-08-26T14:40:30.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=9cfbb96059d97b87 -C extra-filename=-4411b8b43effe66a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372026-08-26T14:40:30.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=0b85ccdf3eaabf0f -C extra-filename=-aa3763f6245a961a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382026-08-26T14:40:30.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=97f7fb09343733ce -C extra-filename=-de4a629348265e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30392026-08-26T14:40:30.997Z Compiling rustc-demangle v0.1.27
30402026-08-26T14:40:31.001Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=cd16a820a86d19ed -C extra-filename=-7e6439de82074424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-08-26T14:40:31.109Z Compiling scroll v0.13.0
30422026-08-26T14:40:31.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=1608ae9785438e59 -C extra-filename=-4d99db9f439d803b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-2b59460f0317e89c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432026-08-26T14:40:31.185Z Compiling base16ct v0.2.0
30442026-08-26T14:40:31.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ce62992bf3bb02cb -C extra-filename=-2d39fdcb5ad29c9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30452026-08-26T14:40:31.232Z Compiling zerofrom v0.1.6
30462026-08-26T14:40:31.236Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=81ed3eb6d0519e68 -C extra-filename=-82bfdc0c5ded8a29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-f33d565ea39e58cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-08-26T14:40:31.277Z Compiling cfg_aliases v0.2.1
30482026-08-26T14:40:31.280Z Compiling siphasher v1.0.2
30492026-08-26T14:40:31.280Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eeaf706761a4945 -C extra-filename=-312cf02b7b21a4cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502026-08-26T14:40:31.280Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=134c541c3b4f36ad -C extra-filename=-51d7ed7539801d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30512026-08-26T14:40:31.355Z Compiling group v0.13.0
30522026-08-26T14:40:31.398Z Compiling darling_macro v0.20.11
30532026-08-26T14:40:31.398Z Compiling scroll v0.12.0
30542026-08-26T14:40:31.402Z Compiling usdt-impl v0.5.0
30552026-08-26T14:40:31.402Z Compiling radium v0.7.0
30562026-08-26T14:40:31.402Z Compiling structmeta-derive v0.3.0
30572026-08-26T14:40:31.402Z Compiling heck v0.4.1
30582026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=7a447ba93c348683 -C extra-filename=-d9efdf203d541fee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=84bd287316ae4590 -C extra-filename=-2985f47f0617a773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-74015ceb48d31a88.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
30602026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78a77c7966cd8ab2 -C extra-filename=-5b9b317b191725f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-191e17554c5c2456.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=080aa86e2dee4716 -C extra-filename=-80252aa44f6ff1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-5e09ea97900102cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622026-08-26T14:40:31.402Z Compiling yoke v0.8.1
30632026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2eac8f57c75d71f -C extra-filename=-e8e063e0da78079c --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc4f61ca9d25cdf -C extra-filename=-e8f825e4f003ea56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=d375fdb4be4a78c7 -C extra-filename=-6c1a39cdac9eb0a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662026-08-26T14:40:31.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=e6b233ddc6655bd7 -C extra-filename=-c12be9d13de3c398 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672026-08-26T14:40:31.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=0314a9c8ba503396 -C extra-filename=-2b83ab6113404ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-f50fc74e95c4f308.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682026-08-26T14:40:31.440Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56287fd11af4b044 -C extra-filename=-23905a492ebe3389 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-930724b8b83ef640.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
30692026-08-26T14:40:31.440Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=4246efd2e90908ae -C extra-filename=-e77e8575c608ffd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b9055051f87db6f1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'`
30702026-08-26T14:40:31.512Z Compiling darling v0.23.0
30712026-08-26T14:40:31.516Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=e8fbec489fe1d207 -C extra-filename=-77e50581376d5748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-c6a0d00b546c93ec.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cd0a425e12864b6a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722026-08-26T14:40:31.553Z Compiling goblin v0.10.5
30732026-08-26T14:40:31.631Z Compiling tracing v0.1.44
30742026-08-26T14:40:31.636Z Compiling nix v0.31.2
30752026-08-26T14:40:31.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=528ec47d37c7bf2d -C extra-filename=-8e22bbb2a0177826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-4d99db9f439d803b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762026-08-26T14:40:31.785Z Compiling daft-derive v0.1.8
30772026-08-26T14:40:31.789Z Compiling curve25519-dalek v4.1.3
30782026-08-26T14:40:31.789Z Compiling itertools v0.13.0
30792026-08-26T14:40:31.789Z Compiling thread-id v4.2.2
30802026-08-26T14:40:31.789Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=f83297c5da04b639 -C extra-filename=-5b447846432e561b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-ec07d4b3acea0363.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-318bf5bd655180c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-08-26T14:40:31.857Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9c4a9303f82171dd -C extra-filename=-671cb10abd26c79b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-312cf02b7b21a4cc.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-08-26T14:40:31.927Z Compiling dtrace-parser v0.3.0
30832026-08-26T14:40:31.930Z Compiling goblin v0.8.2
30842026-08-26T14:40:31.930Z Compiling env_filter v2.0.0
30852026-08-26T14:40:31.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=ef2e5929e7dec9cb -C extra-filename=-69210f3b419ed01b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-69210f3b419ed01b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-08-26T14:40:31.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=924e9501c8ea7137 -C extra-filename=-5011ace112dadba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-08-26T14:40:31.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=2571c6f277ddfbf2 -C extra-filename=-c1a8baf1662daa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-08-26T14:40:31.968Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5747b8c8d344f91 -C extra-filename=-6d3f8ed3e7a96d7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-08-26T14:40:32.185Z Compiling clap v4.6.1
30902026-08-26T14:40:32.189Z Compiling dtrace-parser v0.2.0
30912026-08-26T14:40:32.219Z Compiling keccak v0.1.6
30922026-08-26T14:40:32.223Z Compiling owo-colors v4.3.0
30932026-08-26T14:40:32.297Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00e7fc4fded4d4e6 -C extra-filename=-1524483d8ce0cf2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-8f86fb59929d81ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-08-26T14:40:32.302Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=c8ec28427b2f9d47 -C extra-filename=-9369bbf1e562ab91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-d44184f8c0af2517.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-80252aa44f6ff1aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952026-08-26T14:40:32.302Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex", "std"))' -C metadata=cf43cec7f1e2c18e -C extra-filename=-0944082b60be3e70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962026-08-26T14:40:32.450Z Compiling zerovec v0.11.5
30972026-08-26T14:40:32.454Z Compiling zerotrie v0.2.3
30982026-08-26T14:40:32.454Z Compiling zerocopy v0.7.35
30992026-08-26T14:40:32.454Z Compiling maybe-uninit v2.0.0
31002026-08-26T14:40:32.454Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-c12be9d13de3c398/build-script-build`
31012026-08-26T14:40:32.590Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=97455a515bedcce8 -C extra-filename=-c281ab726a4f9d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dc64e98d3a4185bd.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-5c70a24c4aca73b0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022026-08-26T14:40:32.603Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=ee0eccf7b5b5b06c -C extra-filename=-7caf0b2d5cf9aca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032026-08-26T14:40:32.603Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-aa3763f6245a961a/build-script-main`
31042026-08-26T14:40:32.604Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d9c08c4565b5e11 -C extra-filename=-cf21cafd72229ad9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3f406729d6d70616.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-8f86fb59929d81ce.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-08-26T14:40:32.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e166effbc8670835 -C extra-filename=-a1514b54d0d1a3b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-08-26T14:40:32.625Z Compiling strum v0.26.3
31072026-08-26T14:40:32.625Z Compiling darling v0.20.11
31082026-08-26T14:40:32.625Z Compiling tap v1.0.1
31092026-08-26T14:40:32.625Z Compiling env_logger v0.11.11
31102026-08-26T14:40:32.625Z Compiling zerocopy-derive v0.6.6
31112026-08-26T14:40:32.625Z Compiling bzip2-sys v0.1.13+1.0.8
31122026-08-26T14:40:32.625Z Compiling cargo-platform v0.3.2
31132026-08-26T14:40:32.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=47bed7d486f3e30a -C extra-filename=-468ba506f1d168d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-ef88472781b9eaa2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-08-26T14:40:32.625Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-e8e063e0da78079c/build-script-build`
31152026-08-26T14:40:32.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=9682ca70fde053f6 -C extra-filename=-631009ae2dc5b9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-08-26T14:40:32.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bb4a83a38f968c8 -C extra-filename=-25fa411a0cd8060c --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172026-08-26T14:40:32.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0e0856ba5ec64082 -C extra-filename=-9ac018dd6f373ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-aee92408851b3e37.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182026-08-26T14:40:32.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=1e0c3e3919a14726 -C extra-filename=-a28bb2676a68816f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e9e86e22a5694422.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192026-08-26T14:40:32.847Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=cc1a3d3ff9c87cb2 -C extra-filename=-f82cc9ba5f7c3432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-191e17554c5c2456.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-5b9b317b191725f0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202026-08-26T14:40:32.847Z Compiling addr2line v0.25.1
31212026-08-26T14:40:32.847Z Compiling funty v2.0.0
31222026-08-26T14:40:32.847Z Compiling packed_struct v0.10.1
31232026-08-26T14:40:32.879Z Compiling crc-catalog v2.4.0
31242026-08-26T14:40:32.883Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c00944c91ac7a356 -C extra-filename=-d3ab36cfe9925437 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-08-26T14:40:32.883Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba4d9821ba1d389 -C extra-filename=-62f6922df684f0a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262026-08-26T14:40:32.883Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=92dae0288719dc14 -C extra-filename=-90d16be16b2e9986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-ff9761ad5034bbcf.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-0944082b60be3e70.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31272026-08-26T14:40:32.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65832aa6f1e67eb0 -C extra-filename=-72e4be3d9c39d99c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282026-08-26T14:40:32.884Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-671cb10abd26c79b/build-script-build`
31292026-08-26T14:40:32.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=22c6c0e37faef65d -C extra-filename=-6ac311e4903ed2a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302026-08-26T14:40:32.994Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=7472e1003f66282e -C extra-filename=-efefa4fe81a004d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
31312026-08-26T14:40:32.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b15d7f674e544e6 -C extra-filename=-a8fc972371c62315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322026-08-26T14:40:33.033Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-69210f3b419ed01b/build-script-build`
31332026-08-26T14:40:33.037Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1d229671c66f9f9e -C extra-filename=-cabe8c702cf28d39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342026-08-26T14:40:33.111Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=0f497ca8ae5dadfa -C extra-filename=-ad8d6e3a26ba0c9a --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-08-26T14:40:33.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=ef18f0303013170d -C extra-filename=-d1909a71ef68b48e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-8786f15fabafa3aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-08-26T14:40:33.228Z Compiling tinystr v0.8.2
31372026-08-26T14:40:33.229Z Compiling potential_utf v0.1.4
31382026-08-26T14:40:33.229Z Compiling futures-executor v0.3.32
31392026-08-26T14:40:33.233Z Compiling derive_builder_core v0.20.2
31402026-08-26T14:40:33.233Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fabcc81ffec71f72 -C extra-filename=-e453e0aad7ad1fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
31412026-08-26T14:40:33.233Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-a1514b54d0d1a3b3/build-script-build`
31422026-08-26T14:40:33.406Z Compiling structmeta v0.3.0
31432026-08-26T14:40:33.410Z Compiling wyz v0.5.1
31442026-08-26T14:40:33.410Z Compiling same-file v1.0.6
31452026-08-26T14:40:33.410Z Compiling crc v3.4.0
31462026-08-26T14:40:33.410Z Compiling serde_with_macros v3.21.0
31472026-08-26T14:40:33.410Z Compiling textwrap v0.16.2
31482026-08-26T14:40:33.410Z Compiling unicode-normalization v0.1.25
31492026-08-26T14:40:33.441Z Compiling bitfield-macros v0.19.4
31502026-08-26T14:40:33.445Z Compiling packed_struct_codegen v0.10.1
31512026-08-26T14:40:33.446Z Compiling vergen-lib v9.1.0
31522026-08-26T14:40:33.446Z Compiling indexmap v1.9.3
31532026-08-26T14:40:33.475Z Compiling nodrop v0.1.14
31542026-08-26T14:40:33.479Z Compiling openssl v0.10.80
31552026-08-26T14:40:33.513Z Compiling foldhash v0.1.5
31562026-08-26T14:40:33.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=2f14ed681a81b184 -C extra-filename=-3738d77263eb6d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-08-26T14:40:33.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=95d4eac72bc74484 -C extra-filename=-06da4571c953dbcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-08-26T14:40:33.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=152d697fc1d94563 -C extra-filename=-f7d686b3a1da52a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a57e90af67e40809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
31592026-08-26T14:40:33.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=6a249b3754925830 -C extra-filename=-0ea56b98ba77bfc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f82cc9ba5f7c3432.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-08-26T14:40:33.517Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=b93c3cecc18990c2 -C extra-filename=-b90cc90ae064c8cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-08-26T14:40:33.612Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=275978de794257ad -C extra-filename=-7a01241811fb8919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-e8f825e4f003ea56.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622026-08-26T14:40:33.616Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-25fa411a0cd8060c/build-script-build`
31632026-08-26T14:40:33.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=f880576b298d5bdd -C extra-filename=-22feef41d5dd99fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-d3ab36cfe9925437.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-08-26T14:40:33.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65f46e876183bdb8 -C extra-filename=-45fb0cb65fbdc451 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652026-08-26T14:40:33.616Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6ac311e4903ed2a9/build-script-build`
31662026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=4f85e2f6417e7108 -C extra-filename=-a28b6bc51e3bcf94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da677b4218afbee -C extra-filename=-e5d2059d0b1b8041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-a8fc972371c62315.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=6976af9b30c55597 -C extra-filename=-f6fe819f8483ad6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
31692026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=99df38a899ba2351 -C extra-filename=-1785eced8befb44b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=44fd7d0509c4ecae -C extra-filename=-85ef74eefc48f6ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-45c997e26c20bf7d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-711a49ab2130d091.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e9fd8a748f972b5c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d3f9868acb1180 -C extra-filename=-6032f51f79cc95eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=42dd10f0ea29841c -C extra-filename=-a6425e9036706528 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=4e6efe073a1088b1 -C extra-filename=-cebbf38fcbdc4d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742026-08-26T14:40:33.617Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=57a06fdb7eccae73 -C extra-filename=-2735ceaf1165db83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752026-08-26T14:40:33.653Z Compiling icu_locale_core v2.1.1
31762026-08-26T14:40:33.686Z Compiling icu_collections v2.1.1
31772026-08-26T14:40:33.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=145285c0873288eb -C extra-filename=-a703a70c7d85b9c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782026-08-26T14:40:33.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=c27834f0031a24df -C extra-filename=-2719c2da4ff2bae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792026-08-26T14:40:33.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=1ca02baee87f5fb5 -C extra-filename=-edede3b97fc9d81a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-08-26T14:40:33.854Z Compiling zeroize v1.9.0
31812026-08-26T14:40:33.883Z Compiling bytes v1.11.1
31822026-08-26T14:40:33.887Z Compiling chrono v0.4.45
31832026-08-26T14:40:33.887Z Compiling erased-serde v0.3.31
31842026-08-26T14:40:33.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=7048ffa1729841b0 -C extra-filename=-4298143797374803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-10f078ec4a3ea811.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-3738d77263eb6d8f.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-97b470074f18b93b.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-08-26T14:40:33.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=b964b6b41a7fd319 -C extra-filename=-0476e16d12f4369c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-06da4571c953dbcb.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862026-08-26T14:40:33.888Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ad1b17897127141a/build-script-main`
31872026-08-26T14:40:34.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=2716b1db3a50480f -C extra-filename=-f5869549aba89134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-fa660880fbf7d4a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882026-08-26T14:40:34.147Z Compiling ipnet v2.12.0
31892026-08-26T14:40:34.148Z Compiling serde_tokenstream v0.2.3
31902026-08-26T14:40:34.177Z Compiling hex v0.4.3
31912026-08-26T14:40:34.181Z Compiling serde_urlencoded v0.7.1
31922026-08-26T14:40:34.181Z Compiling futures v0.3.32
31932026-08-26T14:40:34.182Z Compiling openapiv3 v2.2.0
31942026-08-26T14:40:34.182Z Compiling serde_spanned v0.6.9
31952026-08-26T14:40:34.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=5134a05f5c18fdd8 -C extra-filename=-4045c159f7e150b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962026-08-26T14:40:34.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=cf99d2e8ac320dc2 -C extra-filename=-51f3f95194a84260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972026-08-26T14:40:34.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=b9821df559c56521 -C extra-filename=-e353152147e6541d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31982026-08-26T14:40:34.292Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "schemars08", "schemars1", "ser_as_str", "serde", "std"))' -C metadata=ee5af4c650048cb8 -C extra-filename=-0e27c78f634d5aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992026-08-26T14:40:34.296Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8472c460972d3a2b -C extra-filename=-ee5992afd4ab19c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002026-08-26T14:40:34.296Z Compiling hubpack v0.1.2
32012026-08-26T14:40:34.296Z Compiling toml_datetime v0.6.11
32022026-08-26T14:40:34.296Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=70fcbca673cb3819 -C extra-filename=-6cd3205169df36f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-08-26T14:40:34.296Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3947bef7b4fc0b1a -C extra-filename=-cf747c76a3670294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-08-26T14:40:34.328Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=3fb80fc4ee808800 -C extra-filename=-d95926d93a71fc3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-b90cc90ae064c8cb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-08-26T14:40:34.368Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=c30bfa3a15c6fdf3 -C extra-filename=-b9437a6b3420daf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-08-26T14:40:34.371Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=3fd1b55c84f195b0 -C extra-filename=-b3f151c3e217c9fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-08-26T14:40:34.517Z Compiling ppv-lite86 v0.2.21
32082026-08-26T14:40:34.521Z Compiling backtrace v0.3.76
32092026-08-26T14:40:34.521Z Compiling dof v0.3.0
32102026-08-26T14:40:34.521Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c2690816aa54dbb -C extra-filename=-e0d7f5b1196f79ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-6af750ead73ecb54.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112026-08-26T14:40:34.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5d37b21e42803f33 -C extra-filename=-2db6f9fe514fbfdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122026-08-26T14:40:34.743Z Compiling dof v0.4.0
32132026-08-26T14:40:34.744Z Compiling derive_builder_macro v0.20.2
32142026-08-26T14:40:34.747Z Compiling ron v0.8.1
32152026-08-26T14:40:34.747Z Compiling bitvec v1.0.1
32162026-08-26T14:40:34.747Z Compiling zerocopy v0.6.6
32172026-08-26T14:40:34.747Z Compiling walkdir v2.5.0
32182026-08-26T14:40:34.747Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=a2a260e1a0ad8d79 -C extra-filename=-960b6961da679dd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192026-08-26T14:40:34.747Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=278199f17a3f6d65 -C extra-filename=-85219b61330c4d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9369bbf1e562ab91.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9ac018dd6f373ebf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-08-26T14:40:34.747Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=09f3cdf73822b13c -C extra-filename=-c3cd73423833103c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
32212026-08-26T14:40:34.748Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=af5df0b7f6c4fb58 -C extra-filename=-852aae69ae80241c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-d1909a71ef68b48e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6439de82074424.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-08-26T14:40:35.007Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=a2565af136c96474 -C extra-filename=-cd45e8a1600a8124 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-e353152147e6541d.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
32232026-08-26T14:40:35.007Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=497d3aaa35146223 -C extra-filename=-a034cb99f9fa1c50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8e22bbb2a0177826.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-08-26T14:40:35.011Z Compiling icu_provider v2.1.1
32252026-08-26T14:40:35.011Z Compiling hybrid-array v0.4.13
32262026-08-26T14:40:35.011Z Compiling rustls-pki-types v1.14.0
32272026-08-26T14:40:35.011Z Compiling der v0.7.10
32282026-08-26T14:40:35.011Z Compiling cargo_metadata v0.23.1
32292026-08-26T14:40:35.011Z Compiling foreign-types-shared v0.1.1
32302026-08-26T14:40:35.011Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=178eee9a32118d66 -C extra-filename=-f1e8f92444632211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-0ea56b98ba77bfc1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-08-26T14:40:35.011Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=2f8223e8557500c9 -C extra-filename=-1052d4b3e6e1e621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322026-08-26T14:40:35.011Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=23d1ee85cd858465 -C extra-filename=-6ade1eb68d22dc78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-cabe8c702cf28d39.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-e453e0aad7ad1fd7.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-d3ab36cfe9925437.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-22feef41d5dd99fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332026-08-26T14:40:35.011Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=8327e810f1f5c2eb -C extra-filename=-1d7f474c3177f54a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-62f6922df684f0a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342026-08-26T14:40:35.011Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9f01c94eb9aec38 -C extra-filename=-89bc466215dcded6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-45fb0cb65fbdc451.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352026-08-26T14:40:35.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=7cd7ceb05979d812 -C extra-filename=-087cbc8f794fabd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-f7a6f91c2b98bfb8.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-4298143797374803.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-97b470074f18b93b.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-2b83ab6113404ce3.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-82bfdc0c5ded8a29.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-631009ae2dc5b9b8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32362026-08-26T14:40:35.154Z Compiling tokio v1.52.1
32372026-08-26T14:40:35.154Z Compiling http v1.4.2
32382026-08-26T14:40:35.181Z Compiling toml_edit v0.19.15
32392026-08-26T14:40:35.185Z Compiling signal-hook v0.3.18
32402026-08-26T14:40:35.185Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=efbfcfeb132ce5c1 -C extra-filename=-4c945b505abda11c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
32412026-08-26T14:40:35.217Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-ad8d6e3a26ba0c9a/build-script-build`
32422026-08-26T14:40:35.221Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b288dcc85e69c636 -C extra-filename=-0bcc458000ec6125 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-08-26T14:40:35.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=98fc5e664cb7879d -C extra-filename=-7b496c7ca339ee3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-72e4be3d9c39d99c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442026-08-26T14:40:35.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eab4a8464e7fbaf6 -C extra-filename=-230d439b276d4118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
32452026-08-26T14:40:35.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=d6c88edcc5646926 -C extra-filename=-2d8c4a5dc6b95991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462026-08-26T14:40:35.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=1373b4f5c59bad6a -C extra-filename=-9933075c96872e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-2e26b3a9faa5ed09.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472026-08-26T14:40:35.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="extra-sizes"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=8a1ef608752e95d5 -C extra-filename=-8edb0bf0e930707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482026-08-26T14:40:35.325Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c906b6b74b32cc1d -C extra-filename=-2817cd1f5c44bb81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492026-08-26T14:40:35.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e7efcc8379bdc831 -C extra-filename=-33e7269b228e682b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4318945a492bc6e9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-c19a00eddacd185b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32502026-08-26T14:40:35.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=ee2a41f71f198bc9 -C extra-filename=-dcd9dc72ba891dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-6685782f806e830b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512026-08-26T14:40:35.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=4f6678cf249f47ad -C extra-filename=-99160c7fe2ff1a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-5011ace112dadba4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
32522026-08-26T14:40:35.330Z Compiling rand_chacha v0.9.0
32532026-08-26T14:40:35.363Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=75d4dcff79e3004e -C extra-filename=-654ecd60793851a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-08-26T14:40:35.553Z Compiling icu_properties v2.1.2
32552026-08-26T14:40:35.554Z Compiling icu_normalizer v2.1.1
32562026-08-26T14:40:35.557Z Compiling rand_chacha v0.3.1
32572026-08-26T14:40:35.557Z Compiling backtrace-ext v0.2.1
32582026-08-26T14:40:35.557Z Compiling smallvec v0.6.14
32592026-08-26T14:40:35.558Z Compiling bitfield v0.19.4
32602026-08-26T14:40:35.558Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=ffe90757bac67e9c -C extra-filename=-c0aa426286529a06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612026-08-26T14:40:35.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=212a640ca58774ae -C extra-filename=-ee7278b37bf94c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0476e16d12f4369c.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-4298143797374803.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-0dd98833f01df7ef.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-087cbc8f794fabd2.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-631009ae2dc5b9b8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-08-26T14:40:35.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=af4f4af0e28f4cad -C extra-filename=-7e8f0ff043023235 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0476e16d12f4369c.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-0c8077e11d6759cc.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-087cbc8f794fabd2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-468ba506f1d168d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-08-26T14:40:35.764Z Compiling rustls-native-certs v0.8.3
32642026-08-26T14:40:35.764Z Compiling derive_builder v0.20.2
32652026-08-26T14:40:35.764Z Compiling foreign-types v0.3.2
32662026-08-26T14:40:35.795Z Compiling hashbrown v0.15.5
32672026-08-26T14:40:35.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=2ee96ba1c6999147 -C extra-filename=-7bc99b808c509d91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32682026-08-26T14:40:35.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=416dbf59680300b5 -C extra-filename=-951c044b39d5e82d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-852aae69ae80241c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692026-08-26T14:40:35.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=326a87a7b5035aa0 -C extra-filename=-e626c54d07ac3448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-6032f51f79cc95eb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702026-08-26T14:40:35.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=2076827e6375eb48 -C extra-filename=-a6d151efe8d0501b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-230d439b276d4118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-08-26T14:40:35.836Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-a6425e9036706528/build-script-build`
32722026-08-26T14:40:35.979Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=444b53d7bf957adb -C extra-filename=-42914c6a9dc15c4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-f1e8f92444632211.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-08-26T14:40:35.989Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe5d1d50beaa9c75 -C extra-filename=-3cb4fd023f47b6d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a87687f3c023fc12.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742026-08-26T14:40:35.989Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b436ba18dca0267 -C extra-filename=-e9ff7f06b6c77ee5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-0bcc458000ec6125.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-08-26T14:40:35.990Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-edede3b97fc9d81a/build-script-build`
32762026-08-26T14:40:35.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=06931ca5bdf8f240 -C extra-filename=-e655253ddfef6f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -l static=bz2`
32772026-08-26T14:40:35.990Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-cebbf38fcbdc4d9b/build-script-build`
32782026-08-26T14:40:35.990Z Compiling crypto-common v0.1.7
32792026-08-26T14:40:36.013Z Compiling block-buffer v0.10.4
32802026-08-26T14:40:36.017Z Compiling rand v0.9.2
32812026-08-26T14:40:36.017Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=f7b7facc8345a413 -C extra-filename=-26e41125ecc3049d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a703a70c7d85b9c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822026-08-26T14:40:36.169Z Compiling crypto-common v0.2.2
32832026-08-26T14:40:36.169Z Compiling block-buffer v0.12.1
32842026-08-26T14:40:36.173Z Compiling rand v0.8.6
32852026-08-26T14:40:36.173Z Compiling block-padding v0.4.2
32862026-08-26T14:40:36.173Z Compiling spki v0.7.3
32872026-08-26T14:40:36.173Z Compiling crypto-bigint v0.5.5
32882026-08-26T14:40:36.173Z Compiling array-init v0.0.4
32892026-08-26T14:40:36.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=4831f6cc4ac7471c -C extra-filename=-5875b2366e26a952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-08-26T14:40:36.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=174249e86fc63e2d -C extra-filename=-24e9ee87f64fe4a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912026-08-26T14:40:36.173Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=e7323635ad053d86 -C extra-filename=-75c10f8693f224ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922026-08-26T14:40:36.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=bb3c55c7bdcd1d4f -C extra-filename=-96f2420be373fbba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932026-08-26T14:40:36.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=aed62889f295de77 -C extra-filename=-b6df422e1f4c6fbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-08-26T14:40:36.423Z Compiling http-body v1.0.1
32952026-08-26T14:40:36.450Z Compiling supports-color v3.0.2
32962026-08-26T14:40:36.454Z Compiling openssl-macros v0.1.1
32972026-08-26T14:40:36.454Z Compiling vergen v9.1.0
32982026-08-26T14:40:36.454Z Compiling bitflags v1.3.2
32992026-08-26T14:40:36.454Z Compiling hashbrown v0.12.3
33002026-08-26T14:40:36.483Z Compiling bzip2 v0.4.4
33012026-08-26T14:40:36.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=a44fe34e213bdb68 -C extra-filename=-e0e2f2b96d8d33da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-08-26T14:40:36.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=4f6a91034e6bd999 -C extra-filename=-9601e32c0eae81d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-08-26T14:40:36.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=c788bf8c6c8c2fe2 -C extra-filename=-70e4102bc875a370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33042026-08-26T14:40:36.487Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-654ecd60793851a5/build-script-build`
33052026-08-26T14:40:36.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=75798e7f93d76c1b -C extra-filename=-37b53c3b136ea3cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a034cb99f9fa1c50.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0692ce056427347b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
33062026-08-26T14:40:36.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95fda857627f8a0b -C extra-filename=-3728da72cd8babea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072026-08-26T14:40:36.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=1b35f12fc32c50c7 -C extra-filename=-80728395b69dc663 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-2719c2da4ff2bae4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082026-08-26T14:40:36.743Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d2b66a73ec50bf9 -C extra-filename=-f82f3c87d4e2dac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-08-26T14:40:36.781Z Compiling idna_adapter v1.2.1
33102026-08-26T14:40:36.785Z Compiling digest v0.10.7
33112026-08-26T14:40:36.785Z Compiling inout v0.2.2
33122026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=e63eab6f9487e6dd -C extra-filename=-5bf4110dad6990d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33132026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=23a244e90b06a302 -C extra-filename=-e2afa6ac82288c56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=838ffbf766df60a0 -C extra-filename=-cdbc9179fb5f8306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=678d4d27da84ae93 -C extra-filename=-17d4091e1e0174a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
33162026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=3c22bbf92598e59c -C extra-filename=-e445d6f7d96286e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-e655253ddfef6f98.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
33172026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=238312edec2eb247 -C extra-filename=-81bf552516d177f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182026-08-26T14:40:36.785Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6755467df304d7c -C extra-filename=-b1061f87111f5382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-b2c12bae6908caed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192026-08-26T14:40:37.017Z Compiling pkcs8 v0.10.2
33202026-08-26T14:40:37.017Z Compiling proptest v1.11.0
33212026-08-26T14:40:37.017Z Compiling x509-cert v0.2.5
33222026-08-26T14:40:37.021Z Compiling toml v0.7.8
33232026-08-26T14:40:37.021Z Compiling serde-hex v0.1.0
33242026-08-26T14:40:37.021Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-08-26T14:40:37.021Z Compiling hashbrown v0.13.2
33262026-08-26T14:40:37.021Z Compiling derive-ex v0.1.8
33272026-08-26T14:40:37.021Z Compiling miette-derive v7.6.0
33282026-08-26T14:40:37.021Z Compiling enum-as-inner v0.6.1
33292026-08-26T14:40:37.021Z Compiling zstd-sys v2.0.16+zstd.1.5.7
33302026-08-26T14:40:37.052Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=ff52532526b0222a -C extra-filename=-18f69cfbed7e48ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_normalizer=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer-7e8f0ff043023235.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-ee7278b37bf94c33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-08-26T14:40:37.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=33ed2afcf079ec9a -C extra-filename=-9a2ba908367025c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-24e9ee87f64fe4a9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33322026-08-26T14:40:37.092Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding"))' -C metadata=91fa125112a965a3 -C extra-filename=-d717f434a347df91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-3728da72cd8babea.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332026-08-26T14:40:37.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=49a0705fd01a6b2f -C extra-filename=-91ad48cb18bc8d33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6ade1eb68d22dc78.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-2735ceaf1165db83.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342026-08-26T14:40:37.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=8c32c21b0e6967cf -C extra-filename=-95eaacbb5ffd4c20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-4318945a492bc6e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-08-26T14:40:37.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=140cc40196a183c3 -C extra-filename=-f48ee203236f5704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
33362026-08-26T14:40:37.363Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=061b57f22f7f6e09 -C extra-filename=-608aab385cf649dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-08-26T14:40:37.395Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=fb0124efe7565ac2 -C extra-filename=-d3355e504d7ea028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-08-26T14:40:37.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=f103abc6cb98ae7f -C extra-filename=-6db3d1ab605be4b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-e5d2059d0b1b8041.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392026-08-26T14:40:37.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0668c1bcf46eaca0 -C extra-filename=-4753c91c21ac5305 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402026-08-26T14:40:37.399Z Compiling idna v1.1.0
33412026-08-26T14:40:37.399Z Compiling digest v0.11.3
33422026-08-26T14:40:37.399Z Compiling http-body-util v0.1.3
33432026-08-26T14:40:37.428Z Compiling managed v0.8.0
33442026-08-26T14:40:37.433Z Compiling supports-hyperlinks v3.2.0
33452026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e827bacfc2dc6ba1 -C extra-filename=-5c91159a56f8c76d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b9986eabda03432 -C extra-filename=-a822832449f6a1ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33472026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=befabefaa84316d0 -C extra-filename=-25334a38d28270d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-80728395b69dc663.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-a6d151efe8d0501b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=b5440a0705fb40db -C extra-filename=-b8133d25cfe4e656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=16b141bead37a8b3 -C extra-filename=-a878194eeb807c78 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=e5f22da73803191a -C extra-filename=-624947042cc807b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-baf9c933219c4874.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-bf9b0e848fc35250.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-db09d246d88e5ce5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-33fd4f31dcca5eb0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-d090a602178725cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512026-08-26T14:40:37.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=9bcb7c4249057a8e -C extra-filename=-d38e2506f81e6f29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-08-26T14:40:37.647Z Compiling cipher v0.5.2
33532026-08-26T14:40:37.647Z Compiling sha2 v0.10.9
33542026-08-26T14:40:37.650Z Compiling signature v2.2.0
33552026-08-26T14:40:37.650Z Compiling hmac v0.12.1
33562026-08-26T14:40:37.650Z Compiling pkcs1 v0.7.5
33572026-08-26T14:40:37.650Z Compiling usdt-macro v0.6.0
33582026-08-26T14:40:37.650Z Compiling usdt-attr-macro v0.6.0
33592026-08-26T14:40:37.650Z Compiling sec1 v0.7.3
33602026-08-26T14:40:37.683Z Compiling sha3 v0.10.8
33612026-08-26T14:40:37.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=4b2faecee5d58038 -C extra-filename=-471084262862a4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna_adapter=/work/oxidecomputer/omicron/target/debug/deps/libidna_adapter-18f69cfbed7e48ac.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-5e600995c7c3f221.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622026-08-26T14:40:37.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=ec4fcb9204d337fb -C extra-filename=-a3519464224e2ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-e0e2f2b96d8d33da.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-08-26T14:40:37.686Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-81bf552516d177f6/build-script-build`
33642026-08-26T14:40:37.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=20f71cabfb3a9e5d -C extra-filename=-2508f57c7fe4028f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-08-26T14:40:37.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=033840454c3d1325 -C extra-filename=-83ba731ed86a99c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662026-08-26T14:40:37.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e98382d646945e0 -C extra-filename=-564572a48a40f586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672026-08-26T14:40:37.796Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="rand_core"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=55d3942196d91094 -C extra-filename=-8efa9bca87553e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-e0e2f2b96d8d33da.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33682026-08-26T14:40:37.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=1a01516acd407941 -C extra-filename=-d784541f29234aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692026-08-26T14:40:37.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=4f5d2c2dc969f5cf -C extra-filename=-0e6972eb42e3a469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-08-26T14:40:37.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b129bfee299bd05f -C extra-filename=-9517df0ad97d9797 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-08-26T14:40:37.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=826c603621da5d9f -C extra-filename=-611bbe72f6f57dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33722026-08-26T14:40:37.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=88d10dab8ee31d9d -C extra-filename=-d05ad108de4ca68e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732026-08-26T14:40:37.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=9531ffb1525c5576 -C extra-filename=-45ee8ab2f294aded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742026-08-26T14:40:37.831Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7b4e8b656358f26 -C extra-filename=-a7a2f246b481f222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1524483d8ce0cf2f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752026-08-26T14:40:37.835Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=adea1d57413d1a39 -C extra-filename=-2da57773180c14fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-08-26T14:40:37.835Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=c30a5ccd52a93b33 -C extra-filename=-3adc58ac1f140746 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-7caf0b2d5cf9aca4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772026-08-26T14:40:37.908Z Compiling url v2.5.8
33782026-08-26T14:40:37.911Z Compiling publicsuffix v2.3.0
33792026-08-26T14:40:37.936Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=5c7357af4979e114 -C extra-filename=-0b2e1b5aad52f9ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-e2afa6ac82288c56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
33802026-08-26T14:40:37.940Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=db872d227e2c5533 -C extra-filename=-bca00c9f32128645 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0918efa4cb1f85e3.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33812026-08-26T14:40:37.940Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=3115da3ff78bd503 -C extra-filename=-d84ddb6c4b72b9f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-cdbc9179fb5f8306.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
33822026-08-26T14:40:37.969Z Compiling native-tls v0.2.18
33832026-08-26T14:40:37.973Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=d3f1d9b96ef543b4 -C extra-filename=-0d10543a4d2eaa31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-0b4142588194aafc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-08-26T14:40:37.973Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=5ea352d3f4fa3ebd -C extra-filename=-421fef6d35ec8961 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852026-08-26T14:40:38.003Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33862026-08-26T14:40:38.116Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=3ff1183d24470eab -C extra-filename=-43fcf23702ca3a79 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-08-26T14:40:38.121Z Compiling ref-cast v1.0.25
33882026-08-26T14:40:38.121Z Compiling supports-unicode v3.0.0
33892026-08-26T14:40:38.121Z Compiling crc-any v2.5.0
33902026-08-26T14:40:38.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fb9c02644ecbab8 -C extra-filename=-0c2dde6c8cfb3a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-e626c54d07ac3448.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-91ad48cb18bc8d33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912026-08-26T14:40:38.225Z Compiling hkdf v0.12.4
33922026-08-26T14:40:38.260Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3984f159fc2685b5 -C extra-filename=-7a9e8d75a7304093 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932026-08-26T14:40:38.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78fb7c390bf3a5e9 -C extra-filename=-e2797c202c12e6a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942026-08-26T14:40:38.264Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=308a91ddcccbe05b -C extra-filename=-a809ff735402b950 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952026-08-26T14:40:38.438Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33962026-08-26T14:40:38.442Z Compiling zip v0.6.6
33972026-08-26T14:40:38.442Z Compiling phf_shared v0.11.3
33982026-08-26T14:40:38.442Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8e5496ecdbc47a68 -C extra-filename=-fc16b96fec13faf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-08-26T14:40:38.442Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-a878194eeb807c78/build-script-build`
34002026-08-26T14:40:38.579Z Compiling elliptic-curve v0.13.8
34012026-08-26T14:40:38.579Z Compiling ed25519 v2.2.3
34022026-08-26T14:40:38.583Z Compiling chacha20 v0.10.0
34032026-08-26T14:40:38.583Z Compiling globset v0.4.18
34042026-08-26T14:40:38.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=bcf96939d0fb3e93 -C extra-filename=-4974eb09881d4fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
34052026-08-26T14:40:38.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02ac497e1ce2f1b1 -C extra-filename=-3e2aa9d66e04eae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-1052d4b3e6e1e621.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-08-26T14:40:38.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "aes-crypto", "bzip2", "constant_time_eq", "default", "deflate", "deflate-miniz", "deflate-zlib", "flate2", "hmac", "pbkdf2", "sha1", "time", "unreserved", "zstd"))' -C metadata=942b7c5f68251c57 -C extra-filename=-0762409d2eb35a22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e445d6f7d96286e2.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
34072026-08-26T14:40:38.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=e05a453e948e8874 -C extra-filename=-b799a056a694a42c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-08-26T14:40:38.728Z Compiling cookie_store v0.22.1
34092026-08-26T14:40:38.731Z Compiling object v0.30.4
34102026-08-26T14:40:38.731Z Compiling miette v7.6.0
34112026-08-26T14:40:38.731Z Compiling pin-project-internal v1.1.11
34122026-08-26T14:40:38.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=c8bdae7f0f8011b7 -C extra-filename=-86b31c970f8be0e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-9601e32c0eae81d2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-2da57773180c14fa.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-08-26T14:40:38.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=bdf9d8291715483d -C extra-filename=-ea2c3a883e849d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0e6972eb42e3a469.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142026-08-26T14:40:38.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="cipher"' --cfg 'feature="legacy"' --cfg 'feature="rng"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=da9da783e1924f71 -C extra-filename=-710bd25eabb48ab2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-08-26T14:40:38.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=e95aea94eae62aab -C extra-filename=-6719a3ea0b10aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-08-26T14:40:38.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=8b6005c9f9a826eb -C extra-filename=-a9d96c7f828880f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-2dc17d206cd5b615.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
34172026-08-26T14:40:38.764Z Compiling ref-cast-impl v1.0.25
34182026-08-26T14:40:38.764Z Compiling fs-err v3.3.0
34192026-08-26T14:40:38.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=586a25f7266b2dc0 -C extra-filename=-591888dfbd5c814f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-395485eff542c716.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-0d10543a4d2eaa31.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202026-08-26T14:40:38.764Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-43fcf23702ca3a79/build-script-build`
34212026-08-26T14:40:38.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a478aedb1807eb1 -C extra-filename=-4d1e3bbb81018d05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-08-26T14:40:38.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=f1366926a92e1f11 -C extra-filename=-b21f7aa0dddf1ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-852aae69ae80241c.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-951c044b39d5e82d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-5c91159a56f8c76d.so --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-564572a48a40f586.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-e2797c202c12e6a2.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-711a49ab2130d091.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232026-08-26T14:40:38.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=b7df16c84d9ed431 -C extra-filename=-826fbb1f06ba9549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-d38e2506f81e6f29.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-0b2e1b5aad52f9ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242026-08-26T14:40:38.798Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=821702ad36edac88 -C extra-filename=-8233368ae558cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252026-08-26T14:40:38.798Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=9b756f0cad135e6b -C extra-filename=-2944404662698069 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262026-08-26T14:40:38.837Z Compiling rsa v0.9.10
34272026-08-26T14:40:38.840Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=fec61ef320643442 -C extra-filename=-22ab077fda852ef3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-611bbe72f6f57dfc.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-d05ad108de4ca68e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0e6972eb42e3a469.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282026-08-26T14:40:38.876Z Compiling path-slash v0.1.5
34292026-08-26T14:40:38.955Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fbf86db377ec75c -C extra-filename=-7abaceda44bc0ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-08-26T14:40:38.959Z Compiling fixedbitset v0.4.2
34312026-08-26T14:40:38.959Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-7a9e8d75a7304093/build-script-build`
34322026-08-26T14:40:38.959Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=6a475a5d6b2d16bd -C extra-filename=-c1f535e8e8661f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332026-08-26T14:40:39.030Z Compiling ed25519-dalek v2.2.0
34342026-08-26T14:40:39.101Z Compiling precomputed-hash v0.1.1
34352026-08-26T14:40:39.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=0c7a1728285a3598 -C extra-filename=-327882ab8e5815f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bca00c9f32128645.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-ea2c3a883e849d72.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0e6972eb42e3a469.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-08-26T14:40:39.138Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4691ea547dac3fe9 -C extra-filename=-559426cbc93ab7f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-08-26T14:40:39.210Z Compiling tokio-util v0.7.18
34382026-08-26T14:40:39.214Z Compiling tower v0.5.3
34392026-08-26T14:40:39.319Z Compiling usdt v0.6.0
34402026-08-26T14:40:39.319Z Compiling new_debug_unreachable v1.0.6
34412026-08-26T14:40:39.323Z Compiling petgraph v0.6.5
34422026-08-26T14:40:39.323Z Compiling signal-hook-mio v0.2.5
34432026-08-26T14:40:39.323Z Compiling jiff-core v0.1.0
34442026-08-26T14:40:39.323Z Compiling toml_write v0.1.2
34452026-08-26T14:40:39.323Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=5afde6c6cb378135 -C extra-filename=-b6a7584ac4005edc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-08-26T14:40:39.323Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=873616f910827ecd -C extra-filename=-4db95da684ea80c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472026-08-26T14:40:39.392Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d9c333966eb6c418 -C extra-filename=-8772342d60409b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-a034cb99f9fa1c50.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-8e22bbb2a0177826.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-a7a2f246b481f222.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-9517df0ad97d9797.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482026-08-26T14:40:39.396Z Compiling test-strategy v0.4.5
34492026-08-26T14:40:39.396Z Compiling zstd-safe v7.2.4
34502026-08-26T14:40:39.396Z Compiling snafu-derive v0.8.9
34512026-08-26T14:40:39.396Z Compiling heapless v0.7.17
34522026-08-26T14:40:39.426Z Compiling pem v3.0.6
34532026-08-26T14:40:39.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=24fdf9965d1a903c -C extra-filename=-2bc70365ea147036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-c1f535e8e8661f4b.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542026-08-26T14:40:39.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=5dc9facfbb2669f6 -C extra-filename=-dc48db18361228ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552026-08-26T14:40:39.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3863b012d03f286e -C extra-filename=-64249cb8819ead32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562026-08-26T14:40:39.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "logging", "std", "tz-fat"))' -C metadata=8235a0e04b460b30 -C extra-filename=-b07a307ed2e479d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-08-26T14:40:39.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec0c33dc32983f5c -C extra-filename=-62690abcc402352e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582026-08-26T14:40:39.464Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=270a285964384959 -C extra-filename=-a464c5dbc949359b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-4753c91c21ac5305.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592026-08-26T14:40:39.467Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-2944404662698069/build-script-build`
34602026-08-26T14:40:39.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=754eaaf9bfacb463 -C extra-filename=-f1bf1af79a29bb78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612026-08-26T14:40:39.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=f1bbd8e2ec4b8bd2 -C extra-filename=-93c2a7c84b8c15cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622026-08-26T14:40:39.502Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=008bfc3cb502f429 -C extra-filename=-139c7c960402cb5f --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-139c7c960402cb5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632026-08-26T14:40:39.505Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=4a4471a7fa7ea3c6 -C extra-filename=-d47b6dc1883b2bff --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642026-08-26T14:40:39.505Z Compiling lalrpop-util v0.19.12
34652026-08-26T14:40:39.535Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=b836ad11d6058fea -C extra-filename=-2d5dd7f0667631d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-08-26T14:40:39.575Z Compiling string_cache v0.8.9
34672026-08-26T14:40:39.578Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=62e2d43006816045 -C extra-filename=-0c6b8ab0956dbb86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-62690abcc402352e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b799a056a694a42c.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-559426cbc93ab7f7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-08-26T14:40:39.686Z Compiling ipnetwork v0.21.1
34692026-08-26T14:40:39.758Z Compiling tower-http v0.6.8
34702026-08-26T14:40:39.762Z Compiling newtype-uuid v1.3.2
34712026-08-26T14:40:39.762Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=f91d2dcbd010c0d0 -C extra-filename=-74ef2021b454d3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-08-26T14:40:39.901Z Compiling serde_with v3.21.0
34732026-08-26T14:40:39.905Z Compiling toml_edit v0.22.27
34742026-08-26T14:40:39.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=10ca9c7d5ae172ba -C extra-filename=-03876ba01bdfbc9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-08-26T14:40:39.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=a89c85afcee2d450 -C extra-filename=-86a1767f5c83d9f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-3d6d9eea3c5de9bf.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-4db95da684ea80c6.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-08-26T14:40:40.018Z Compiling fixedbitset v0.5.7
34772026-08-26T14:40:40.022Z Compiling crossterm v0.28.1
34782026-08-26T14:40:40.022Z Compiling serde-big-array v0.5.1
34792026-08-26T14:40:40.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base58", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hashbrown_0_17", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=dab115b5bff521c0 -C extra-filename=-c95e70f9d71ff793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802026-08-26T14:40:40.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71d26334219a4d14 -C extra-filename=-8baa9baadc124ba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-8233368ae558cc84.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
34812026-08-26T14:40:40.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=2cff97714a2d8769 -C extra-filename=-1fd90955e6988071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_56 --cfg rustc_1_63 --cfg rustc_1_73 --cfg rustc_1_75 --cfg rustc_1_81 --cfg rustc_1_89 --check-cfg 'cfg(rustc_1_56)' --check-cfg 'cfg(rustc_1_63)' --check-cfg 'cfg(rustc_1_73)' --check-cfg 'cfg(rustc_1_75)' --check-cfg 'cfg(rustc_1_81)' --check-cfg 'cfg(rustc_1_89)'`
34822026-08-26T14:40:40.022Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=36722ac7d1ef3afd -C extra-filename=-6205e0b0aed89209 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-64249cb8819ead32.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-08-26T14:40:40.053Z Compiling h2 v0.4.15
34842026-08-26T14:40:40.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eb9ad5c67b0b8f07 -C extra-filename=-9b651c92d8f268ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-08-26T14:40:40.131Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=61a27af07b6b3a23 -C extra-filename=-508babc987fe0ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dc48db18361228ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862026-08-26T14:40:40.131Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5e150964858572a -C extra-filename=-bb272815af6e0400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-08-26T14:40:40.131Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=28e885427b8751b2 -C extra-filename=-cacf2a8b7ef904b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-4b498b44f6ed395c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882026-08-26T14:40:40.204Z Compiling oxnet v0.1.6
34892026-08-26T14:40:40.207Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-139c7c960402cb5f/build-script-build`
34902026-08-26T14:40:40.237Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=1f24d5c845ab9b9d -C extra-filename=-5e735f01a706acb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912026-08-26T14:40:40.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=39d593ac655182ab -C extra-filename=-4469b865ee6ec823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a87687f3c023fc12.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
34922026-08-26T14:40:40.312Z Compiling jiff v0.2.34
34932026-08-26T14:40:40.394Z Compiling serde_plain v1.0.2
34942026-08-26T14:40:40.398Z Compiling similar v2.7.0
34952026-08-26T14:40:40.398Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e27865edce0004eb -C extra-filename=-7f30b4639863addf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jcore=/work/oxidecomputer/omicron/target/debug/deps/libjiff_core-b07a307ed2e479d6.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-08-26T14:40:40.469Z Compiling petgraph v0.8.3
34972026-08-26T14:40:40.472Z Compiling serde_repr v0.1.20
34982026-08-26T14:40:40.472Z Compiling async-recursion v1.1.1
34992026-08-26T14:40:40.472Z Compiling convert_case v0.10.0
35002026-08-26T14:40:40.472Z Compiling hash32 v0.2.1
35012026-08-26T14:40:40.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad0cb27da3cca410 -C extra-filename=-023a258766385c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022026-08-26T14:40:40.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=d9eb46234f7381a3 -C extra-filename=-09cdbd4e28a061ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032026-08-26T14:40:40.510Z Compiling unicode-properties v0.1.4
35042026-08-26T14:40:40.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=186a32bb3dac7899 -C extra-filename=-182125a3c2262fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9b651c92d8f268ac.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052026-08-26T14:40:40.620Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ea3a8c2aaf79b9 -C extra-filename=-5a93d54c40a1773f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062026-08-26T14:40:40.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c41884d3ad8df6ad -C extra-filename=-ff59f759142bbd07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072026-08-26T14:40:40.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03bac4bb0b5d71b4 -C extra-filename=-b27a123926806a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-08-26T14:40:40.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4903b9f7d60788a -C extra-filename=-8dcb32b0de8c0b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-08-26T14:40:40.624Z Compiling smoltcp v0.9.1
35102026-08-26T14:40:40.624Z Compiling predicates-core v1.0.10
35112026-08-26T14:40:40.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=f20e3d2bd486e8ff -C extra-filename=-9a0dcce822548e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35122026-08-26T14:40:40.657Z Compiling tokio-native-tls v0.3.1
35132026-08-26T14:40:40.763Z Compiling daft v0.1.8
35142026-08-26T14:40:40.766Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6459064d40d4735 -C extra-filename=-2520c497304d26a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152026-08-26T14:40:40.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=25811011188b37d2 -C extra-filename=-2ea582ec3dcdd41e --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-08-26T14:40:40.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=5db48adb9a064cc3 -C extra-filename=-c1aaa00f3ef46689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4469b865ee6ec823.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35172026-08-26T14:40:40.838Z Compiling pin-project v1.1.11
35182026-08-26T14:40:40.842Z Compiling unicode-bidi v0.3.18
35192026-08-26T14:40:40.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=a8fcca808dd79d94 -C extra-filename=-34736bd7f5ddc5a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-6d3f8ed3e7a96d7a.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202026-08-26T14:40:40.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=6577eab2f53d21e8 -C extra-filename=-18716dbf3abbf690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212026-08-26T14:40:40.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe1bd59819229e4a -C extra-filename=-64e35ac9baf45057 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-4d1e3bbb81018d05.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222026-08-26T14:40:40.914Z Compiling typed-path v0.9.3
35232026-08-26T14:40:40.960Z Compiling bumpalo v3.20.2
35242026-08-26T14:40:40.963Z Compiling libbz2-rs-sys v0.2.2
35252026-08-26T14:40:40.963Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=10e206daea753295 -C extra-filename=-340edb1dfece61d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262026-08-26T14:40:40.963Z Compiling derive_more-impl v2.1.1
35272026-08-26T14:40:40.995Z Compiling byte-wrapper v0.1.0
35282026-08-26T14:40:40.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=97afe294f94de309 -C extra-filename=-0ddad425617ecb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-08-26T14:40:40.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=01ddc38c2a5e6b17 -C extra-filename=-963adbf7a9d7cea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-08-26T14:40:40.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=2ac53084b61ed2f5 -C extra-filename=-3c2a906183b35eaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-8dcb32b0de8c0b32.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
35312026-08-26T14:40:41.032Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=946f0d7d6903f4a7 -C extra-filename=-2377fbc6037379d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-b27a123926806a92.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-08-26T14:40:41.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=f4c0a3945ace5d0c -C extra-filename=-dfa494b65550c956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-08-26T14:40:41.141Z Compiling hickory-proto v0.25.2
35342026-08-26T14:40:41.181Z Compiling md-5 v0.10.6
35352026-08-26T14:40:41.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=698dbef7fd7cc7a1 -C extra-filename=-a65250c43f044200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35362026-08-26T14:40:41.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=439a2e3c182b4d44 -C extra-filename=-06076805a6b762d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372026-08-26T14:40:41.221Z Compiling strum_macros v0.27.2
35382026-08-26T14:40:41.225Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=391b34c5220f0b68 -C extra-filename=-9ab4881faed55165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-08-26T14:40:41.301Z Compiling zopfli v0.8.3
35402026-08-26T14:40:41.304Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-2ea582ec3dcdd41e/build-script-build`
35412026-08-26T14:40:41.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=5530b571f378da60 -C extra-filename=-47537408f76c54a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-0ddad425617ecb16.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422026-08-26T14:40:41.347Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35432026-08-26T14:40:41.351Z Compiling stringprep v0.1.5
35442026-08-26T14:40:41.351Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=94bd74641ed9af0e -C extra-filename=-f2a68385e6ac75a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-a809ff735402b950.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-91ad48cb18bc8d33.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-25334a38d28270d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452026-08-26T14:40:41.351Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cb6a55470f2fe49 -C extra-filename=-d5c5ea29ef66e04c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-18716dbf3abbf690.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-9a0dcce822548e63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462026-08-26T14:40:41.427Z Compiling float-cmp v0.10.0
35472026-08-26T14:40:41.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=97c5789806184344 -C extra-filename=-230c3dbed8a54afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-08-26T14:40:41.472Z Compiling bzip2 v0.6.1
35492026-08-26T14:40:41.506Z Compiling fallible-iterator v0.2.0
35502026-08-26T14:40:41.512Z Compiling difflib v0.4.0
35512026-08-26T14:40:41.512Z Compiling normalize-line-endings v0.3.0
35522026-08-26T14:40:41.512Z Compiling iddqd v0.4.2
35532026-08-26T14:40:41.512Z Compiling tokio-stream v0.1.18
35542026-08-26T14:40:41.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=129454e3fc4364b6 -C extra-filename=-9e13288182eb7ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-963adbf7a9d7cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552026-08-26T14:40:41.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=530c57a9beafa4f3 -C extra-filename=-85a8b4ffe8a3f976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562026-08-26T14:40:41.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7be7ffdccb2160a3 -C extra-filename=-108311876f3f8a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572026-08-26T14:40:41.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64368c83b605e876 -C extra-filename=-a6f1d6e2b61ecf81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-08-26T14:40:41.577Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=0ad5f84cf0ac519f -C extra-filename=-980a116df73f30ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-08-26T14:40:41.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=d208a190dd9da855 -C extra-filename=-813541924132b5da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602026-08-26T14:40:41.615Z Compiling olpc-cjson v0.1.4
35612026-08-26T14:40:41.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2298b17bf08cf2fe -C extra-filename=-7e8c43aa4f4629d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-08-26T14:40:41.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=f1c90f8a5b5c4b8f -C extra-filename=-b9348ebac4c9c2c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-3c2a906183b35eaf.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632026-08-26T14:40:41.654Z Compiling phf_shared v0.13.1
35642026-08-26T14:40:41.658Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=0bf54ce6c183e03c -C extra-filename=-3475502cd92fc03d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-08-26T14:40:41.725Z Compiling peg-runtime v0.8.5
35662026-08-26T14:40:41.801Z Compiling snafu v0.8.9
35672026-08-26T14:40:41.804Z Compiling buf-list v1.1.2
35682026-08-26T14:40:41.804Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=d6a73c9386a89039 -C extra-filename=-180e248484d7639b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692026-08-26T14:40:41.839Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35702026-08-26T14:40:41.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=f9cbf70f93144611 -C extra-filename=-60d198e6d810519a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-64e35ac9baf45057.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-93c2a7c84b8c15cb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712026-08-26T14:40:41.843Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=688d90f84001a761 -C extra-filename=-ccf068c4353a2b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-08-26T14:40:41.944Z Compiling whoami v2.1.0
35732026-08-26T14:40:41.944Z Compiling is-terminal v0.4.17
35742026-08-26T14:40:41.948Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-ereport-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="debug-impls"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "serde"))' -C metadata=0bac6f41e31e11af -C extra-filename=-ed53ab51a5294f44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-08-26T14:40:42.019Z Compiling postgres-protocol v0.6.10
35762026-08-26T14:40:42.061Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=6f24297d6f1084a3 -C extra-filename=-4f889795fa374f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772026-08-26T14:40:42.065Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a76b20b46812cde -C extra-filename=-a424b183ae7c3acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782026-08-26T14:40:42.070Z Compiling predicates v3.1.4
35792026-08-26T14:40:42.073Z Compiling crossbeam-channel v0.5.15
35802026-08-26T14:40:42.073Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=fea70c12a95b4427 -C extra-filename=-a464ee8cc14982a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-06076805a6b762d5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-d5c5ea29ef66e04c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812026-08-26T14:40:42.107Z Compiling thread_local v1.1.9
35822026-08-26T14:40:42.127Z Compiling slog-async v2.8.0
35832026-08-26T14:40:42.127Z Compiling term v1.2.1
35842026-08-26T14:40:42.127Z Compiling take_mut v0.2.2
35852026-08-26T14:40:42.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=c84a1c5f582bfa60 -C extra-filename=-75dc4484a4e65dd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-108311876f3f8a74.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-230c3dbed8a54afe.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a6f1d6e2b61ecf81.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-08-26T14:40:42.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=16763643463a662f -C extra-filename=-3ef3fbf3b793ce3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-08-26T14:40:42.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=bc38a57e1a66bef1 -C extra-filename=-3bda0f66eeae37d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882026-08-26T14:40:42.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b71c00248cd7305 -C extra-filename=-d9d65c47dae6b2a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892026-08-26T14:40:42.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=70cc5e8e21673429 -C extra-filename=-7b294c2e2faf637b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-08-26T14:40:42.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=101d16a7a03b5539 -C extra-filename=-2d8929add2261eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-08-26T14:40:42.257Z Compiling phf v0.13.1
35922026-08-26T14:40:42.291Z Compiling match_cfg v0.1.0
35932026-08-26T14:40:42.294Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=e7667b7b04ed2657 -C extra-filename=-0ad384e843ec5952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3475502cd92fc03d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-08-26T14:40:42.368Z Compiling slog-json v2.6.1
35952026-08-26T14:40:42.371Z Compiling newtype-uuid-macros v0.1.0
35962026-08-26T14:40:42.371Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=43eb6760207e3f06 -C extra-filename=-fbc51eb7503e0e14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972026-08-26T14:40:42.447Z Compiling debug-ignore v1.0.5
35982026-08-26T14:40:42.450Z Compiling sha1 v0.11.0
35992026-08-26T14:40:42.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=20a57315d25778a5 -C extra-filename=-7b1b8a3d32fa8391 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002026-08-26T14:40:42.529Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccb898c3d82c703a -C extra-filename=-c04320fb3784b81e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-08-26T14:40:42.534Z Compiling hostname v0.3.1
36022026-08-26T14:40:42.534Z Compiling serde_path_to_error v0.1.20
36032026-08-26T14:40:42.534Z Compiling toml_datetime v1.1.1+spec-1.1.0
36042026-08-26T14:40:42.534Z Compiling serde_spanned v1.1.1
36052026-08-26T14:40:42.534Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=9808cc206ad5d3fd -C extra-filename=-9f077ff8f5251d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062026-08-26T14:40:42.534Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=8f9cc0048537bb1d -C extra-filename=-ce305fc2e868ebe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072026-08-26T14:40:42.566Z Compiling derive_more v2.1.1
36082026-08-26T14:40:42.570Z Compiling postgres-types v0.2.12
36092026-08-26T14:40:42.570Z Compiling multer v3.1.0
36102026-08-26T14:40:42.570Z Compiling toml_writer v1.1.1+spec-1.1.0
36112026-08-26T14:40:42.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=43120838582a0759 -C extra-filename=-51fb5096cba22e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-fbc51eb7503e0e14.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122026-08-26T14:40:42.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ccf29a36d049c47 -C extra-filename=-fa7319cc94b10d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132026-08-26T14:40:42.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=10ac82702a715c73 -C extra-filename=-50acda97896bbdbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142026-08-26T14:40:42.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=f8b034f6d02e1ec4 -C extra-filename=-742e4b24b6116ac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152026-08-26T14:40:42.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=f049f4539e4a8bc7 -C extra-filename=-9ddfc7fdd943ec11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-2377fbc6037379d7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-08-26T14:40:42.602Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "bit-vec-07", "bit-vec-08", "chrono-04", "cidr-02", "cidr-03", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "jiff-02", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=baa2cae55099900e -C extra-filename=-1882d391b3eda2db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a464ee8cc14982a1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-08-26T14:40:42.637Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
36182026-08-26T14:40:42.640Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a824d3e38b325342 -C extra-filename=-d24cfe68db28428a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-08-26T14:40:42.679Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=810b366126df894b -C extra-filename=-0aaa482e0f219b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-08-26T14:40:42.716Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e6fbe8bc959120c -C extra-filename=-0cccbdaafa17eaa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-f2a68385e6ac75a9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-826fbb1f06ba9549.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3e2aa9d66e04eae2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
36212026-08-26T14:40:42.752Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-7b294c2e2faf637b/build-script-build`
36222026-08-26T14:40:42.791Z Compiling slog-term v2.9.2
36232026-08-26T14:40:42.942Z Compiling slog-bunyan v2.5.0
36242026-08-26T14:40:42.946Z Compiling compression-core v0.4.31
36252026-08-26T14:40:42.946Z Compiling async-stream-impl v0.3.6
36262026-08-26T14:40:42.946Z Compiling dropshot v0.17.1
36272026-08-26T14:40:42.946Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=b15bafdca4ed22fe -C extra-filename=-b3f98b85b6886a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-2d8929add2261eed.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3bda0f66eeae37d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282026-08-26T14:40:43.100Z Compiling rustls-pemfile v2.2.0
36292026-08-26T14:40:43.100Z Compiling dropshot_endpoint v0.17.1
36302026-08-26T14:40:43.104Z Compiling waitgroup v0.1.2
36312026-08-26T14:40:43.104Z Compiling hostname v0.4.2
36322026-08-26T14:40:43.104Z Compiling atomicwrites v0.4.4
36332026-08-26T14:40:43.104Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36342026-08-26T14:40:43.104Z Compiling serde_tokenstream v0.3.0
36352026-08-26T14:40:43.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23ad6637e20caebc -C extra-filename=-70cbc4ee64b2c41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-08-26T14:40:43.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d81e3b04a2ec0579 -C extra-filename=-e329542ecfd8f9d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-08-26T14:40:43.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7ef5923cead2895b -C extra-filename=-eb962d2c4575bb8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-51fb5096cba22e18.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7b1b8a3d32fa8391.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-08-26T14:40:43.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=317c959f1ff120cd -C extra-filename=-ad05bf822fd7c0b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392026-08-26T14:40:43.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=358e923e7dfda395 -C extra-filename=-d7cc2df4fb063b27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-08-26T14:40:43.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb04c532ecfd5b9e -C extra-filename=-b55ebcd4bdd7faa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412026-08-26T14:40:43.356Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b51abb3cd8eee3f -C extra-filename=-8607a6018d10fd09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-4b498b44f6ed395c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422026-08-26T14:40:43.356Z Compiling tokio-postgres v0.7.16
36432026-08-26T14:40:43.385Z Compiling toml v1.1.2+spec-1.1.0
36442026-08-26T14:40:43.389Z Compiling regress v0.10.5
36452026-08-26T14:40:43.389Z Compiling macaddr v1.0.1
36462026-08-26T14:40:43.389Z Compiling instant v0.1.13
36472026-08-26T14:40:43.389Z Compiling parse-display-derive v0.10.0
36482026-08-26T14:40:43.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5503c17f22015cdf -C extra-filename=-1f6b2d4c349cd1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492026-08-26T14:40:43.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bd0941d9d1ef448 -C extra-filename=-25a8d1b573b3f9ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502026-08-26T14:40:43.459Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=407f822ae2614c2e -C extra-filename=-ff2cd690c65a174a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512026-08-26T14:40:43.463Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c321499d86465bc -C extra-filename=-b336efc8c69d2cc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522026-08-26T14:40:43.663Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-0.7.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-bit-vec-0_7", "with-bit-vec-0_8", "with-chrono-0_4", "with-cidr-0_2", "with-cidr-0_3", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-jiff-0_2", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=24a66829f0a2c7be -C extra-filename=-9ae155a9529a40f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-85a8b4ffe8a3f976.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-0ad384e843ec5952.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-a464ee8cc14982a1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1882d391b3eda2db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-4f889795fa374f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532026-08-26T14:40:43.664Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=cdbc6993884b6e10 -C extra-filename=-08230554ecdab31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d9d65c47dae6b2a8.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3bda0f66eeae37d9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
36542026-08-26T14:40:43.668Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-d24cfe68db28428a/build-script-build`
36552026-08-26T14:40:43.668Z Compiling hyper v1.10.1
36562026-08-26T14:40:43.668Z Compiling compression-codecs v0.4.37
36572026-08-26T14:40:43.668Z Compiling itertools v0.14.0
36582026-08-26T14:40:43.668Z Compiling oxide-generation v0.1.3
36592026-08-26T14:40:43.668Z Compiling backon v1.6.0
36602026-08-26T14:40:43.668Z Compiling humantime v2.3.0
36612026-08-26T14:40:43.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=f0e7f93bcbb21506 -C extra-filename=-976a791b09704962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-08-26T14:40:43.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8eff8b963f151b5 -C extra-filename=-1005e91a4da86a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-7a01241811fb8919.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-08-26T14:40:43.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=6e895e614a204396 -C extra-filename=-f1cb99afb6f21245 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-08-26T14:40:43.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=69b17b9ac9c5dac4 -C extra-filename=-54192d657c4b7a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-08-26T14:40:43.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=5557652ff4d40756 -C extra-filename=-4f9fd91d7d2f1063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-742e4b24b6116ac0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50acda97896bbdbb.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-0aaa482e0f219b35.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662026-08-26T14:40:43.748Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36672026-08-26T14:40:43.752Z Compiling strum v0.27.2
36682026-08-26T14:40:43.752Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
36692026-08-26T14:40:43.782Z Compiling convert_case v0.4.0
36702026-08-26T14:40:43.816Z Compiling half v2.7.1
36712026-08-26T14:40:44.024Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=239646a7578f1d01 -C extra-filename=-b4a36981bfcc32fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-4b498b44f6ed395c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-cacf2a8b7ef904b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-3c9ef161ee81d0de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-08-26T14:40:44.028Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-e329542ecfd8f9d4/build-script-build`
36732026-08-26T14:40:44.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=517e96601fe04bbf -C extra-filename=-f6f38ef7bd161859 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-08-26T14:40:44.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=8018af96e840f87c -C extra-filename=-3862f5034abeb9ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-b494c244eb06e72a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-08-26T14:40:44.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=7a7736be40511d5b -C extra-filename=-cf443b82f01880af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-08-26T14:40:44.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=09c8278b5f4438b0 -C extra-filename=-5b60970e8969e279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-ad05bf822fd7c0b3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772026-08-26T14:40:44.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=ca27d4094af70595 -C extra-filename=-b384d457a273452c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-08-26T14:40:44.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=4391d17eff64818f -C extra-filename=-859fce98afae06b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
36792026-08-26T14:40:44.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=1fb800d416fce0f1 -C extra-filename=-aa4989b6e8d2c9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802026-08-26T14:40:44.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=945fe7258d6de05c -C extra-filename=-68dcdfda905e1f10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-c04320fb3784b81e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812026-08-26T14:40:44.096Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=f8f2ad6f9b8640b9 -C extra-filename=-bf5346cb2b09b2c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ab4881faed55165.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822026-08-26T14:40:44.100Z Compiling oxide-generation-macros v0.2.0
36832026-08-26T14:40:44.100Z Compiling backoff v0.4.0
36842026-08-26T14:40:44.131Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=611db43e1ce95967 -C extra-filename=-ca9ef9ff4744380d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-08-26T14:40:44.135Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=67343f1376aebb6b -C extra-filename=-d837eb6ad325c10f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-08-26T14:40:44.173Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36872026-08-26T14:40:44.177Z Compiling async-compression v0.4.41
36882026-08-26T14:40:44.207Z Compiling async-stream v0.3.6
36892026-08-26T14:40:44.210Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36902026-08-26T14:40:44.210Z Compiling ciborium-io v0.2.2
36912026-08-26T14:40:44.237Z Compiling secrecy v0.10.3
36922026-08-26T14:40:44.271Z Compiling indent_write v2.2.0
36932026-08-26T14:40:44.274Z Compiling crucible-workspace-hack v0.1.0
36942026-08-26T14:40:44.275Z Compiling camino-tempfile v1.4.1
36952026-08-26T14:40:44.305Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-macros-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89014f02026cdea8 -C extra-filename=-7c7c1d7f108358b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-b336efc8c69d2cc1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cb8a1f65c38a6f10.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-08-26T14:40:44.309Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=67dda3fa285a0a2a -C extra-filename=-258470ad89ecd8d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-08-26T14:40:44.376Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=38d480b1c37b24fb -C extra-filename=-56c4518998341c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5a93d54c40a1773f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-b9348ebac4c9c2c6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-9ab4881faed55165.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-08-26T14:40:44.381Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=fe78125d1d25b6ef -C extra-filename=-83d98e10656ba575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-5b60970e8969e279.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-ad05bf822fd7c0b3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992026-08-26T14:40:44.381Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1391de56ef504bbe -C extra-filename=-64d06e4bd46a1adc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-70cbc4ee64b2c41b.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002026-08-26T14:40:44.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=a0ca286f929bce9f -C extra-filename=-2dc500eea8a54e12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ff2cd690c65a174a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-08-26T14:40:44.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6641929daf733ff6 -C extra-filename=-7e2037444cf8dcf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022026-08-26T14:40:44.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=03946012fcd9251e -C extra-filename=-ff5f7a70f406f403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-08-26T14:40:44.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2f0f2f63f445f418 -C extra-filename=-2bfdad985709c039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-08-26T14:40:44.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=319b05b961903fcb -C extra-filename=-95cb76ea30bf53b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052026-08-26T14:40:44.414Z Compiling regress v0.11.1
37062026-08-26T14:40:44.442Z Compiling inout v0.1.4
37072026-08-26T14:40:44.446Z Compiling universal-hash v0.5.1
37082026-08-26T14:40:44.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=bd35e7a3d03ecb10 -C extra-filename=-1078efecf87723fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092026-08-26T14:40:44.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=976a8589657904f7 -C extra-filename=-aa99e2f39b1a2a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102026-08-26T14:40:44.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=367f0e9b93663e81 -C extra-filename=-d271505d48023a76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112026-08-26T14:40:44.590Z Compiling derive_more v0.99.20
37122026-08-26T14:40:44.594Z Compiling thiserror-impl-no-std v2.0.2
37132026-08-26T14:40:44.626Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dd387a0ebd88287a -C extra-filename=-09c2181004c1b952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142026-08-26T14:40:44.674Z Compiling ciborium-ll v0.2.2
37152026-08-26T14:40:44.678Z Compiling opaque-debug v0.3.1
37162026-08-26T14:40:44.678Z Compiling aead v0.5.2
37172026-08-26T14:40:44.678Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37182026-08-26T14:40:44.678Z Compiling unsafe-libyaml v0.2.11
37192026-08-26T14:40:44.678Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=cbf112f0f42db867 -C extra-filename=-c5993d8eeb7c8b71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-ca9ef9ff4744380d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202026-08-26T14:40:44.678Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=be80538c11c5b55f -C extra-filename=-3f9037c21e5c3b31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212026-08-26T14:40:44.853Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=193402f4f5842c0f -C extra-filename=-ff32e67c4edb3aa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-d837eb6ad325c10f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-08-26T14:40:44.857Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ede46ffd81524fa0 -C extra-filename=-04ca8e1b5811b8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-08-26T14:40:44.857Z Compiling cipher v0.4.4
37242026-08-26T14:40:44.857Z Compiling blake2 v0.10.6
37252026-08-26T14:40:44.857Z Compiling password-hash v0.5.0
37262026-08-26T14:40:44.857Z Compiling swrite v0.1.0
37272026-08-26T14:40:44.857Z Compiling crossbeam-deque v0.8.6
37282026-08-26T14:40:44.857Z Compiling num-derive v0.4.2
37292026-08-26T14:40:44.884Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=9d413afbcfdef4ab -C extra-filename=-0ffd9c4261f88c66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302026-08-26T14:40:44.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e310c834ece7fd63 -C extra-filename=-c93042fe2bf79904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312026-08-26T14:40:44.888Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0bcb66c45f21f61 -C extra-filename=-0909b464fc7a6f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322026-08-26T14:40:45.031Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-95cb76ea30bf53b6/build-script-build`
37332026-08-26T14:40:45.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=7db0137ff4467339 -C extra-filename=-7801334ea1a02d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d271505d48023a76.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-08-26T14:40:45.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=d0ccfa97b3e12cbf -C extra-filename=-1fbf61079d16ed18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352026-08-26T14:40:45.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=b198d86bed61fd78 -C extra-filename=-2cecb661f64987f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362026-08-26T14:40:45.036Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=94e4c0453a6c8809 -C extra-filename=-73507b11e79a4dbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372026-08-26T14:40:45.064Z Compiling hyper-util v0.1.20
37382026-08-26T14:40:45.067Z Compiling ciborium v0.2.2
37392026-08-26T14:40:45.067Z Compiling poly1305 v0.8.0
37402026-08-26T14:40:45.067Z Compiling rayon-core v1.13.0
37412026-08-26T14:40:45.099Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=605754862748ea62 -C extra-filename=-573d31642eb2569b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-08-26T14:40:45.103Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38412f759db2f583 -C extra-filename=-9ec64f7a44058afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-08-26T14:40:45.171Z Compiling glob v0.3.3
37442026-08-26T14:40:45.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=f77799722859088a -C extra-filename=-39e8bb3c91e7dae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-09524617415398ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452026-08-26T14:40:45.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b1d0da8b74e4daa6 -C extra-filename=-14425d4e7d9bbc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-ff32e67c4edb3aa5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462026-08-26T14:40:45.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=3efc4df8ec7bc166 -C extra-filename=-709a2998f1d013ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-04ca8e1b5811b8df.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-09c2181004c1b952.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472026-08-26T14:40:45.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=8ba319f71e826514 -C extra-filename=-c01283b8ccdba98f --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482026-08-26T14:40:45.282Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
37492026-08-26T14:40:45.286Z Compiling chacha20 v0.9.1
37502026-08-26T14:40:45.287Z Compiling toml_datetime v0.7.5+spec-1.1.0
37512026-08-26T14:40:45.287Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f4ffc5703ba6678 -C extra-filename=-bbd06af5b6659032 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522026-08-26T14:40:45.316Z Compiling proc-macro-error-attr v1.0.4
37532026-08-26T14:40:45.320Z Compiling proc-macro-error v1.0.4
37542026-08-26T14:40:45.320Z Compiling tabwriter v1.4.1
37552026-08-26T14:40:45.320Z Compiling heapless v0.8.0
37562026-08-26T14:40:45.320Z Compiling illumos-nvpair-sys v0.2.0
37572026-08-26T14:40:45.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=8d0be578a539ee39 -C extra-filename=-4cd37b48e5e06713 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-7801334ea1a02d23.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582026-08-26T14:40:45.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1c910a618f9197a8 -C extra-filename=-6a9459185844555f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592026-08-26T14:40:45.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71ee4fac03544968 -C extra-filename=-ea606c39d992acda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602026-08-26T14:40:45.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=36972ab12c51d11d -C extra-filename=-36763d1eed4a2017 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-cf443b82f01880af.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-7c7c1d7f108358b9.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-08-26T14:40:45.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=4e4c80f3fe073461 -C extra-filename=-64180aced6d0a84c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-08-26T14:40:45.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=808af57c13eaf540 -C extra-filename=-57011ca35090ff1e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-08-26T14:40:45.353Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=1cf0e6897fccfbbe -C extra-filename=-031cfbfbecc369bd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-08-26T14:40:45.354Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=4470aa3e31dd610a -C extra-filename=-3ededf8acefdf945 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-08-26T14:40:45.354Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c84b56f72bc32db -C extra-filename=-b4b41ec24bc92657 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-08-26T14:40:45.489Z Compiling serde_yaml v0.9.34+deprecated
37672026-08-26T14:40:45.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f46595c898e0c93 -C extra-filename=-f1bc22ae5e828080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-c93042fe2bf79904.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682026-08-26T14:40:45.626Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37692026-08-26T14:40:45.667Z Compiling chacha20poly1305 v0.10.1
37702026-08-26T14:40:45.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d833587fc0b3713f -C extra-filename=-f46296e47518d3e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-08-26T14:40:45.713Z Compiling parse-display v0.10.0
37722026-08-26T14:40:45.713Z Compiling argon2 v0.5.3
37732026-08-26T14:40:45.713Z Compiling ingot-macros v0.2.0
37742026-08-26T14:40:45.713Z Compiling hash32 v0.3.1
37752026-08-26T14:40:45.713Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
37762026-08-26T14:40:45.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=a38d652e2bee00a0 -C extra-filename=-01371254692243b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-0ffd9c4261f88c66.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-4cd37b48e5e06713.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-7801334ea1a02d23.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-709a2998f1d013ca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37772026-08-26T14:40:45.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=e6b7e23e47da89d9 -C extra-filename=-9253579285580e0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-1005e91a4da86a23.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782026-08-26T14:40:45.827Z Compiling colored v3.1.1
37792026-08-26T14:40:45.827Z Compiling smoltcp v0.11.0
37802026-08-26T14:40:45.827Z Compiling cobs v0.3.0
37812026-08-26T14:40:45.827Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=a8b292af50523389 -C extra-filename=-21def21678e7e581 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-1fbf61079d16ed18.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-2cecb661f64987f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-08-26T14:40:45.827Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab0de7b9743b1326 -C extra-filename=-6a3db1851432341c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-08-26T14:40:45.860Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20ca44c792dfaa67 -C extra-filename=-8d17ff2391d1d9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-08-26T14:40:45.864Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-c01283b8ccdba98f/build-script-build`
37852026-08-26T14:40:45.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc3278cd6b0c0544 -C extra-filename=-7111f7c00b3ae43f --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862026-08-26T14:40:45.933Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-b4b41ec24bc92657/build-script-build`
37872026-08-26T14:40:45.937Z Compiling toml_edit v0.23.10+spec-1.0.0
37882026-08-26T14:40:45.937Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=1da231b3fdf46e27 -C extra-filename=-a28b3bca7dd8309b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-08-26T14:40:45.973Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=73f56a74fb574647 -C extra-filename=-c16e915ecd2bedb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-08-26T14:40:45.977Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=8e48859b71c99004 -C extra-filename=-c654da965748e743 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912026-08-26T14:40:46.046Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
37922026-08-26T14:40:46.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=086ccc301a03bf7b -C extra-filename=-04c79ead70bbd1bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-6a9459185844555f.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-175c937003a669b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-08-26T14:40:46.156Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-3ededf8acefdf945/build-script-build`
37942026-08-26T14:40:46.259Z Compiling rand v0.10.1
37952026-08-26T14:40:46.263Z Compiling proc-macro-crate v1.3.1
37962026-08-26T14:40:46.263Z Compiling foreign-types-macros v0.2.3
37972026-08-26T14:40:46.263Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=d684b186b5160928 -C extra-filename=-33237d56c230cea5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-573d31642eb2569b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-08-26T14:40:46.263Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a8cf74be3f40927 -C extra-filename=-9bcc2040c2bdc86b --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992026-08-26T14:40:46.263Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-031cfbfbecc369bd/build-script-build`
38002026-08-26T14:40:46.427Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=6f8ccc561f0facbc -C extra-filename=-e41457fd61a35b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -l static=zstd`
38012026-08-26T14:40:46.431Z Compiling typify-impl v0.6.2
38022026-08-26T14:40:46.431Z Compiling thiserror-no-std v2.0.2
38032026-08-26T14:40:46.431Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38042026-08-26T14:40:46.462Z Compiling postcard v1.1.3
38052026-08-26T14:40:46.465Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38062026-08-26T14:40:46.465Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-d47b6dc1883b2bff/build-script-build`
38072026-08-26T14:40:46.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=822ab51c77005c51 -C extra-filename=-ce8c1d9f4bb80b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082026-08-26T14:40:46.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=049b332d70568862 -C extra-filename=-8209e5a6cae00670 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092026-08-26T14:40:46.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=2245da2e16b74f22 -C extra-filename=-2a02f244b55fca5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-710bd25eabb48ab2.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102026-08-26T14:40:46.465Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-57011ca35090ff1e/build-script-build`
38112026-08-26T14:40:46.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18c27a386aabbde2 -C extra-filename=-6e3d3a6dfa5b96c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair`
38122026-08-26T14:40:46.610Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38132026-08-26T14:40:46.610Z Compiling foreign-types-shared v0.3.1
38142026-08-26T14:40:46.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3e503739a1b88f7e -C extra-filename=-48c5a9d697d2fbd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-3f9037c21e5c3b31.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152026-08-26T14:40:46.615Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-7111f7c00b3ae43f/build-script-build`
38162026-08-26T14:40:46.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf465d277fa345de -C extra-filename=-0747b11b98f759b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172026-08-26T14:40:46.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=b441a2695f0ffda8 -C extra-filename=-8c78d94256901409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-c16e915ecd2bedb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-08-26T14:40:46.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aecf1e1314ddb326 -C extra-filename=-54340c179275cdab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0909b464fc7a6f51.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-08-26T14:40:46.649Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=751e0fc573b86296 -C extra-filename=-cda9b71f738841be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202026-08-26T14:40:46.865Z Compiling hyper-tls v0.6.0
38212026-08-26T14:40:46.868Z Compiling proc-macro-crate v3.4.0
38222026-08-26T14:40:46.869Z Compiling rayon v1.11.0
38232026-08-26T14:40:46.869Z Compiling illumos-nvpair v0.3.0
38242026-08-26T14:40:46.869Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=634c857ea978bdce -C extra-filename=-35229ed475fb5fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252026-08-26T14:40:46.869Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=0bf0da394da95a9c -C extra-filename=-224e970e4085a6e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-224e970e4085a6e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262026-08-26T14:40:46.869Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=671a33d976a02d04 -C extra-filename=-1356266990feac37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-8d17ff2391d1d9a1.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-112bf55ab051345c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272026-08-26T14:40:46.897Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17bd068086b80582 -C extra-filename=-ee5b78f13dec8cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282026-08-26T14:40:46.970Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=80ed25287f88798f -C extra-filename=-402c2d8ded35499d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4469b865ee6ec823.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c1aaa00f3ef46689.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38292026-08-26T14:40:46.974Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f86d66ce40c97dba -C extra-filename=-e6b2c1d68645c0f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-04c79ead70bbd1bf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302026-08-26T14:40:46.974Z Compiling vsss-rs v3.3.4
38312026-08-26T14:40:47.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ef9a552b7832639f -C extra-filename=-f0ec5e2d11529ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-33237d56c230cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322026-08-26T14:40:47.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d6b6a9f89e8443b -C extra-filename=-d2d47117863a0312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332026-08-26T14:40:47.010Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c654da965748e743/build-script-build`
38342026-08-26T14:40:47.010Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9bcc2040c2bdc86b/build-script-build`
38352026-08-26T14:40:47.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=849360ea2708be04 -C extra-filename=-2f31141ce0ba2479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-e41457fd61a35b2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
38362026-08-26T14:40:47.126Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38372026-08-26T14:40:47.126Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
38382026-08-26T14:40:47.146Z Compiling sigpipe v0.1.3
38392026-08-26T14:40:47.149Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afdd136e490b926a -C extra-filename=-92b15321e25f47a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
38402026-08-26T14:40:47.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=92c6450c75c61769 -C extra-filename=-b53447f40fc66f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bca00c9f32128645.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-8bc62a8c18184175.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-48c5a9d697d2fbd4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412026-08-26T14:40:47.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6bd8a3262c8d9b2c -C extra-filename=-983302c6c7826e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422026-08-26T14:40:47.338Z Compiling reqwest v0.12.28
38432026-08-26T14:40:47.338Z Compiling zstd v0.13.3
38442026-08-26T14:40:47.338Z Compiling num_enum_derive v0.5.11
38452026-08-26T14:40:47.338Z Compiling cstr-argument v0.1.2
38462026-08-26T14:40:47.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
38472026-08-26T14:40:47.338Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
38482026-08-26T14:40:47.338Z Compiling toml v0.8.23
38492026-08-26T14:40:47.338Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c60ae2e80128ced -C extra-filename=-0d4e472825dc7ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-08-26T14:40:47.338Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6620e32b56f0d881 -C extra-filename=-a427c35112adb2ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-08-26T14:40:47.338Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-224e970e4085a6e1/build-script-build`
38522026-08-26T14:40:47.372Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=b98837b4a2fcc7f7 -C extra-filename=-98e749b007ab118d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-cacf2a8b7ef904b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-402c2d8ded35499d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-4469b865ee6ec823.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-c1aaa00f3ef46689.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-4db95da684ea80c6.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-86a1767f5c83d9f4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38532026-08-26T14:40:47.376Z Compiling foreign-types v0.5.0
38542026-08-26T14:40:47.376Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38552026-08-26T14:40:47.407Z Compiling itertools v0.12.1
38562026-08-26T14:40:47.411Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38572026-08-26T14:40:47.411Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38582026-08-26T14:40:47.411Z Compiling smf v0.2.3
38592026-08-26T14:40:47.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a713f691c7953c5 -C extra-filename=-9ae056fc6adc85f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
38602026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=8e98cd22fefca45f -C extra-filename=-475d0ff7931c4d56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-8209e5a6cae00670.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5fd128f8964224ee -C extra-filename=-2a144f6d32b8ed23 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=b5812a2598f041cc -C extra-filename=-6c9985303e27f46f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d90b3cd1708bfd4f -C extra-filename=-56124dc6eab6c8f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=2292bb6282b4a0e1 -C extra-filename=-30c5241e82c6e799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-2f31141ce0ba2479.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
38652026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=bbbfc83ef7c476d4 -C extra-filename=-3a159dd8284546ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b3f151c3e217c9fe.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-08-26T14:40:47.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=83684c790659c5e2 -C extra-filename=-0f32f8de29b8b008 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-1356266990feac37.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672026-08-26T14:40:47.508Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba2439d085acf775 -C extra-filename=-2ef83729a95ed6a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682026-08-26T14:40:47.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=69497766c432d843 -C extra-filename=-ff4e6ef55dbb890c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-ce8c1d9f4bb80b7a.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-ee5b78f13dec8cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692026-08-26T14:40:47.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0c4e673e9f2cb37a -C extra-filename=-6a7e3625dbef9b74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702026-08-26T14:40:47.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=97b67d418d00fd9a -C extra-filename=-57dad7792e01b921 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-08-26T14:40:47.511Z Compiling whoami v1.6.1
38722026-08-26T14:40:47.511Z Compiling usdt-macro v0.5.0
38732026-08-26T14:40:47.511Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c10789ad87995a7b -C extra-filename=-f3297e304c4634f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-08-26T14:40:47.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=789e54cfc6fe984c -C extra-filename=-6a091e5c30a9a7d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-08-26T14:40:47.613Z Compiling usdt-attr-macro v0.5.0
38762026-08-26T14:40:47.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=ceb71af4b88cd6da -C extra-filename=-c7b9ba2035881c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772026-08-26T14:40:47.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6add0566251270e8 -C extra-filename=-d87fe511a2f6dc7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782026-08-26T14:40:47.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=27659863a6e61756 -C extra-filename=-a460c1050b8b0eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-35229ed475fb5fdf.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
38792026-08-26T14:40:47.616Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=115b3025fc8d665d -C extra-filename=-4aa4e00b6cc68c4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-08-26T14:40:47.721Z Compiling derive-where v1.6.0
38812026-08-26T14:40:47.756Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=07fbcaae77e7a19b -C extra-filename=-de0083ceb1cb79e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-08-26T14:40:47.827Z Compiling memmap v0.7.0
38832026-08-26T14:40:47.868Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38842026-08-26T14:40:47.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f866897f7bdb5f65 -C extra-filename=-53a96f178b54e91c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852026-08-26T14:40:47.904Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60c227c7152cbb08 -C extra-filename=-1da47af7143cd257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-2ef83729a95ed6a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862026-08-26T14:40:47.979Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
38872026-08-26T14:40:47.982Z Compiling console v0.15.11
38882026-08-26T14:40:47.983Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-57dad7792e01b921/build-script-build`
38892026-08-26T14:40:48.094Z Compiling zip v4.6.1
38902026-08-26T14:40:48.097Z Compiling num_enum_derive v0.7.6
38912026-08-26T14:40:48.097Z Compiling newline-converter v0.3.0
38922026-08-26T14:40:48.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6afdbbc2544a4064 -C extra-filename=-8d18bd2a125dc400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-0d4e472825dc7ebb.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932026-08-26T14:40:48.097Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=2626b5e5ec44fc44 -C extra-filename=-e334ab4a9a0d3340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-08-26T14:40:48.298Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
38952026-08-26T14:40:48.302Z Compiling bytecount v0.6.9
38962026-08-26T14:40:48.302Z Compiling num-rational v0.4.2
38972026-08-26T14:40:48.302Z Compiling num-complex v0.4.6
38982026-08-26T14:40:48.332Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=ae163c275f6f7e8e -C extra-filename=-3fe16a96dc35d656 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-9e13288182eb7ac8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-47537408f76c54a0.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-30c5241e82c6e799.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
38992026-08-26T14:40:48.336Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=84e6b2f162705e1c -C extra-filename=-7bea3f7daf5abc94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-e6b2c1d68645c0f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002026-08-26T14:40:48.336Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9afd3041b86c52f -C extra-filename=-68422ce0f8bf221e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012026-08-26T14:40:48.474Z Compiling cancel-safe-futures v0.1.5
39022026-08-26T14:40:48.478Z Compiling float-ord v0.3.2
39032026-08-26T14:40:48.478Z Compiling gethostname v0.5.0
39042026-08-26T14:40:48.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=6328c67bcfe8c5e2 -C extra-filename=-74bdc424a94464fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052026-08-26T14:40:48.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d2a61b6aa131c76 -C extra-filename=-675807e4494cc841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-6c9985303e27f46f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-ff4e6ef55dbb890c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-92b15321e25f47a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062026-08-26T14:40:48.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=ece8e78ba91780cf -C extra-filename=-13786a4ea0eeba69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072026-08-26T14:40:48.478Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-56124dc6eab6c8f0/build-script-build`
39082026-08-26T14:40:48.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=894d923f2b4b8e79 -C extra-filename=-f79b44cbf70b1cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092026-08-26T14:40:48.620Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39102026-08-26T14:40:48.624Z Compiling expectorate v1.2.0
39112026-08-26T14:40:48.624Z Compiling linear-map v1.2.0
39122026-08-26T14:40:48.624Z Compiling prettyplease v0.2.37
39132026-08-26T14:40:48.624Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-2a144f6d32b8ed23/build-script-build`
39142026-08-26T14:40:48.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=cb15c491a57cfee6 -C extra-filename=-f7d66778cba9be8a --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152026-08-26T14:40:48.658Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb6b0c72fd6bdf1c -C extra-filename=-2d06459f9e057cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162026-08-26T14:40:48.662Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e608d55bd39ae03b -C extra-filename=-79d3b7b3468d6e84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172026-08-26T14:40:48.731Z Compiling zone_cfg_derive v0.3.1
39182026-08-26T14:40:48.735Z Compiling resolv-conf v0.7.6
39192026-08-26T14:40:48.735Z Compiling papergrid v0.11.0
39202026-08-26T14:40:48.735Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d0328bcfa05cde2 -C extra-filename=-124b3fc74285f549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-54340c179275cdab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-08-26T14:40:48.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=ae7ac046cedeeddb -C extra-filename=-4dca313bba6f29aa --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-08-26T14:40:48.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=5191490b79725f89 -C extra-filename=-87c66adffc9b164c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e334ab4a9a0d3340.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-68422ce0f8bf221e.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-08-26T14:40:48.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=334c592693d82e57 -C extra-filename=-19a766c07024f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-08-26T14:40:48.880Z Compiling tabled_derive v0.7.0
39252026-08-26T14:40:48.884Z Compiling slog-dtrace v0.3.0
39262026-08-26T14:40:48.916Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21630ffe92161b8a -C extra-filename=-3f78756ef73a2c0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272026-08-26T14:40:48.953Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=60fe87fa34d6e3f5 -C extra-filename=-350c88071c567a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282026-08-26T14:40:48.957Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=3959392dd002bf58 -C extra-filename=-5680f5db8db5ebf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292026-08-26T14:40:49.060Z Compiling num v0.4.3
39302026-08-26T14:40:49.063Z Compiling linked-hash-map v0.5.6
39312026-08-26T14:40:49.063Z Compiling crossterm v0.29.0
39322026-08-26T14:40:49.063Z Compiling hickory-proto v0.24.4
39332026-08-26T14:40:49.063Z Compiling termtree v0.5.1
39342026-08-26T14:40:49.063Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d8b2e542437a902 -C extra-filename=-087c3b3c1dee3cdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-08-26T14:40:49.107Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bc33f777651a4ea -C extra-filename=-782d71b8a944d0bf --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362026-08-26T14:40:49.110Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=6f6ab85943d06a3d -C extra-filename=-85de6f1e2a6d62ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372026-08-26T14:40:49.251Z Compiling ingot-types v0.2.0
39382026-08-26T14:40:49.254Z Compiling fd-lock v4.0.4
39392026-08-26T14:40:49.254Z Compiling vte v0.14.1
39402026-08-26T14:40:49.254Z Compiling minimal-lexical v0.2.1
39412026-08-26T14:40:49.254Z Compiling nu-ansi-term v0.50.3
39422026-08-26T14:40:49.254Z Compiling unicode-xid v0.2.6
39432026-08-26T14:40:49.255Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=70a188ef5731e9d7 -C extra-filename=-85d2d338b36aad00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-f79b44cbf70b1cdb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-13786a4ea0eeba69.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-08-26T14:40:49.255Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=2b76cbb2b1e571cb -C extra-filename=-ca44444c300d89ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452026-08-26T14:40:49.288Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e8c964c5f28b614 -C extra-filename=-2bbcb38d45330084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-08-26T14:40:49.291Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=14ff30412e578626 -C extra-filename=-1dc4df9aa26f5112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-395485eff542c716.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dc48db18361228ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472026-08-26T14:40:49.291Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=8921c06dbb0569d4 -C extra-filename=-ce8d018c5c9d1c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-cf06d73c0c6d1edb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-5d42d99600589ed1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-08-26T14:40:49.397Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3fd03c52a5271a06 -C extra-filename=-134709145124f617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492026-08-26T14:40:49.401Z Compiling num_enum v0.5.11
39502026-08-26T14:40:49.431Z Compiling usdt v0.5.0
39512026-08-26T14:40:49.435Z Compiling ar_archive_writer v0.5.1
39522026-08-26T14:40:49.435Z Compiling display-error-chain v0.2.2
39532026-08-26T14:40:49.435Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-f7d66778cba9be8a/build-script-build`
39542026-08-26T14:40:49.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e00938f2fdb538f4 -C extra-filename=-1e4b0137d45b0fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-08-26T14:40:49.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=77c353dfcc5313c8 -C extra-filename=-723cc87ec756a414 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-08-26T14:40:49.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=736a8a05b10f1697 -C extra-filename=-d657756a74de3999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572026-08-26T14:40:49.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=8c93b950bffd2ca4 -C extra-filename=-ed273c50bb97bdef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39582026-08-26T14:40:49.435Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=22ceeb76a4d3a521 -C extra-filename=-1e021693855244ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592026-08-26T14:40:49.647Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=f5ae8cf9e0a8487a -C extra-filename=-38e3b31746b7a9c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-475d0ff7931c4d56.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-08-26T14:40:49.651Z Compiling lru-cache v0.1.2
39612026-08-26T14:40:49.651Z Compiling stacker v0.1.23
39622026-08-26T14:40:49.651Z Compiling csv-core v0.1.13
39632026-08-26T14:40:49.651Z Compiling semver v0.1.20
39642026-08-26T14:40:49.651Z Compiling highway v1.3.0
39652026-08-26T14:40:49.651Z Compiling cfg_aliases v0.1.1
39662026-08-26T14:40:49.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=8b6ce997eb1eab7f -C extra-filename=-9e3416dcc2df15d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-cf21cafd72229ad9.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-9369bbf1e562ab91.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-53a96f178b54e91c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-4aa4e00b6cc68c4c.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-d87fe511a2f6dc7d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-08-26T14:40:49.688Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-4dca313bba6f29aa/build-script-build`
39682026-08-26T14:40:49.688Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=cb85c8f6f3d8cdf0 -C extra-filename=-f33dd8547638ae5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-85de6f1e2a6d62ec.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-7c7c1d7f108358b9.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-08-26T14:40:49.688Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-782d71b8a944d0bf/build-script-build`
39702026-08-26T14:40:49.688Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04a79018261b6889 -C extra-filename=-190405f3e3d3342e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712026-08-26T14:40:49.688Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd3838fc32a23ba9 -C extra-filename=-041ee7be0cc632ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-08-26T14:40:49.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=6d2a069d62e9227f -C extra-filename=-713c6d63914c29e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-ca44444c300d89ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732026-08-26T14:40:49.933Z Compiling num_enum v0.7.6
39742026-08-26T14:40:49.933Z Compiling ingot v0.2.1
39752026-08-26T14:40:49.933Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39762026-08-26T14:40:49.933Z Compiling nom v7.1.3
39772026-08-26T14:40:49.933Z Compiling strip-ansi-escapes v0.2.1
39782026-08-26T14:40:49.963Z Compiling nibble_vec v0.1.0
39792026-08-26T14:40:49.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=896d48a9538978b9 -C extra-filename=-7a13e54d75218f73 --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-08-26T14:40:49.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f747954b2a42dd7 -C extra-filename=-33368da4948e3d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812026-08-26T14:40:49.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=0b1329fdde521be7 -C extra-filename=-1cae0e2b6948dac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39822026-08-26T14:40:49.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6d082ff5e74f9d94 -C extra-filename=-2b71e00ec99e58ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832026-08-26T14:40:49.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87171a48cd5ff532 -C extra-filename=-6fc79ffb6fddb0eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842026-08-26T14:40:50.215Z Compiling zone v0.3.1
39852026-08-26T14:40:50.215Z Compiling tokio-dtrace v0.1.1
39862026-08-26T14:40:50.219Z Compiling oxide-update-engine-types v0.1.2
39872026-08-26T14:40:50.219Z Compiling nix v0.28.0
39882026-08-26T14:40:50.219Z Compiling endian-type v0.1.2
39892026-08-26T14:40:50.219Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
39902026-08-26T14:40:50.219Z Compiling phf_shared v0.12.1
39912026-08-26T14:40:50.219Z Compiling recursive-proc-macro-impl v0.1.1
39922026-08-26T14:40:50.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=667aba1e6edf86da -C extra-filename=-eb284ec0c5f95808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_enum_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum_derive-7bea3f7daf5abc94.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-08-26T14:40:50.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=202d346c9958e552 -C extra-filename=-d59c7e58ad255137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-38e3b31746b7a9c9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-08-26T14:40:50.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=90d32e44775c90de -C extra-filename=-fc081a5f48e5187e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
39952026-08-26T14:40:50.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=84951920c6f31dfe -C extra-filename=-c8a1c7d88c652967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-6a3db1851432341c.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-134709145124f617.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-08-26T14:40:50.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f4f539945ba2ed -C extra-filename=-399b1b8b72d8c188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972026-08-26T14:40:50.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6286821937cbe034 -C extra-filename=-b04fadaa2393aa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-1e021693855244ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982026-08-26T14:40:50.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=a07f7eb5c425f6f1 -C extra-filename=-8256226b95f39eec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-723cc87ec756a414.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992026-08-26T14:40:50.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=0ad8167da7f6cc0c -C extra-filename=-ba79b96f5426a5c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-6a7e3625dbef9b74.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3f78756ef73a2c0e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002026-08-26T14:40:50.469Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
40012026-08-26T14:40:50.469Z Compiling tabled v0.15.0
40022026-08-26T14:40:50.469Z Compiling rustc_version v0.1.7
40032026-08-26T14:40:50.505Z Compiling csv v1.4.0
40042026-08-26T14:40:50.508Z Compiling chrono-tz v0.10.4
40052026-08-26T14:40:50.508Z Compiling const_format_proc_macros v0.2.34
40062026-08-26T14:40:50.508Z Compiling peg-macros v0.8.5
40072026-08-26T14:40:50.542Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="schemars08"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=b4afa5090e74ac87 -C extra-filename=-3a703adebf92b22a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57cb0abb6c495ecf -C extra-filename=-0a61cdd93b16433e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fdc30caed306da0 -C extra-filename=-18dfd9083ba0368a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52c168bcfc9f1045 -C extra-filename=-19cab84ce4771760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=aeab20c10e411246 -C extra-filename=-c9312b25243a4192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-51d7ed7539801d34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=577036554c3c1221 -C extra-filename=-eafef69070422ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=6249362bcf789573 -C extra-filename=-95a928092ecc51dc --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-33368da4948e3d6d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=c4d5f417c9f3f19a -C extra-filename=-b13c24f28129ac39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-08-26T14:40:50.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9ea610bf7d90ccf -C extra-filename=-00b9f83e0379cceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-08-26T14:40:50.793Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=aeccf2801d2bed59 -C extra-filename=-7202755565efeb8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-9ae056fc6adc85f2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eb284ec0c5f95808.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172026-08-26T14:40:50.828Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99caba875e4ac3d5 -C extra-filename=-fd6648c6218d83af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-6fc79ffb6fddb0eb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-08-26T14:40:50.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=d2469b8e9d8b603f -C extra-filename=-954c3cbcdfd7c4ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-5680f5db8db5ebf0.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-087c3b3c1dee3cdd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192026-08-26T14:40:50.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd0d1dfc328ceda3 -C extra-filename=-a61e99120982c770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-1cae0e2b6948dac0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202026-08-26T14:40:50.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=56f0942d6c7c9654 -C extra-filename=-01db3c969981324d --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212026-08-26T14:40:50.832Z Compiling reedline v0.40.0
40222026-08-26T14:40:50.832Z Compiling sqlparser_derive v0.5.0
40232026-08-26T14:40:50.832Z Compiling winnow v0.6.26
40242026-08-26T14:40:50.832Z Compiling home v0.5.12
40252026-08-26T14:40:50.832Z Compiling unicode_categories v0.1.1
40262026-08-26T14:40:50.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=8dfc67faee33df6b -C extra-filename=-81d0c91887221fb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-d657756a74de3999.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272026-08-26T14:40:50.832Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=a1d06285f8ae2710 -C extra-filename=-286b79918bc64c3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282026-08-26T14:40:51.088Z Compiling oxide-tokio-rt v0.1.4
40292026-08-26T14:40:51.092Z Compiling psm v0.1.30
40302026-08-26T14:40:51.123Z Compiling radix_trie v0.2.1
40312026-08-26T14:40:51.127Z Compiling phf v0.12.1
40322026-08-26T14:40:51.127Z Compiling bcs v0.1.6
40332026-08-26T14:40:51.127Z Compiling nom v8.0.0
40342026-08-26T14:40:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9840eec9b8db93f1 -C extra-filename=-08cd90bbd82f0abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d59c7e58ad255137.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -l static=pci`
40352026-08-26T14:40:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=d18c1992fdc726ff -C extra-filename=-9dc9ae1e54ea978c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1e4b0137d45b0fa1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-ed273c50bb97bdef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-b04fadaa2393aa6a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e9e86e22a5694422.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-08-26T14:40:51.127Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-7a13e54d75218f73/build-script-build`
40372026-08-26T14:40:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c762e35b949593 -C extra-filename=-76ea3c2caddec5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382026-08-26T14:40:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2f0170148feb448 -C extra-filename=-5fe5de3874c092d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40392026-08-26T14:40:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2d4387398c23b96 -C extra-filename=-94eaa060c608a7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402026-08-26T14:40:51.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=c769074ec81b8eb2 -C extra-filename=-38783718be7f2a58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412026-08-26T14:40:51.339Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=f0c6ad298c571339 -C extra-filename=-3447c7fc7b7d2eff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-00b9f83e0379cceb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422026-08-26T14:40:51.343Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb2116e3ac03992b -C extra-filename=-bdf4e9316ab6d716 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-190405f3e3d3342e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432026-08-26T14:40:51.346Z Compiling typify-macro v0.6.2
40442026-08-26T14:40:51.346Z Compiling newtype_derive v0.1.6
40452026-08-26T14:40:51.346Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40462026-08-26T14:40:51.346Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
40472026-08-26T14:40:51.346Z Compiling sha1 v0.10.6
40482026-08-26T14:40:51.346Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-95a928092ecc51dc/build-script-build`
40492026-08-26T14:40:51.346Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dc41c2ef53f11d2f -C extra-filename=-2a2a4dd83a6671bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-19cab84ce4771760.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-399b1b8b72d8c188.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-08-26T14:40:51.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba7479a69420594 -C extra-filename=-6ca09e70155aa942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512026-08-26T14:40:51.382Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=629ef29e9b63ca27 -C extra-filename=-049c741f7e204fbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522026-08-26T14:40:51.382Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=3577237437f49bd4 -C extra-filename=-e4edd62af49cfb1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c9312b25243a4192.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532026-08-26T14:40:51.595Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fa5582698188ce8 -C extra-filename=-91674669038c7854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0747b11b98f759b7.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542026-08-26T14:40:51.599Z Compiling hickory-resolver v0.24.4
40552026-08-26T14:40:51.599Z Compiling filetime v0.2.27
40562026-08-26T14:40:51.599Z Compiling xattr v1.6.1
40572026-08-26T14:40:51.599Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
40582026-08-26T14:40:51.599Z Compiling subprocess v0.2.15
40592026-08-26T14:40:51.599Z Compiling headers-core v0.3.0
40602026-08-26T14:40:51.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7cdc6620d3e3d1d1 -C extra-filename=-c55380cd4b2540ca --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fd6648c6218d83af.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40612026-08-26T14:40:51.599Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-01db3c969981324d/build-script-build`
40622026-08-26T14:40:51.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=281e30ab202d5ec4 -C extra-filename=-2cc4dff61a45718e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fd3cab9d4f7a24df.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632026-08-26T14:40:51.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/client-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8f7f17faaad657d -C extra-filename=-a92d22639c9be6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40642026-08-26T14:40:51.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c670e3eebd01a5cd -C extra-filename=-ec948af5b60e9ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-7202755565efeb8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eb284ec0c5f95808.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-675807e4494cc841.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-92b15321e25f47a9.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-8d18bd2a125dc400.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
40652026-08-26T14:40:51.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=219f34b2e6dd92cc -C extra-filename=-ba8aac544bbd9274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-08-26T14:40:51.848Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=8a4119eb1ba993f6 -C extra-filename=-fc6e6933f96610ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ce8d018c5c9d1c95.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-08-26T14:40:51.852Z Compiling oxide-update-engine v0.1.2
40682026-08-26T14:40:51.852Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40692026-08-26T14:40:51.852Z Compiling const_format v0.2.35
40702026-08-26T14:40:51.852Z Compiling yasna v0.5.2
40712026-08-26T14:40:51.852Z Compiling dropshot-api-manager-types v0.8.0
40722026-08-26T14:40:51.852Z Compiling port-file v0.1.0
40732026-08-26T14:40:51.852Z Compiling tagptr v0.2.0
40742026-08-26T14:40:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=0bfc7282a2480348 -C extra-filename=-a2a0247460c3e427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-08-26T14:40:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_debug_dropbox --edition=2024 /home/build/.cargo/git/checkouts/omicron-debug-dropbox-70fea570d4f944f9/eb13fc7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb99eb77c8c412fe -C extra-filename=-174a128dc1a7b749 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-08-26T14:40:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20bf67c1514fc961 -C extra-filename=-ab2848f1bdfe7d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-08-26T14:40:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcc1c1aeaf29b3ed -C extra-filename=-1660e7efe415f875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40782026-08-26T14:40:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e1012d9d5b870e35 -C extra-filename=-cb67bc698876c70f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40792026-08-26T14:40:51.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b446235c64e0f303 -C extra-filename=-db8070bf0e25dbb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40802026-08-26T14:40:51.852Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
40812026-08-26T14:40:51.852Z Compiling headers v0.4.1
40822026-08-26T14:40:51.852Z Compiling utf-8 v0.7.6
40832026-08-26T14:40:51.852Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
40842026-08-26T14:40:51.856Z Compiling libefi-sys v0.1.0
40852026-08-26T14:40:51.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=388641ab19cadbaa -C extra-filename=-5e1f7ef9c892e407 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-19a766c07024f5e1.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-08-26T14:40:51.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=fa59da8aed800431 -C extra-filename=-e5b4546b3d297306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-e4edd62af49cfb1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-08-26T14:40:51.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=6a3d157b12dc09dd -C extra-filename=-3cfbb65f7b5fabe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-81d0c91887221fb9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-08-26T14:40:51.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=dde3562174434c39 -C extra-filename=-759c22ecd7f217cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-08-26T14:40:51.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name port_file --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/port-file-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=f87c02c50695a3df -C extra-filename=-f49e23d30136b47e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-08-26T14:40:51.889Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=06872067c7c19cf1 -C extra-filename=-0cc56f5e505b6609 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-0cc56f5e505b6609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40912026-08-26T14:40:51.890Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=532e1f36976a3f44 -C extra-filename=-8f2180d860b565de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922026-08-26T14:40:51.890Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=027e5ba72ea788cd -C extra-filename=-67bda872341f779a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40932026-08-26T14:40:51.890Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-bdf4e9316ab6d716/build-script-build`
40942026-08-26T14:40:51.921Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=075a62927d122a21 -C extra-filename=-f5662f5100af69f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40952026-08-26T14:40:51.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36c1fa83de89c791 -C extra-filename=-1957a6b0d9ecc753 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962026-08-26T14:40:51.961Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=1fa7338ea2e4b6b5 -C extra-filename=-310e956cb7548bf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-cda9b71f738841be.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c8a1c7d88c652967.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-8c78d94256901409.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-0f32f8de29b8b008.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972026-08-26T14:40:51.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=cfdd9f91317ddccf -C extra-filename=-3186560d67818c9c --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-08-26T14:40:51.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=ab4e0ef58125050f -C extra-filename=-1516baded93df053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-db8070bf0e25dbb4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2cc4dff61a45718e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992026-08-26T14:40:51.965Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c55380cd4b2540ca/build-script-build`
41002026-08-26T14:40:51.998Z Compiling tar v0.4.46
41012026-08-26T14:40:52.152Z Compiling peg v0.8.5
41022026-08-26T14:40:52.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=3c521c1dfe18758e -C extra-filename=-36194b25daf63336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-286b79918bc64c3c.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-08-26T14:40:52.400Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=4683d5a8c9bc676b -C extra-filename=-a7827c34414be6ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-a2a0247460c3e427.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042026-08-26T14:40:52.403Z Compiling sqlformat v0.3.5
41052026-08-26T14:40:52.438Z Compiling moka v0.12.13
41062026-08-26T14:40:52.442Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17525efcc5fb16aa -C extra-filename=-b2fa8947fafeaf5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-76ea3c2caddec5cb.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-38783718be7f2a58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072026-08-26T14:40:52.477Z Compiling bitfield-struct v0.6.2
41082026-08-26T14:40:52.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=093ef9d91ab0ed4d -C extra-filename=-0889dbc06189433c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-21c1bc4ffa11cdcb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-67bda872341f779a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092026-08-26T14:40:52.587Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41102026-08-26T14:40:52.591Z Compiling tungstenite v0.21.0
41112026-08-26T14:40:52.591Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41122026-08-26T14:40:52.591Z Compiling xshell-macros v0.2.7
41132026-08-26T14:40:52.591Z Compiling half v1.8.3
41142026-08-26T14:40:52.591Z Compiling libscf-sys v1.2.0
41152026-08-26T14:40:52.591Z Compiling maplit v1.0.2
41162026-08-26T14:40:52.591Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d8a12386936b0d53 -C extra-filename=-d708aa00c1185dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172026-08-26T14:40:52.725Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dda982b6bf58326e -C extra-filename=-001a92b6ae34a269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41182026-08-26T14:40:52.728Z Compiling papergrid v0.18.0
41192026-08-26T14:40:52.728Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41202026-08-26T14:40:52.728Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41212026-08-26T14:40:52.728Z Compiling unicase v2.9.0
41222026-08-26T14:40:52.756Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=cca534ab65bf85b9 -C extra-filename=-fbc0307825ddcd27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2cc4dff61a45718e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f5662f5100af69f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-08-26T14:40:52.759Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23a50fa2a9f12751 -C extra-filename=-9d2e095038a94622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-08-26T14:40:52.759Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=510865126fbc5714 -C extra-filename=-b1f903606c109e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41252026-08-26T14:40:52.838Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=36327755c2dbea85 -C extra-filename=-7f09ab7939bfed9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-08-26T14:40:52.869Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2d49e34ecf4fae8 -C extra-filename=-0c9156cda3fda716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41272026-08-26T14:40:52.872Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2511aabe5b3a77d4 -C extra-filename=-eb57260caa6a5abb --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282026-08-26T14:40:53.006Z Compiling qorb v0.4.1
41292026-08-26T14:40:53.010Z Compiling rustyline v14.0.0
41302026-08-26T14:40:53.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=603d43ddfb5d1e2d -C extra-filename=-c340f2999abf7c40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
41312026-08-26T14:40:53.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=ce2b60949e8947b2 -C extra-filename=-973f04dd81d6de51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-74bdc424a94464fc.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322026-08-26T14:40:53.042Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=73231ab1dcf05642 -C extra-filename=-aeadea10f4b927a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-08-26T14:40:53.046Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=f450fafe1ab1ec04 -C extra-filename=-5e59b9905e21a92f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342026-08-26T14:40:53.046Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c0f9fbfac8cb0172 -C extra-filename=-82e4c98081358b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352026-08-26T14:40:53.152Z Compiling serde_cbor v0.11.2
41362026-08-26T14:40:53.156Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-0cc56f5e505b6609/build-script-build`
41372026-08-26T14:40:53.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=d22b7bd0e07ac492 -C extra-filename=-643888ddde00c81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-fc6e6933f96610ca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-08-26T14:40:53.156Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=97c417f48149342a -C extra-filename=-74f358ff666e107a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
41392026-08-26T14:40:53.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=45db2b361c20bf1e -C extra-filename=-0e9714a5151a4646 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1e4b0137d45b0fa1.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-5fe5de3874c092d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-cb67bc698876c70f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2a2a4dd83a6671bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41402026-08-26T14:40:53.225Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41412026-08-26T14:40:53.229Z Compiling fxhash v0.2.1
41422026-08-26T14:40:53.229Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-3186560d67818c9c/build-script-build`
41432026-08-26T14:40:53.229Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1957a6b0d9ecc753/build-script-build`
41442026-08-26T14:40:53.297Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=aca26a9895986c67 -C extra-filename=-ef02baca9867f495 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7f09ab7939bfed9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-08-26T14:40:53.368Z Compiling steno v0.4.1
41462026-08-26T14:40:53.371Z Compiling tokio-tungstenite v0.21.0
41472026-08-26T14:40:53.404Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad16cddcb3b5ea4 -C extra-filename=-d6265944e926aa4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-c340f2999abf7c40.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
41482026-08-26T14:40:53.408Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32f0e33288363d14 -C extra-filename=-3a613954e3e35499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-08-26T14:40:53.444Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9730192c7ade09e -C extra-filename=-0e135e95f843e9e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-08-26T14:40:53.518Z Compiling hickory-resolver v0.25.2
41512026-08-26T14:40:53.522Z Compiling xshell v0.2.7
41522026-08-26T14:40:53.522Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
41532026-08-26T14:40:53.522Z Compiling crc8 v0.1.1
41542026-08-26T14:40:53.522Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
41552026-08-26T14:40:53.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=d50ee80a2b0460c0 -C extra-filename=-b1bca4d3b181f390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-cda9b71f738841be.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-c8a1c7d88c652967.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-983302c6c7826e58.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-310e956cb7548bf3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-8c78d94256901409.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
41562026-08-26T14:40:53.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=a80c3707001979e3 -C extra-filename=-b8bbd02bb333c3a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-fbc0307825ddcd27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572026-08-26T14:40:53.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a301d2b2882f02c -C extra-filename=-ac028cc2713b87b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-08-26T14:40:53.629Z Compiling recursive v0.1.1
41592026-08-26T14:40:53.633Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41602026-08-26T14:40:53.633Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41612026-08-26T14:40:53.633Z Compiling darling_core v0.21.3
41622026-08-26T14:40:53.665Z Compiling vergen-lib v0.1.6
41632026-08-26T14:40:53.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=3631d92f63598749 -C extra-filename=-c13f57aa47486822 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-0889dbc06189433c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-350c88071c567a04.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41642026-08-26T14:40:53.669Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-eb57260caa6a5abb/build-script-build`
41652026-08-26T14:40:53.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfb2a6a0da24d5ba -C extra-filename=-a039d34423c13086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662026-08-26T14:40:53.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93e9f0154462c353 -C extra-filename=-bc0d1f1fbf807eb5 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41672026-08-26T14:40:53.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38c83a3c9680304f -C extra-filename=-72fcd8fff9a05673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
41682026-08-26T14:40:53.669Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-aeadea10f4b927a4/build-script-build`
41692026-08-26T14:40:53.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bce269b0aad17b0 -C extra-filename=-1a2eaaf41e6bade2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-9d2e095038a94622.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702026-08-26T14:40:53.703Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=328f271572134a89 -C extra-filename=-48eda187a620b3a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
41712026-08-26T14:40:53.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4e688c807636691 -C extra-filename=-8aefa57ae08e8573 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-eafef69070422ac2.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-d6265944e926aa4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
41722026-08-26T14:40:53.776Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41732026-08-26T14:40:53.780Z Compiling diesel_derives v2.3.7
41742026-08-26T14:40:53.780Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=fabe6c156b323e6a -C extra-filename=-87293c3d1d16a1d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a88c156fc99b7e6f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41752026-08-26T14:40:53.807Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=7b7b271ce6f726bf -C extra-filename=-e32acf523e933eb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-049c741f7e204fbe.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eb284ec0c5f95808.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-08-26T14:40:53.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=e3b11516f5943e95 -C extra-filename=-1315fe161e8975ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -l pq`
41772026-08-26T14:40:53.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99231e07b13da5e6 -C extra-filename=-2e4d8983a6c6b5fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-d708aa00c1185dba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782026-08-26T14:40:53.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=b35a95768b57dbb5 -C extra-filename=-3d503e132c28cbc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41792026-08-26T14:40:53.990Z Compiling typify v0.6.2
41802026-08-26T14:40:54.023Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41812026-08-26T14:40:54.028Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41822026-08-26T14:40:54.028Z Compiling diff v0.1.13
41832026-08-26T14:40:54.028Z Compiling sha2 v0.11.0
41842026-08-26T14:40:54.028Z Compiling diesel_table_macro_syntax v0.3.0
41852026-08-26T14:40:54.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=71768dadefdb3a4b -C extra-filename=-ad1fa384f47c3f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-08-26T14:40:54.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=710dba0841e6d0da -C extra-filename=-8a8ba252072ecaec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-08-26T14:40:54.135Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=e536a584b23fb319 -C extra-filename=-646859f17a834271 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0747b11b98f759b7.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-91674669038c7854.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882026-08-26T14:40:54.168Z Compiling sqlparser v0.61.0
41892026-08-26T14:40:54.171Z Compiling tabled v0.21.0
41902026-08-26T14:40:54.171Z Compiling scheduled-thread-pool v0.2.7
41912026-08-26T14:40:54.171Z Compiling vergen-gitcl v1.0.8
41922026-08-26T14:40:54.171Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=682b4ab91e89f7ab -C extra-filename=-7a3fbc13d155a6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-cda9b71f738841be.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b1bca4d3b181f390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932026-08-26T14:40:54.172Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=babd8c33c36a5ec4 -C extra-filename=-51b6e3fb6751f576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-5e59b9905e21a92f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41942026-08-26T14:40:54.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67234440c9a240ae -C extra-filename=-5575017dc82cc4b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952026-08-26T14:40:54.242Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha2_backend, values("soft", "riscv-zknh"))' --check-cfg 'cfg(sha2_256_backend, values("aarch64-sha2", "soft", "riscv-zknh", "x86-sha"))' --check-cfg 'cfg(sha2_512_backend, values("aarch64-sha3", "soft", "riscv-zknh", "x86-avx2"))' --check-cfg 'cfg(sha2_backend_soft, values("compact"))' --check-cfg 'cfg(sha2_backend_riscv_zknh, values("compact"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=b8e73527ecd0c000 -C extra-filename=-1bb4eb89e577f686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962026-08-26T14:40:54.242Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c91633e751d6246e -C extra-filename=-0d1c6436640783d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-08-26T14:40:54.409Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=8746b722844a49eb -C extra-filename=-335893ab24d2c117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-8aefa57ae08e8573.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-94eaa060c608a7ea.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out`
41982026-08-26T14:40:54.413Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
41992026-08-26T14:40:54.413Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42002026-08-26T14:40:54.413Z Compiling downcast-rs v2.0.2
42012026-08-26T14:40:54.413Z Compiling hashbrown v0.14.5
42022026-08-26T14:40:54.413Z Compiling dirs-sys-next v0.1.2
42032026-08-26T14:40:54.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=446105fe8f86ce05 -C extra-filename=-073ce5e0ad08445a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042026-08-26T14:40:54.451Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-bc0d1f1fbf807eb5/build-script-build`
42052026-08-26T14:40:54.451Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=1a45b840dc069521 -C extra-filename=-3428fca15950d83f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-973f04dd81d6de51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062026-08-26T14:40:54.451Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=0fecaefc1468f397 -C extra-filename=-66390a81747ae68d --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42072026-08-26T14:40:54.513Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0207f65ff4110427 -C extra-filename=-c150a04bf14a4dde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-48eda187a620b3a6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082026-08-26T14:40:54.542Z Compiling crunchy v0.2.4
42092026-08-26T14:40:54.546Z Compiling clang-sys v1.8.1
42102026-08-26T14:40:54.546Z Compiling git-stub v1.0.0
42112026-08-26T14:40:54.577Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-3d503e132c28cbc7/build-script-build`
42122026-08-26T14:40:54.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df9106f51658200d -C extra-filename=-3094e69e206e6e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132026-08-26T14:40:54.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df187de12c22f54 -C extra-filename=-553a454e71cd2446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-2e4d8983a6c6b5fe.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-001a92b6ae34a269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-08-26T14:40:54.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20d559a6ddd585d3 -C extra-filename=-a80a009b87a3de9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64 -l fmd_adm`
42152026-08-26T14:40:54.581Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=c56829b1ed650708 -C extra-filename=-20dbf27803982f73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ef9fa6a6c9a6a04c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-08-26T14:40:54.650Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=cdadefabcf1ea17a -C extra-filename=-ba39d5a7fef78854 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172026-08-26T14:40:54.686Z Compiling r2d2 v0.8.10
42182026-08-26T14:40:54.690Z Compiling kstat-rs v0.2.5
42192026-08-26T14:40:54.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e3c84d6f51420e4 -C extra-filename=-b22d28acae726c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42202026-08-26T14:40:54.690Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1fa84687ee8535c -C extra-filename=-607b17cb71303548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212026-08-26T14:40:54.690Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-8a8ba252072ecaec/build-script-build`
42222026-08-26T14:40:54.720Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=ebc96ff386bc6e3a -C extra-filename=-738d25bd16306a00 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-08-26T14:40:54.724Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=3a6e70532fbe578c -C extra-filename=-fd9e37c7b942ab19 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-08-26T14:40:54.755Z Compiling progenitor-impl v0.14.0
42252026-08-26T14:40:54.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=674fc8341f0bab07 -C extra-filename=-58facdd86d1bfb6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-073ce5e0ad08445a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42262026-08-26T14:40:54.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90ec94be456966e3 -C extra-filename=-9ef3e5997f6d18f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-08-26T14:40:54.858Z Compiling proc-macro-error-attr2 v2.0.0
42282026-08-26T14:40:54.862Z Compiling tiny-keccak v2.0.2
42292026-08-26T14:40:54.862Z Compiling rfc6979 v0.4.0
42302026-08-26T14:40:54.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d19f934eda7f341 -C extra-filename=-52137292e614fb52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-646859f17a834271.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312026-08-26T14:40:54.862Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-66390a81747ae68d/build-script-build`
42322026-08-26T14:40:54.889Z Compiling dirs-next v2.0.0
42332026-08-26T14:40:54.924Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba51bd002f97d5a -C extra-filename=-b0a17b9368d8ca0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342026-08-26T14:40:54.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=bf8fbe38a2bfdd2f -C extra-filename=-86584aebc2f30b3e --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42352026-08-26T14:40:54.929Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c092f5e2533fc3c -C extra-filename=-2c38ec12338b9e81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-08-26T14:40:54.955Z Compiling bit-vec v0.6.3
42372026-08-26T14:40:54.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c707444227bf7999 -C extra-filename=-d2bc4bef84de7be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-3094e69e206e6e06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-08-26T14:40:54.993Z Compiling parking_lot_core v0.8.6
42392026-08-26T14:40:54.996Z Compiling salty v0.3.0
42402026-08-26T14:40:55.027Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=64d6a47264269611 -C extra-filename=-38bad048002efc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-08-26T14:40:55.065Z Compiling primeorder v0.13.6
42422026-08-26T14:40:55.069Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=4c71fddccd2acc1a -C extra-filename=-bfaea1a6d4440491 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42432026-08-26T14:40:55.119Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=a350708f83d32c41 -C extra-filename=-5fa6de7992aca748 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442026-08-26T14:40:55.172Z Compiling chumsky v0.9.3
42452026-08-26T14:40:55.176Z Compiling git-stub-vcs v0.1.0
42462026-08-26T14:40:55.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=45de816f16caaa87 -C extra-filename=-68c93a48917cd44d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42472026-08-26T14:40:55.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f60ce160c3c5d11a -C extra-filename=-6ef208959e34a891 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
42482026-08-26T14:40:55.205Z Compiling term v0.7.0
42492026-08-26T14:40:55.209Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=b3c68f78ecf39ba3 -C extra-filename=-ae1b6f264ede5d9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-20dbf27803982f73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-08-26T14:40:55.242Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67903a15bde1d71a -C extra-filename=-fa6ac20d96b0ea7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-607b17cb71303548.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512026-08-26T14:40:55.279Z Compiling itertools v0.10.5
42522026-08-26T14:40:55.283Z Compiling ena v0.14.4
42532026-08-26T14:40:55.283Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-738d25bd16306a00/build-script-build`
42542026-08-26T14:40:55.283Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dd3a8294b74c9fcb -C extra-filename=-552d575f49541a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-d2bc4bef84de7be1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-08-26T14:40:55.316Z Compiling libloading v0.8.9
42562026-08-26T14:40:55.320Z Compiling bindgen v0.71.1
42572026-08-26T14:40:55.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4ece76913609e9a4 -C extra-filename=-06432a1b3950f931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582026-08-26T14:40:55.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=6f60ef5e741de178 -C extra-filename=-ef01f200dc91d50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-08-26T14:40:55.349Z Compiling ecdsa v0.16.9
42602026-08-26T14:40:55.353Z Compiling regex-syntax v0.6.29
42612026-08-26T14:40:55.353Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8442b3ab9c453f8 -C extra-filename=-6913f6eb7b7a552d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622026-08-26T14:40:55.379Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=e456beba716c96d1 -C extra-filename=-25124a9817a4eb26 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42632026-08-26T14:40:55.417Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2d883a93563e912a -C extra-filename=-0f02ffb9819094db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642026-08-26T14:40:55.422Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=b60477e0c14ebd78 -C extra-filename=-342e3be6def8864a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-2c38ec12338b9e81.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0e6972eb42e3a469.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42652026-08-26T14:40:55.455Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42662026-08-26T14:40:55.459Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-fd9e37c7b942ab19/build-script-build`
42672026-08-26T14:40:55.459Z Compiling bit-set v0.5.3
42682026-08-26T14:40:55.492Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dcef7373de377ce -C extra-filename=-dfab2863c67992f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ec948af5b60e9ccc.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-b1bca4d3b181f390.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7a3fbc13d155a6d4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-8c78d94256901409.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-08-26T14:40:55.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b5ca5f78386b0df -C extra-filename=-6bfad4b6a0347c6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-38bad048002efc69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702026-08-26T14:40:55.531Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=787e8e6fd4e66303 -C extra-filename=-9cd9de7b332b51ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42712026-08-26T14:40:55.563Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-bfaea1a6d4440491/build-script-build`
42722026-08-26T14:40:55.567Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-86584aebc2f30b3e/build-script-build`
42732026-08-26T14:40:55.567Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-5fa6de7992aca748/build-script-build`
42742026-08-26T14:40:55.626Z Compiling cexpr v0.6.0
42752026-08-26T14:40:55.630Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5122ea713d360a0c -C extra-filename=-ca115f2ab20cdd5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42762026-08-26T14:40:55.697Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
42772026-08-26T14:40:55.701Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=111f49a66928d4f1 -C extra-filename=-579df78c9b9aae3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42782026-08-26T14:40:55.764Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
42792026-08-26T14:40:55.768Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=379b4740edfb24de -C extra-filename=-81e149f42c17c669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802026-08-26T14:40:55.799Z Compiling proc-macro-error2 v2.0.1
42812026-08-26T14:40:55.802Z Compiling ascii-canvas v3.0.0
42822026-08-26T14:40:55.829Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=e94c1eab2fd56092 -C extra-filename=-8e341c576152a424 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-b0a17b9368d8ca0a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42832026-08-26T14:40:55.833Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1da743296ffbdafb -C extra-filename=-08f8fa3aab8edeff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42842026-08-26T14:40:55.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=21773fef18c0de6f -C extra-filename=-419c1fca3edbda3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-6ef208959e34a891.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
42852026-08-26T14:40:56.009Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=47ccf0f09dff128b -C extra-filename=-4fbdba146a5d1d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-51b6e3fb6751f576.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-5e59b9905e21a92f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
42862026-08-26T14:40:56.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a063b8a96e04a147 -C extra-filename=-e6cf33da7fac5a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42872026-08-26T14:40:56.045Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-25124a9817a4eb26/build-script-build`
42882026-08-26T14:40:56.049Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=46a6134078b6234e -C extra-filename=-9ecb6a4aaecd63d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-6913f6eb7b7a552d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892026-08-26T14:40:56.077Z Compiling p384 v0.13.1
42902026-08-26T14:40:56.111Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=e6c2626eee385690 -C extra-filename=-bb79fd1929a6ac0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-9cd9de7b332b51ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42912026-08-26T14:40:56.115Z Compiling rustc-hash v2.1.1
42922026-08-26T14:40:56.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=d319a71fd3f01877 -C extra-filename=-ed5fc034d07e5c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-342e3be6def8864a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-68c93a48917cd44d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-08-26T14:40:56.148Z Compiling prefix-trie v0.7.0
42942026-08-26T14:40:56.153Z Compiling libxml v0.3.3
42952026-08-26T14:40:56.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=d892972160b735a7 -C extra-filename=-fb9db815d30c7372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42962026-08-26T14:40:56.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=e48949f7d3190372 -C extra-filename=-ded52002b4e89cf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42972026-08-26T14:40:56.186Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42982026-08-26T14:40:56.190Z Compiling strum_macros v0.24.3
42992026-08-26T14:40:56.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=25d23c1a81b170df -C extra-filename=-11867dab5369c14b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-08-26T14:40:56.214Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26b5a1cb2139e13f -C extra-filename=-9d2906a400a6585d --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43012026-08-26T14:40:56.218Z Compiling nanorand v0.7.0
43022026-08-26T14:40:56.218Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6345cbf2b5bcb744 -C extra-filename=-dad3cdbc0ba06992 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43032026-08-26T14:40:56.218Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe91aa03d260f26e -C extra-filename=-b78e46bdf19e17a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-b78e46bdf19e17a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fa6ac20d96b0ea7d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042026-08-26T14:40:56.251Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=205b37d5b1caf30a -C extra-filename=-91bc6faf68f6c095 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43052026-08-26T14:40:56.287Z Compiling indoc v1.0.9
43062026-08-26T14:40:56.291Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81ecef12f427daf -C extra-filename=-cab12bb866bcd3b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-08-26T14:40:56.323Z Compiling quick-xml v0.37.5
43082026-08-26T14:40:56.327Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=c275588955f86c1f -C extra-filename=-d5601b40fee819b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092026-08-26T14:40:56.426Z Compiling impl-trait-for-tuples v0.2.3
43102026-08-26T14:40:56.430Z Compiling oso-derive v0.27.3
43112026-08-26T14:40:56.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ffdfc6f1bf0ef1e -C extra-filename=-3e57588f6c0bdb2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-08-26T14:40:56.465Z Compiling darling_macro v0.21.3
43132026-08-26T14:40:56.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d02fe597cd8c0c1 -C extra-filename=-c2584cfce2fd8f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-08-26T14:40:56.494Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a5b7f5512dfa508 -C extra-filename=-b7603fd2aa7116e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-87293c3d1d16a1d0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-08-26T14:40:56.522Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
43162026-08-26T14:40:56.558Z Compiling knus-derive v3.4.0
43172026-08-26T14:40:56.562Z Compiling flume v0.11.1
43182026-08-26T14:40:56.562Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=658a7c4539b53a68 -C extra-filename=-4112bfb06edc7466 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-08-26T14:40:56.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knus_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-derive-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unused_assignments --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d405fade19e3226 -C extra-filename=-84f4c7b35362f4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-8e341c576152a424.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-08-26T14:40:56.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=3c93e19cf7559076 -C extra-filename=-71b5054738e3b2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-91bc6faf68f6c095.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212026-08-26T14:40:56.629Z Compiling openssl-probe v0.1.6
43222026-08-26T14:40:56.632Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-9d2906a400a6585d/build-script-build`
43232026-08-26T14:40:56.632Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b66c1bff2ed3aa23 -C extra-filename=-1ca26596e59e04be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-08-26T14:40:56.666Z Compiling hickory-server v0.25.2
43252026-08-26T14:40:56.670Z Compiling trait-variant v0.1.2
43262026-08-26T14:40:56.670Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=12b8a8fe67b09b40 -C extra-filename=-6ca7c321c5198881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-a822832449f6a1ca.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-11867dab5369c14b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272026-08-26T14:40:56.670Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51fa7e7a1a287906 -C extra-filename=-54d328873644484d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282026-08-26T14:40:56.702Z Compiling assert_matches v1.5.0
43292026-08-26T14:40:56.739Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43302026-08-26T14:40:56.742Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac57709ec61cd379 -C extra-filename=-8f3bb317f9aee4b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43312026-08-26T14:40:56.808Z Compiling lalrpop v0.19.12
43322026-08-26T14:40:56.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ba9c272f3198308 -C extra-filename=-7014765ce309543d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-7014765ce309543d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-419c1fca3edbda3e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43332026-08-26T14:40:56.845Z Compiling parking_lot v0.11.2
43342026-08-26T14:40:56.849Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=67535cfc65020ec4 -C extra-filename=-a0355e61da711485 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-08f8fa3aab8edeff.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-6bfad4b6a0347c6b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5575017dc82cc4b8.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ef01f200dc91d50c.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-06432a1b3950f931.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0f02ffb9819094db.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-bb79fd1929a6ac0d.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-d657756a74de3999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43352026-08-26T14:40:56.849Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=34cb9688a67f0d4e -C extra-filename=-b14cd864ebb9c421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-976a791b09704962.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-5c77632c1fe79449.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-e6cf33da7fac5a33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-08-26T14:40:56.917Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43372026-08-26T14:40:56.921Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1976ef3ed3d404d -C extra-filename=-17b708581b0f4c7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-81e149f42c17c669.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-5a93d54c40a1773f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382026-08-26T14:40:56.987Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43392026-08-26T14:40:56.991Z Compiling predicates-tree v1.0.13
43402026-08-26T14:40:56.991Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8628dfa27ff0e9e -C extra-filename=-9648e669395baa62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43412026-08-26T14:40:57.024Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43422026-08-26T14:40:57.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=e816df8a570ddce1 -C extra-filename=-cb41be1e922c64a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-579df78c9b9aae3e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fb9db815d30c7372.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-08-26T14:40:57.028Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-4112bfb06edc7466/build-script-build`
43442026-08-26T14:40:57.028Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=920cc85236bf51a4 -C extra-filename=-c61d67dd999bce75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43452026-08-26T14:40:57.059Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=877d150e66c14da3 -C extra-filename=-3f0d80e0d086e750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462026-08-26T14:40:57.149Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
43472026-08-26T14:40:57.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/tls/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "pki-playground", "unittest"))' -C metadata=2e485f63f33a6e39 -C extra-filename=-00f47e263ec3b1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-00f47e263ec3b1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-08-26T14:40:57.215Z Compiling sled v0.34.7
43492026-08-26T14:40:57.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=9e11dc62d569305d -C extra-filename=-ee3f894063ebfbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-18c3e50c227732f4.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-b14cd864ebb9c421.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502026-08-26T14:40:57.345Z Compiling anstyle-parse v0.2.7
43512026-08-26T14:40:57.349Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-b78e46bdf19e17a8/build-script-build`
43522026-08-26T14:40:57.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=56a30b2a97a1e300 -C extra-filename=-d2a9afeb1976830c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43532026-08-26T14:40:57.418Z Compiling corncobs v0.1.4
43542026-08-26T14:40:57.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=82c2e5a102fae461 -C extra-filename=-2c8235521dc4739c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-08-26T14:40:57.558Z Compiling progenitor-impl v0.13.0
43562026-08-26T14:40:57.595Z Compiling bb8 v0.8.6
43572026-08-26T14:40:57.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8cdbe4d294926d0 -C extra-filename=-e4ed72a1f61cc188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-646859f17a834271.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582026-08-26T14:40:57.633Z Compiling darling v0.21.3
43592026-08-26T14:40:57.637Z Compiling anstream v0.6.21
43602026-08-26T14:40:57.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=9724b8e307e53cc9 -C extra-filename=-4777b5f6ab632e7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-88ee9a8634adff45.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43612026-08-26T14:40:57.744Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43622026-08-26T14:40:57.748Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=839ddf6839c216ca -C extra-filename=-04d5bc741fc22ed0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-d2a9afeb1976830c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-aa78e190a8d89ff9.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-bba6e0cbd550b2a7.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-df6efca3affdadf3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-931d1810162048c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-08-26T14:40:57.777Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-00f47e263ec3b1a0/build-script-build`
43642026-08-26T14:40:57.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=17f29b5bdc81b4c3 -C extra-filename=-f8a2747c6f0e1354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-87293c3d1d16a1d0.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-b7603fd2aa7116e8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43652026-08-26T14:40:57.810Z Compiling secrecy v0.8.0
43662026-08-26T14:40:57.813Z Compiling ignore v0.4.25
43672026-08-26T14:40:57.814Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ee13eecc53a1c10 -C extra-filename=-c7dee2f5ef43958d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
43682026-08-26T14:40:57.842Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=cdf77441cfb52884 -C extra-filename=-f01448b467e334c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-2c8235521dc4739c.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-3f0d80e0d086e750.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-08-26T14:40:57.907Z Compiling progenitor-macro v0.14.0
43702026-08-26T14:40:57.911Z Compiling nonempty v0.12.0
43712026-08-26T14:40:57.911Z Compiling mime_guess v2.0.5
43722026-08-26T14:40:57.911Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
43732026-08-26T14:40:57.911Z Compiling http-range v0.1.5
43742026-08-26T14:40:57.911Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43752026-08-26T14:40:57.911Z Compiling digest-io v0.1.0
43762026-08-26T14:40:57.911Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=296c1583b7fbc67b -C extra-filename=-26c0f0868a359543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-08-26T14:40:57.911Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=3361ba2acbaa7515 -C extra-filename=-82fb29797a03887c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-573d31642eb2569b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-45fb0cb65fbdc451.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782026-08-26T14:40:57.945Z Compiling dsl_auto_type v0.2.0
43792026-08-26T14:40:57.949Z Compiling rawzip v0.4.4
43802026-08-26T14:40:57.975Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37e61d8c8ef2c120 -C extra-filename=-b9aa8c13e2c7da04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-52137292e614fb52.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-f1bc22ae5e828080.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812026-08-26T14:40:57.979Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-7014765ce309543d/build-script-build`
43822026-08-26T14:40:58.012Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66419f548a7d7399 -C extra-filename=-ffd27d2d9adb66d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-7e2037444cf8dcf8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832026-08-26T14:40:58.018Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=6cdd17d846047dde -C extra-filename=-88123f43427ee2b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-08-26T14:40:58.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/olpc-cjson/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e269bd60a234c9f -C extra-filename=-dacc1a861acd5714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-1785eced8befb44b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43852026-08-26T14:40:58.051Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b09e67ca6c19a3dc -C extra-filename=-4d1df8f54fe14ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862026-08-26T14:40:58.051Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name digest_io --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-io-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85d3634190cf435b -C extra-filename=-91cb49bd19f22d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43872026-08-26T14:40:58.051Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=8e171e6895f0786d -C extra-filename=-699957af3676be70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-08-26T14:40:58.051Z Compiling signal-hook-tokio v0.3.1
43892026-08-26T14:40:58.051Z Compiling scuffle v0.1.0
43902026-08-26T14:40:58.051Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rawzip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawzip-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62ab0abedab000f1 -C extra-filename=-06f5b8f7119bab3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912026-08-26T14:40:58.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2879fc46edf6065 -C extra-filename=-82264a4a7ff823a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-f8a2747c6f0e1354.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922026-08-26T14:40:58.119Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scuffle --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scuffle-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="daft"' --cfg 'feature="smf-by-instance"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft", "smf-by-instance", "testing"))' -C metadata=f4c1d4ee164d153d -C extra-filename=-07ae9de473db4a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0c9156cda3fda716.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43932026-08-26T14:40:58.123Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=1f3bf83e82b710af -C extra-filename=-608d0e490adc3a68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-08-26T14:40:58.149Z Compiling rand_seeder v0.4.0
43952026-08-26T14:40:58.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=a767aef8cf9b3c4c -C extra-filename=-59721b53ff890aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-ca115f2ab20cdd5e.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-9ecb6a4aaecd63d4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-ded52002b4e89cf6.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-9b441c21bab2d477.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962026-08-26T14:40:58.153Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3428be7b740b537c -C extra-filename=-5e945bd05013491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-08-26T14:40:58.183Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
43982026-08-26T14:40:58.218Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
43992026-08-26T14:40:58.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=c0326f1c909febda -C extra-filename=-502e1edf695100ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5328d2372fb83eea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-579df78c9b9aae3e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fb9db815d30c7372.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-08-26T14:40:58.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=d73667ed8eab86a9 -C extra-filename=-af1c38f5a09821f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-08-26T14:40:58.254Z Compiling tungstenite v0.23.0
44022026-08-26T14:40:58.258Z Compiling void v1.0.2
44032026-08-26T14:40:58.286Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=983faed858cf38a1 -C extra-filename=-242c38069a05f310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-458831f7c6f75c26.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2cc4dff61a45718e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f5662f5100af69f1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-08-26T14:40:58.316Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44052026-08-26T14:40:58.320Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
44062026-08-26T14:40:58.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d6560bec9916c5b -C extra-filename=-95cb131a3887cb13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44072026-08-26T14:40:58.347Z Compiling nix v0.27.1
44082026-08-26T14:40:58.350Z Compiling serde_bytes v0.11.19
44092026-08-26T14:40:58.350Z Compiling yansi v1.0.1
44102026-08-26T14:40:58.350Z Compiling cpubits v0.1.1
44112026-08-26T14:40:58.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=890929b026894a8a -C extra-filename=-b021b443579d6733 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
44122026-08-26T14:40:58.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=8ac12be7a395bbeb -C extra-filename=-5403dc00c1865766 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-e5d2059d0b1b8041.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132026-08-26T14:40:58.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=032d9a4607b7299e -C extra-filename=-510215c020c85816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a57e90af67e40809.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-08-26T14:40:58.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=f9d1572b4f4e1ace -C extra-filename=-6b1fe9ff19937928 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44152026-08-26T14:40:58.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cpubits --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpubits-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b66bc483d2196658 -C extra-filename=-bc840c7d34ad64dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162026-08-26T14:40:58.350Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=51adcf01fec2302e -C extra-filename=-10b0ba0916ad8e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172026-08-26T14:40:58.420Z Compiling libz-sys v1.1.24
44182026-08-26T14:40:58.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=d47fbfe7092b1df8 -C extra-filename=-14cbca2eb1b3923d --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-5fda4a1ad9b2bfce.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-08-26T14:40:58.490Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44202026-08-26T14:40:58.494Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=2386984d4b68147f -C extra-filename=-d34c78c8ff4b8c97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-e32acf523e933eb8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-08-26T14:40:58.525Z Compiling globwalk v0.9.1
44222026-08-26T14:40:58.528Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0003cef345e0929a -C extra-filename=-5e8fd17227408d43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-82fb29797a03887c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44232026-08-26T14:40:58.556Z Compiling pem-rfc7468 v1.0.0
44242026-08-26T14:40:58.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=a5c7c171c2fd7bd3 -C extra-filename=-a21bae7ddb8014f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252026-08-26T14:40:58.662Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44262026-08-26T14:40:58.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=63d686d8ce9390d1 -C extra-filename=-74cd6eda58a53b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44272026-08-26T14:40:58.694Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-88123f43427ee2b3/build-script-build`
44282026-08-26T14:40:58.728Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
44292026-08-26T14:40:58.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=9402be0c9c743c42 -C extra-filename=-fff1a84acbf5928e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-502e1edf695100ac.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ed5fc034d07e5c85.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-579df78c9b9aae3e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44302026-08-26T14:40:58.797Z Compiling camino-tempfile-ext v0.3.3
44312026-08-26T14:40:58.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=5c1a59c79c5a0a25 -C extra-filename=-b7f6e80d9be07ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-5e8fd17227408d43.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-08-26T14:40:58.832Z Compiling hmac v0.13.0
44332026-08-26T14:40:58.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=712a5d19d6214e91 -C extra-filename=-1b89a2f7bdc1e500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44342026-08-26T14:40:58.865Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=4eaa7242afd751f7 -C extra-filename=-ddc5469c79fceb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-08-26T14:40:58.929Z Compiling universal-hash v0.6.1
44362026-08-26T14:40:58.932Z Compiling pretty_assertions v1.4.1
44372026-08-26T14:40:58.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c4cc768ddfc61e8 -C extra-filename=-3a63fc1f7ed4e16b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382026-08-26T14:40:59.001Z Compiling knus v3.4.0
44392026-08-26T14:40:59.005Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=c2b0afb6e2d60790 -C extra-filename=-a26cc65e116ebe4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5575017dc82cc4b8.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-6b1fe9ff19937928.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-08-26T14:40:59.005Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knus --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unused_assignments --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knus-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knus-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=acdf10ea7f463dad -C extra-filename=-6515eb5d0b1638f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-ae1b6f264ede5d9b.rmeta --extern knus_derive=/work/oxidecomputer/omicron/target/debug/deps/libknus_derive-84f4c7b35362f4d7.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b21f7aa0dddf1ff2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44412026-08-26T14:40:59.070Z Compiling libgit2-sys v0.18.3+1.9.2
44422026-08-26T14:40:59.106Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44432026-08-26T14:40:59.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=9c45e9be7f913e32 -C extra-filename=-d3c9de40192883dd --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44442026-08-26T14:40:59.109Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-14cbca2eb1b3923d/build-script-build`
44452026-08-26T14:40:59.109Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=4c5ee92e651d18df -C extra-filename=-e3ac4ce75cdb269d --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-01824fb3367570db.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-08-26T14:40:59.214Z Compiling instability v0.3.11
44472026-08-26T14:40:59.252Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=7b18b92f0dd65457 -C extra-filename=-e56ebd565abc3839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-0d1c6436640783d3.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-82264a4a7ff823a5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-08-26T14:40:59.255Z Compiling lzss v0.8.2
44492026-08-26T14:40:59.286Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c3a82d89ba3d64 -C extra-filename=-ca3893b9c76a5c82 --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502026-08-26T14:40:59.289Z Compiling colored v2.2.0
44512026-08-26T14:40:59.289Z Compiling castaway v0.2.4
44522026-08-26T14:40:59.321Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=3820ee7b88fe8d6e -C extra-filename=-9f035c128eddf246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-95cb131a3887cb13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532026-08-26T14:40:59.350Z Compiling indoc v2.0.7
44542026-08-26T14:40:59.354Z Compiling polyval v0.7.1
44552026-08-26T14:40:59.354Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=203308e26d14efea -C extra-filename=-6ff1bf7789dd59c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-08-26T14:40:59.354Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8374b4cae014d045 -C extra-filename=-dfccae270e0ce13c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572026-08-26T14:40:59.354Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3e716eda5d75e83 -C extra-filename=-c446c4a259cd1aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44582026-08-26T14:40:59.354Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::suspicious_arithmetic_impl' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(polyval_backend, values("soft"))' --cfg 'feature="hazmat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=8c4ad42c426445bd -C extra-filename=-6f9f09c88a9df1e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3a63fc1f7ed4e16b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592026-08-26T14:40:59.388Z Compiling lru v0.12.5
44602026-08-26T14:40:59.392Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44612026-08-26T14:40:59.392Z Compiling unicode-truncate v1.1.0
44622026-08-26T14:40:59.417Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=323b7ebd569d9d9a -C extra-filename=-e91fec689e1622b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44632026-08-26T14:40:59.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=4cd982c3d348e497 -C extra-filename=-c253681444cd9f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-08-26T14:40:59.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fe3e42f5c058478 -C extra-filename=-9ffdef4aa8ba9c82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-08-26T14:40:59.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5af75769b5bf0e87 -C extra-filename=-4cc9a12eaf63adcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44662026-08-26T14:40:59.483Z Compiling tokio-tungstenite v0.23.1
44672026-08-26T14:40:59.510Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=ca03a10b67c35534 -C extra-filename=-e3d4c5049641e2f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-242c38069a05f310.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44682026-08-26T14:40:59.581Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
44692026-08-26T14:40:59.584Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/6c0aca2/gateway-sp-comms/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df61e0687c256f41 -C extra-filename=-e066c996c4434329 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-258470ad89ecd8d1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-3a613954e3e35499.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-713c6d63914c29e8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-9f035c128eddf246.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-510215c020c85816.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bb272815af6e0400.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-10b0ba0916ad8e39.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-36bd17d1ea474799.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-5403dc00c1865766.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
44702026-08-26T14:40:59.615Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44712026-08-26T14:40:59.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=c7c2b64125da29a3 -C extra-filename=-9c467353574854a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-74cd6eda58a53b57.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-08-26T14:40:59.647Z Compiling hyper-staticfile v0.10.1
44732026-08-26T14:40:59.650Z Compiling compact_str v0.8.1
44742026-08-26T14:40:59.650Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45ad2fa25128430f -C extra-filename=-b00a25a86e3ed442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-709284257fea4e42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ddc5469c79fceb8c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-08-26T14:40:59.650Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-e3ac4ce75cdb269d/build-script-build`
44762026-08-26T14:40:59.682Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=f9ce424305a9a702 -C extra-filename=-644f135b9c2ff0c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-dfccae270e0ce13c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-3b311482eb74f2fa.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44772026-08-26T14:40:59.716Z Compiling der v0.8.0
44782026-08-26T14:40:59.748Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "ber", "bytes", "derive", "flagset", "heapless", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=9c128197565b0d78 -C extra-filename=-6ff2d615077642fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44792026-08-26T14:40:59.752Z Compiling petname v2.0.2
44802026-08-26T14:40:59.783Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=c0b4e2c4f734699a -C extra-filename=-ebd35365143bad9e --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-ebd35365143bad9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44812026-08-26T14:40:59.819Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
44822026-08-26T14:40:59.889Z Compiling vergen-git2 v9.1.0
44832026-08-26T14:40:59.893Z Compiling arc-swap v1.8.2
44842026-08-26T14:40:59.893Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/bcd3bf2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cccb67ffe1e221a0 -C extra-filename=-b74e3520330f51a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-6515eb5d0b1638f5.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b21f7aa0dddf1ff2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ed5fc034d07e5c85.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2cc4dff61a45718e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0e6972eb42e3a469.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44852026-08-26T14:40:59.927Z Compiling cassowary v0.3.0
44862026-08-26T14:40:59.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=dad726f682b44757 -C extra-filename=-3092e3ca8eadbf5d --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-08-26T14:40:59.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=a617a8b76267d4b8 -C extra-filename=-92b1ce4304553b97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882026-08-26T14:40:59.931Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d3c9de40192883dd/build-script-build`
44892026-08-26T14:40:59.931Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ed530db4445c09d -C extra-filename=-9c335754e96d62ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-08-26T14:40:59.963Z Compiling pbkdf2 v0.13.0
44912026-08-26T14:40:59.967Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hmac", "kdf", "mcf", "password-hash", "phc", "rand_core", "sha2"))' -C metadata=73e6c0d6a43706d0 -C extra-filename=-e60009935ba3afc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1b89a2f7bdc1e500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-08-26T14:41:00.001Z Compiling aes v0.9.1
44932026-08-26T14:41:00.004Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(aes_backend_soft, values("compact"))' --check-cfg 'cfg(aes_backend, values("soft", "avx256", "avx512"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=930b7978de7dddc4 -C extra-filename=-e5eeeae11eddd33f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44942026-08-26T14:41:00.036Z Compiling crypto-bigint v0.7.5
44952026-08-26T14:41:00.074Z Compiling ghash v0.6.0
44962026-08-26T14:41:00.077Z Compiling ctr v0.10.1
44972026-08-26T14:41:00.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="hybrid-array"' --cfg 'feature="rand_core"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "rlp", "serde", "subtle", "zeroize"))' -C metadata=f84344c50364c6f4 -C extra-filename=-3b9f7edcbfd6ad8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-bc840c7d34ad64dd.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982026-08-26T14:41:00.114Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=598f9da8c38f8820 -C extra-filename=-d495d9d132afad31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6f9f09c88a9df1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-08-26T14:41:00.118Z Compiling aead v0.6.1
45002026-08-26T14:41:00.145Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "zeroize"))' -C metadata=c3da7a1a86e44c10 -C extra-filename=-c9bddfd02cefb94c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45012026-08-26T14:41:00.148Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45022026-08-26T14:41:00.148Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-ca3893b9c76a5c82/build-script-build`
45032026-08-26T14:41:00.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=640dc6138f3ef953 -C extra-filename=-9b694d227b263336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-08-26T14:41:00.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=02859bd1aae3f008 -C extra-filename=-703813e0b965ea95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-0e135e95f843e9e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-08-26T14:41:00.209Z Compiling slog-scope v4.4.1
45062026-08-26T14:41:00.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b03fa1972494b92f -C extra-filename=-f0835e2966ca07d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-92b1ce4304553b97.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072026-08-26T14:41:00.247Z Compiling salsa20 v0.11.0
45082026-08-26T14:41:00.277Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=c80c786c1aec7ada -C extra-filename=-db6c2d3c156c9e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-08-26T14:41:00.312Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c22eac517e34a2e -C extra-filename=-c36930d63073599b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-77e50581376d5748.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c446c4a259cd1aa4.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45102026-08-26T14:41:00.402Z Compiling progenitor-macro v0.13.0
45112026-08-26T14:41:00.417Z Compiling console v0.16.2
45122026-08-26T14:41:00.421Z Compiling sapling-renderdag v0.1.0
45132026-08-26T14:41:00.421Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c92a205cfed50c83 -C extra-filename=-d09559fae83e9ac0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e4ed72a1f61cc188.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-f1bc22ae5e828080.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45142026-08-26T14:41:00.455Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=858fc33b78334a85 -C extra-filename=-9d1a33687efbaa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152026-08-26T14:41:00.459Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=b38da81ee33d65f4 -C extra-filename=-7a585e427b9d101c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45162026-08-26T14:41:00.459Z Compiling sync-ptr v0.1.4
45172026-08-26T14:41:00.489Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-3092e3ca8eadbf5d/build-script-build`
45182026-08-26T14:41:00.493Z Compiling unit-prefix v0.5.2
45192026-08-26T14:41:00.493Z Compiling tokio-test v0.4.5
45202026-08-26T14:41:00.493Z Compiling libsw-core v0.3.2
45212026-08-26T14:41:00.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eeaf63f387c83cd4 -C extra-filename=-a1c7f0f9f0cf8e0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45222026-08-26T14:41:00.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92aff20057f3905c -C extra-filename=-98b8b93be0c019ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45232026-08-26T14:41:00.493Z Compiling aes-gcm v0.11.0
45242026-08-26T14:41:00.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36fee8299e533a03 -C extra-filename=-cd805fb30c8ce970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-08-26T14:41:00.530Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=143f6914ec54b14e -C extra-filename=-e2bf96f7c2e3d1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262026-08-26T14:41:00.530Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "bytes", "default", "getrandom", "hazmat", "rand_core", "zeroize"))' -C metadata=0d5191ea97a41fdb -C extra-filename=-82c6bb5b610cf004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-9b694d227b263336.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e5eeeae11eddd33f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c9bddfd02cefb94c.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-d495d9d132afad31.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-08-26T14:41:00.663Z Compiling slog-stdlog v4.1.1
45282026-08-26T14:41:00.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=9c07d27ea8a717cf -C extra-filename=-ccf59a637f5a0a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3428fca15950d83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-9c467353574854a2.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-74cd6eda58a53b57.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
45292026-08-26T14:41:00.739Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=8d20f1c7c0aba08d -C extra-filename=-35c43854088ed6f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f0835e2966ca07d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302026-08-26T14:41:00.743Z Compiling cbc v0.2.1
45312026-08-26T14:41:00.743Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-ebd35365143bad9e/build-script-build`
45322026-08-26T14:41:00.771Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45332026-08-26T14:41:00.801Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "zeroize"))' -C metadata=948901a3b5856067 -C extra-filename=-58c641fa7745cfca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-08-26T14:41:00.806Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74cb2ebe1b3d0db0 -C extra-filename=-e2cca40de09cd275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-ba8aac544bbd9274.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352026-08-26T14:41:00.934Z Compiling spki v0.8.0
45362026-08-26T14:41:00.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "digest", "fingerprint", "pem", "sha2", "std"))' -C metadata=4545d8c067354f7a -C extra-filename=-618ba09f2ae6d725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372026-08-26T14:41:00.976Z Compiling scrypt v0.12.0
45382026-08-26T14:41:01.010Z Compiling indicatif v0.18.4
45392026-08-26T14:41:01.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "kdf", "mcf", "parallel", "password-hash", "phc", "rand_core"))' -C metadata=b012b4945ad3a756 -C extra-filename=-90438da430ef6c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e60009935ba3afc2.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-db6c2d3c156c9e9c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45402026-08-26T14:41:01.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=b8b70eaf7731090c -C extra-filename=-83b206d0eb3d22f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-9d1a33687efbaa6a.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-98b8b93be0c019ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-08-26T14:41:01.085Z Compiling libsw v3.5.0
45422026-08-26T14:41:01.090Z Compiling slog-envlogger v2.2.0
45432026-08-26T14:41:01.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=590ea8dd66e8703c -C extra-filename=-e78806e68ab4fef9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libsw_core=/work/oxidecomputer/omicron/target/debug/deps/liblibsw_core-e2bf96f7c2e3d1c0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442026-08-26T14:41:01.094Z Compiling twox-hash v2.1.2
45452026-08-26T14:41:01.094Z Compiling atty v0.2.14
45462026-08-26T14:41:01.126Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=4b736ed8d170c2df -C extra-filename=-da5bf10ee9d926e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-f0835e2966ca07d6.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-35c43854088ed6f8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472026-08-26T14:41:01.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=daaa125acb19ea08 -C extra-filename=-1f6c90bfc99708c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-08-26T14:41:01.167Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=043f838d1dca88e8 -C extra-filename=-3d1a2ea0338b9c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492026-08-26T14:41:01.167Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=e8c42e307e6df1ba -C extra-filename=-5415d43235a09986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502026-08-26T14:41:01.200Z Compiling fatfs v0.3.6
45512026-08-26T14:41:01.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=9757d978d22d1330 -C extra-filename=-716a995dceef0d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-08-26T14:41:01.310Z Compiling pkcs5 v0.8.1
45532026-08-26T14:41:01.314Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45542026-08-26T14:41:01.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "getrandom", "pbes2", "rand_core", "sha1-insecure"))' -C metadata=beef537550b9b3e0 -C extra-filename=-980574d398d0ec6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e5eeeae11eddd33f.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-82c6bb5b610cf004.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-58c641fa7745cfca.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e60009935ba3afc2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-90438da430ef6c8c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618ba09f2ae6d725.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-08-26T14:41:01.356Z Compiling oxide-update-engine-display v0.1.2
45562026-08-26T14:41:01.356Z Compiling ff v0.14.0
45572026-08-26T14:41:01.356Z Compiling seq-macro v0.3.6
45582026-08-26T14:41:01.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=ffc7b130a17c465f -C extra-filename=-0f664cf539ab34c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-08-26T14:41:01.393Z Compiling shell-words v1.1.1
45602026-08-26T14:41:01.393Z Compiling concurrent-queue v2.5.0
45612026-08-26T14:41:01.420Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=695548ca30f73b4a -C extra-filename=-c1ed1e2e48a1cb9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622026-08-26T14:41:01.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_display --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-display-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=9450f1796122c867 -C extra-filename=-c202bbc41c680137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-e78806e68ab4fef9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-08-26T14:41:01.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "ff_derive", "std"))' -C metadata=e51488be129455c4 -C extra-filename=-9d6367a0ed58af30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-08-26T14:41:01.423Z Compiling parking v2.2.1
45652026-08-26T14:41:01.423Z Compiling signature v3.0.0
45662026-08-26T14:41:01.423Z Compiling arrayvec v0.7.6
45672026-08-26T14:41:01.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6deaebd4df43745a -C extra-filename=-ba0afe4f408c24b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-08-26T14:41:01.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=74f49302248b91a7 -C extra-filename=-d4544c9446f820c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-08-26T14:41:01.455Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=bd19fd6776505512 -C extra-filename=-9b68735a5c8dbbee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702026-08-26T14:41:01.458Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=70b90162a4444e84 -C extra-filename=-f4cdfff1819ac7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-08-26T14:41:01.458Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "digest", "rand_core"))' -C metadata=7039457d53e24491 -C extra-filename=-e8992f4ae7b40223 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45722026-08-26T14:41:01.491Z Compiling ratatui v0.29.0
45732026-08-26T14:41:01.524Z Compiling base16ct v1.0.0
45742026-08-26T14:41:01.528Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=116ceec0112187e9 -C extra-filename=-b98f8db7ed625da7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-9c335754e96d62ab.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-644f135b9c2ff0c8.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-c446c4a259cd1aa4.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-c36930d63073599b.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-c253681444cd9f9a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3dee014ccd6c615d.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-4cc9a12eaf63adcf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-08-26T14:41:01.528Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc"))' -C metadata=c5913ee98aab9032 -C extra-filename=-0418e8e37623f229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762026-08-26T14:41:01.559Z Compiling constant_time_eq v0.4.2
45772026-08-26T14:41:01.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=de62da1f6fb3c867 -C extra-filename=-92041cf10ad8a4da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-08-26T14:41:01.597Z Compiling arrayref v0.3.9
45792026-08-26T14:41:01.631Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88ddf685dfa4f88b -C extra-filename=-c4ef532110be91b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802026-08-26T14:41:01.666Z Compiling plotters-backend v0.3.7
45812026-08-26T14:41:01.669Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80c3e787912dfb7f -C extra-filename=-93f2d6889fbc3e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822026-08-26T14:41:01.732Z Compiling pkcs8 v0.11.0
45832026-08-26T14:41:01.767Z Compiling group v0.14.0
45842026-08-26T14:41:01.770Z Compiling hkdf v0.13.0
45852026-08-26T14:41:01.770Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "ctutils", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "sha1-insecure", "std"))' -C metadata=2f2b91bbb06f94bd -C extra-filename=-dd2c65913dc3bce2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-980574d398d0ec6e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618ba09f2ae6d725.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862026-08-26T14:41:01.770Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=8c8bbc8ac6bc4bc0 -C extra-filename=-c5cdd9bba8b80461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-08-26T14:41:01.770Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kdf"))' -C metadata=529d8265717c282e -C extra-filename=-0c0fa69f52090b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1b89a2f7bdc1e500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882026-08-26T14:41:01.802Z Compiling rtoolbox v0.0.3
45892026-08-26T14:41:01.836Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fa1b6f8e38b9737d -C extra-filename=-abee244f6251c4e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902026-08-26T14:41:01.907Z Compiling event-listener v5.4.1
45912026-08-26T14:41:01.911Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=090a94d36d4d9b5a -C extra-filename=-cf0e12f9a5085914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-d4544c9446f820c1.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-f4cdfff1819ac7a6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922026-08-26T14:41:01.911Z Compiling futures-timer v3.0.3
45932026-08-26T14:41:01.911Z Compiling cast v0.3.0
45942026-08-26T14:41:01.941Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dd7030f5680983d5 -C extra-filename=-dc594de76e231d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952026-08-26T14:41:01.944Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=04b56894243ed9ed -C extra-filename=-bc8745d015cb2294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-08-26T14:41:02.014Z Compiling plotters-svg v0.3.7
45972026-08-26T14:41:02.018Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=c7d13808f6a3668c -C extra-filename=-11d9238255bdd200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-93f2d6889fbc3e58.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982026-08-26T14:41:02.018Z Compiling sec1 v0.8.1
45992026-08-26T14:41:02.052Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "default", "der", "pem", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=1ab224619607605d -C extra-filename=-8e262c43ed771016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0418e8e37623f229.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002026-08-26T14:41:02.087Z Compiling rpassword v7.5.4
46012026-08-26T14:41:02.145Z Compiling tinytemplate v1.2.1
46022026-08-26T14:41:02.148Z Compiling blake3 v1.8.5
46032026-08-26T14:41:02.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3aca73528d50135b -C extra-filename=-f4c8d0ec00eb5244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042026-08-26T14:41:02.148Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=072727e8264f6880 -C extra-filename=-fe4450499087510d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-abee244f6251c4e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052026-08-26T14:41:02.148Z Compiling strsim v0.10.0
46062026-08-26T14:41:02.181Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=23b5e363a29fac9c -C extra-filename=-818520486a4e41b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-08-26T14:41:02.184Z Compiling anes v0.1.6
46082026-08-26T14:41:02.215Z Compiling oorandom v11.1.5
46092026-08-26T14:41:02.219Z Compiling serde_regex v1.1.0
46102026-08-26T14:41:02.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dcc33337bed3f41 -C extra-filename=-7c7c62382c4239cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-08-26T14:41:02.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=cb31df8d7063429e -C extra-filename=-d164592c962257ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122026-08-26T14:41:02.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=068a6c253b6919cd -C extra-filename=-849add97163c4f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46132026-08-26T14:41:02.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=840cec7e7f97136b -C extra-filename=-747d85a6ce2beb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-08-26T14:41:02.251Z Compiling criterion-plot v0.6.0
46152026-08-26T14:41:02.254Z Compiling event-listener-strategy v0.5.4
46162026-08-26T14:41:02.255Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4361fd8b133fb4f -C extra-filename=-b21112d0e8512c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc594de76e231d98.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-08-26T14:41:02.255Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=cdf15354bfedc2d3 -C extra-filename=-51ba4abd38ad46f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46182026-08-26T14:41:02.325Z Compiling plotters v0.3.7
46192026-08-26T14:41:02.328Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=f9e0f5e5bfaf7094 -C extra-filename=-5286722496dda8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-93f2d6889fbc3e58.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-11d9238255bdd200.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-08-26T14:41:02.397Z Compiling wnaf v0.14.0
46212026-08-26T14:41:02.401Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wnaf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wnaf-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=067d21d317be4a11 -C extra-filename=-d51d95e4073b6eab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222026-08-26T14:41:02.401Z Compiling assert-json-diff v2.0.2
46232026-08-26T14:41:02.434Z Compiling path-tree v0.8.3
46242026-08-26T14:41:02.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05806f6a4ea28be -C extra-filename=-99e77dddfb1a7086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252026-08-26T14:41:02.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ff75f827e2fcb3d -C extra-filename=-58b9146155172640 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262026-08-26T14:41:02.438Z Compiling darling_core v0.13.4
46272026-08-26T14:41:02.464Z Compiling stringmetrics v2.2.2
46282026-08-26T14:41:02.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=b3838745c171f77b -C extra-filename=-9b105a15eab4ccac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292026-08-26T14:41:02.468Z Compiling target-lexicon v0.13.3
46302026-08-26T14:41:02.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=cc123caeec2418dd -C extra-filename=-e025eb9a0a3eca49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-c2f3f257b63b1310.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-12bef6d549ef5d80.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-7c7c62382c4239cc.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312026-08-26T14:41:02.468Z Compiling curve25519-dalek v5.0.0
46322026-08-26T14:41:02.502Z Compiling guppy-workspace-hack v0.1.0
46332026-08-26T14:41:02.505Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=231b3ad635b72e1d -C extra-filename=-440173ea5bb5fafe --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342026-08-26T14:41:02.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab64d317fc636266 -C extra-filename=-4af2468b5c1434ee --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-08-26T14:41:02.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5c20c1b5bb62d270 -C extra-filename=-8830632c612db313 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-8830632c612db313 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-08-26T14:41:02.574Z Compiling async-lock v3.4.2
46372026-08-26T14:41:02.605Z Compiling topological-sort v0.2.2
46382026-08-26T14:41:02.608Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=c55d2f58b01a21ae -C extra-filename=-36a3a10bcfccbbbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-51ba4abd38ad46f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46392026-08-26T14:41:02.735Z Compiling hex-literal v0.4.1
46402026-08-26T14:41:02.769Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71a77761bc290f08 -C extra-filename=-7847605b4539d0e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-08-26T14:41:02.773Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=65a485b1e4385d23 -C extra-filename=-9490bed527800091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-08-26T14:41:02.805Z Compiling elliptic-curve v0.14.1
46432026-08-26T14:41:02.840Z Compiling rfc6979 v0.6.0
46442026-08-26T14:41:02.844Z Compiling primefield v0.14.0
46452026-08-26T14:41:02.844Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primefield --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primefield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5c88fc731cfa434 -C extra-filename=-b29c9238322c0af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-08-26T14:41:02.844Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8fbf8523f093ae8 -C extra-filename=-d11f54fa3ab233a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1b89a2f7bdc1e500.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472026-08-26T14:41:02.844Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=4c566ed4023321dd -C extra-filename=-12623bed87e265af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0418e8e37623f229.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9d6367a0ed58af30.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c5cdd9bba8b80461.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0c0fa69f52090b60.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dd2c65913dc3bce2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8e262c43ed771016.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46482026-08-26T14:41:02.912Z Compiling ssh-encoding v0.3.0
46492026-08-26T14:41:02.947Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=e41adb8a957c5d19 -C extra-filename=-9e363dc92370e1cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a21bae7ddb8014f4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-08-26T14:41:02.983Z Compiling keccak v0.2.0
46512026-08-26T14:41:03.015Z Compiling target-spec v3.5.7
46522026-08-26T14:41:03.019Z Compiling crypto-primes v0.7.2
46532026-08-26T14:41:03.019Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(keccak_backend_soft, values("compact"))' --check-cfg 'cfg(keccak_backend, values("aarch64_sha3", "simd128", "simd256", "simd512", "soft"))' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel"))' -C metadata=5eb5f41700467ef0 -C extra-filename=-ebda17a1eb8f6328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-08-26T14:41:03.050Z Compiling ed25519 v3.0.0
46552026-08-26T14:41:03.082Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=efea51d643eaa423 -C extra-filename=-bb78b905119137b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562026-08-26T14:41:03.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_primes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-primes-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=9319828536fabf36 -C extra-filename=-857b2aaa4e4478a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572026-08-26T14:41:03.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "zerocopy", "zeroize"))' -C metadata=504e990ded57ad43 -C extra-filename=-5f7a713fdbcf889e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dd2c65913dc3bce2.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e8992f4ae7b40223.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-08-26T14:41:03.223Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-4af2468b5c1434ee/build-script-build`
46592026-08-26T14:41:03.227Z Compiling pkcs1 v0.8.0-rc.4
46602026-08-26T14:41:03.263Z Compiling poly1305 v0.9.0
46612026-08-26T14:41:03.268Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.8.0-rc.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "std", "zeroize"))' -C metadata=d1984265823d6d30 -C extra-filename=-bcbd69ced4c65519 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618ba09f2ae6d725.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622026-08-26T14:41:03.293Z Compiling blowfish v0.10.0
46632026-08-26T14:41:03.297Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-440173ea5bb5fafe/build-script-build`
46642026-08-26T14:41:03.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(poly1305_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=7da3794fa8ae33d4 -C extra-filename=-9b012da970e8a6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3a63fc1f7ed4e16b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652026-08-26T14:41:03.333Z Compiling tui-tree-widget v0.23.1
46662026-08-26T14:41:03.333Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=ebea95194939a746 -C extra-filename=-c152d9a8b67019f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46672026-08-26T14:41:03.363Z Compiling criterion v0.7.0
46682026-08-26T14:41:03.367Z Compiling blake2 v0.11.0-rc.6
46692026-08-26T14:41:03.367Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-818520486a4e41b7/build-script-build`
46702026-08-26T14:41:03.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c3af1e5224598ee -C extra-filename=-2cc16e1a81b5222a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-4ee70d3520817566.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712026-08-26T14:41:03.398Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abf995519a6f0fe7 -C extra-filename=-d6dd042221199f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-08-26T14:41:03.398Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.11.0-rc.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "reset", "size_opt", "zeroize"))' -C metadata=5aeba3acbbf00549 -C extra-filename=-67656e22d0a64fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-08-26T14:41:03.398Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=30d421eb277486f0 -C extra-filename=-5db83420fa49bbe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-d164592c962257ba.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc594de76e231d98.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-b21112d0e8512c32.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-849add97163c4f53.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5286722496dda8df.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-f4c8d0ec00eb5244.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-08-26T14:41:03.428Z Compiling sha3 v0.11.0
46752026-08-26T14:41:03.432Z Compiling kem v0.3.0
46762026-08-26T14:41:03.432Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=dd353b26eb3a18b6 -C extra-filename=-cfa5c35ed184d6ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-08-26T14:41:03.432Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-8830632c612db313/build-script-build`
46782026-08-26T14:41:03.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kem-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom"))' -C metadata=3342ea5b4774d926 -C extra-filename=-fbcb8d4de810de40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792026-08-26T14:41:03.471Z Compiling module-lattice v0.2.3
46802026-08-26T14:41:03.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name module_lattice --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/module-lattice-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "zeroize"))' -C metadata=4eeebbebb4bdc56b -C extra-filename=-41d5274db2c3b5f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-08-26T14:41:03.610Z Compiling ecdsa v0.17.0
46822026-08-26T14:41:03.614Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=6805a955ea43632c -C extra-filename=-806e6d71b8c93227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-12623bed87e265af.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-d11f54fa3ab233a9.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e8992f4ae7b40223.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618ba09f2ae6d725.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-08-26T14:41:03.614Z Compiling primeorder v0.14.0
46842026-08-26T14:41:03.648Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-bb78b905119137b9/build-script-build`
46852026-08-26T14:41:03.652Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="basepoint-table"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "critical-section", "dev", "hash2curve", "once_cell", "serde", "serdect", "std"))' -C metadata=b8d4db474f6141a4 -C extra-filename=-2585b51959c74e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-12623bed87e265af.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b29c9238322c0af8.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-d51d95e4073b6eab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-08-26T14:41:03.721Z Compiling async-object-pool v0.2.0
46872026-08-26T14:41:03.757Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63ca8a6ed67c355 -C extra-filename=-26ba55a55ac98328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-36a3a10bcfccbbbd.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cf0e12f9a5085914.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46882026-08-26T14:41:03.793Z Compiling argon2 v0.6.0-rc.8
46892026-08-26T14:41:03.797Z Compiling ssh-cipher v0.3.0
46902026-08-26T14:41:03.797Z Compiling bcrypt-pbkdf v0.11.0
46912026-08-26T14:41:03.797Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=939b790d4372c41f -C extra-filename=-ddc47586e55018ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-0918efa4cb1f85e3.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
46922026-08-26T14:41:03.797Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.6.0-rc.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(test_large_ram)' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "kdf", "parallel", "password-hash", "rand_core", "zeroize"))' -C metadata=bad8b2e28e9be968 -C extra-filename=-2fddd40d3405fea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-67656e22d0a64fdb.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932026-08-26T14:41:03.828Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="encoding"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "chacha20poly1305", "encoding", "getrandom", "rand_core", "tdes", "zeroize"))' -C metadata=b9ff415acc40b80d -C extra-filename=-6bd9ec7e781d97f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-9b694d227b263336.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e5eeeae11eddd33f.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-82c6bb5b610cf004.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-710bd25eabb48ab2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-9b012da970e8a6cc.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-9e363dc92370e1cd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942026-08-26T14:41:03.828Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=dddf508a616616da -C extra-filename=-4fd2e7af7af248c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-c152d9a8b67019f6.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e60009935ba3afc2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952026-08-26T14:41:03.832Z Compiling pathdiff v0.2.3
46962026-08-26T14:41:03.832Z Compiling nested v0.1.1
46972026-08-26T14:41:03.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=e39caf25d33968ef -C extra-filename=-40e66410775d1c55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46982026-08-26T14:41:03.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=c759789ebb538e22 -C extra-filename=-5b884125ae28c168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
46992026-08-26T14:41:03.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59baf210e5c6c384 -C extra-filename=-70d86f4fef49de78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002026-08-26T14:41:03.895Z Compiling httpmock v0.8.3
47012026-08-26T14:41:03.929Z Compiling sponge-cursor v0.1.0
47022026-08-26T14:41:03.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=15b0c0186213d548 -C extra-filename=-9ec9cc1ebd320288 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-99e77dddfb1a7086.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-26ba55a55ac98328.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-58b9146155172640.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-747d85a6ce2beb06.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-9b105a15eab4ccac.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032026-08-26T14:41:03.965Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sponge_cursor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sponge-cursor-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=67e5a8dbf30fafc5 -C extra-filename=-93f08c56d802f90a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042026-08-26T14:41:03.969Z Compiling russh-cryptovec v0.62.0
47052026-08-26T14:41:03.969Z Compiling internal-russh-num-bigint v0.5.0
47062026-08-26T14:41:03.969Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=2ef8ecdd06ab370d -C extra-filename=-d7444cb7376d4a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-9e363dc92370e1cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072026-08-26T14:41:04.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_russh_num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internal-russh-num-bigint-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand_0_10"' --cfg 'feature="rand_core_0_10"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=f883714538714721 -C extra-filename=-42bc3a3f01c67cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47082026-08-26T14:41:04.035Z Compiling ml-kem v0.3.2
47092026-08-26T14:41:04.066Z Compiling httptest v0.16.4
47102026-08-26T14:41:04.070Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ml_kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ml-kem-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hazmat", "pem", "pkcs8", "zeroize"))' -C metadata=36cd7f2bb0e96a53 -C extra-filename=-a3641d636b3dc80f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-fbcb8d4de810de40.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-41d5274db2c3b5f8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-cfa5c35ed184d6ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47112026-08-26T14:41:04.102Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5fdf3fd0af10d33 -C extra-filename=-68f17436d7299b3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ef3fbf3b793ce3b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122026-08-26T14:41:04.169Z Compiling cfg-expr v0.20.6
47132026-08-26T14:41:04.173Z Compiling rsa v0.10.0-rc.18
47142026-08-26T14:41:04.173Z Compiling sha3 v0.12.0
47152026-08-26T14:41:04.208Z Compiling russh-util v0.52.0
47162026-08-26T14:41:04.212Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=6fe2961f621e8947 -C extra-filename=-cda178e0510b5274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-5b884125ae28c168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47172026-08-26T14:41:04.212Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.10.0-rc.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="encoding"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto-common", "default", "encoding", "getrandom", "hazmat", "pkcs5", "serde", "sha1", "sha2", "std"))' -C metadata=f0f564ac02cd9dc7 -C extra-filename=-33ebebdd71b2bf3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-e3c737eb9ca03877.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-857b2aaa4e4478a2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-bcbd69ced4c65519.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dd2c65913dc3bce2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e8992f4ae7b40223.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618ba09f2ae6d725.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-08-26T14:41:04.212Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=c987c135ba884525 -C extra-filename=-4e0a6f6a90f167e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-93f08c56d802f90a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192026-08-26T14:41:04.212Z Compiling generic-array v1.4.3
47202026-08-26T14:41:04.243Z Compiling delegate v0.13.5
47212026-08-26T14:41:04.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-util-0.52.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e46d1517c3fc3220 -C extra-filename=-8f8c89c85e231f5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222026-08-26T14:41:04.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="compat-0_14"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "as_slice", "bitvec", "bytecheck-0_8", "bytemuck", "compat-0_14", "const-default", "faster-hex", "hybrid-array-0_4", "internals", "rkyv-0_8", "rkyv-0_8-full", "serde", "subtle", "zeroize"))' -C metadata=3ffeca0f11aeacbb -C extra-filename=-6ef58d01f0049cbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array_0_14=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-b4b3669d5ded10cf.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232026-08-26T14:41:04.279Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name delegate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/delegate-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bc1277edfc7ba81 -C extra-filename=-c9ec3479dbd34f9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242026-08-26T14:41:04.352Z Compiling enum_dispatch v0.3.13
47252026-08-26T14:41:04.388Z Compiling num-bigint v0.4.6
47262026-08-26T14:41:04.392Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47272026-08-26T14:41:04.392Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_dispatch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum_dispatch-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4903a2cebf901d4 -C extra-filename=-3b29401c30aa152a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47282026-08-26T14:41:04.419Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=491240081ee81544 -C extra-filename=-2101efc5a5e9b05e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-08-26T14:41:04.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69fac3d7e8369034 -C extra-filename=-8eb5c35ae20b76d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302026-08-26T14:41:04.423Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=143edf93552d3431 -C extra-filename=-df6c5a6d79b4ebd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-c4ef532110be91b1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b68735a5c8dbbee.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-92041cf10ad8a4da.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-8141bf4b5f82237e.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-724b318dd57041ea.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-33237d56c230cea5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
47312026-08-26T14:41:04.489Z Compiling socket2 v0.5.10
47322026-08-26T14:41:04.493Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=ebb1d82abae2758c -C extra-filename=-1c0696c1a58eee79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332026-08-26T14:41:04.563Z Compiling p384 v0.14.0
47342026-08-26T14:41:04.598Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(p384_backend, values("bigint", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=8503ed67e1a73306 -C extra-filename=-aa401d8e5c8e86eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-806e6d71b8c93227.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-12623bed87e265af.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b29c9238322c0af8.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2585b51959c74e6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352026-08-26T14:41:04.634Z Compiling p256 v0.14.0
47362026-08-26T14:41:04.665Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=a8d8d812f32a4cf2 -C extra-filename=-84cd1e5084e65f9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-806e6d71b8c93227.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-12623bed87e265af.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b29c9238322c0af8.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2585b51959c74e6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372026-08-26T14:41:04.738Z Compiling p521 v0.14.0
47382026-08-26T14:41:04.773Z Compiling md5 v0.8.0
47392026-08-26T14:41:04.809Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=0ce00c9e03c02b62 -C extra-filename=-de4ee988f403511a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-0418e8e37623f229.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-806e6d71b8c93227.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-12623bed87e265af.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-b29c9238322c0af8.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-2585b51959c74e6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402026-08-26T14:41:04.813Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d03f1c661e3f12a8 -C extra-filename=-770b7b5bf23f475d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47412026-08-26T14:41:04.877Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47422026-08-26T14:41:04.881Z Compiling darling_macro v0.13.4
47432026-08-26T14:41:04.881Z Compiling hex-literal v1.1.0
47442026-08-26T14:41:04.881Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=330362b94010e7de -C extra-filename=-2bd43c5573fcec64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e025eb9a0a3eca49.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47452026-08-26T14:41:04.881Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=ce5da429be538b93 -C extra-filename=-6a42586be0690967 --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-6a42586be0690967 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-b74e3520330f51a4.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462026-08-26T14:41:04.881Z Compiling hickory-client v0.25.2
47472026-08-26T14:41:04.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97ca0b0f7a2e4b24 -C extra-filename=-b3be55050b78286d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482026-08-26T14:41:04.919Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=5f8bf46506f48300 -C extra-filename=-a23cae23dacac427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-2a2a4dd83a6671bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492026-08-26T14:41:05.019Z Compiling similar-asserts v1.7.0
47502026-08-26T14:41:05.023Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=021c2882aadb9e62 -C extra-filename=-6331658d236cc073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e334ab4a9a0d3340.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512026-08-26T14:41:05.052Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47522026-08-26T14:41:05.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=e802df4e6c870949 -C extra-filename=-60da7b40c7fb6682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-8eb5c35ae20b76d0.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-ce8d018c5c9d1c95.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532026-08-26T14:41:05.056Z Compiling supports-hyperlinks v2.1.0
47542026-08-26T14:41:05.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a709935d618854bb -C extra-filename=-ffaddbc27423dafd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552026-08-26T14:41:05.127Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=645d0974adef1ac8 -C extra-filename=-ad3e7b02a70916ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-cda178e0510b5274.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-5b884125ae28c168.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562026-08-26T14:41:05.191Z Compiling supports-color v2.1.0
47572026-08-26T14:41:05.227Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b890a42f3bef188 -C extra-filename=-c43284e9452966c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-b2c12bae6908caed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582026-08-26T14:41:05.235Z Compiling ed25519-dalek v3.0.0
47592026-08-26T14:41:05.235Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=5cbb0532431bc477 -C extra-filename=-f1d19964e3a3374b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ddc47586e55018ee.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-5f7a713fdbcf889e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e8992f4ae7b40223.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602026-08-26T14:41:05.312Z Compiling supports-unicode v2.1.0
47612026-08-26T14:41:05.316Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ccad1f4828009ed -C extra-filename=-cffee9f170b9bf3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622026-08-26T14:41:05.351Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47632026-08-26T14:41:05.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dce45441cb3b96f7 -C extra-filename=-4f7014068f2ea927 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642026-08-26T14:41:05.386Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47652026-08-26T14:41:05.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09ae7902a878cf16 -C extra-filename=-63fc9bf2f0fe6bda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662026-08-26T14:41:05.426Z Compiling guppy v0.17.25
47672026-08-26T14:41:05.426Z Compiling textwrap v0.15.2
47682026-08-26T14:41:05.427Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=1ba04c545b768bb2 -C extra-filename=-dcfca2fb52fadc5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-9b651c92d8f268ac.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-d6dd042221199f4f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-70d86f4fef49de78.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-40e66410775d1c55.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-ad3e7b02a70916ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692026-08-26T14:41:05.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=c2956860b22e11fc -C extra-filename=-c52f01d474975ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-45c997e26c20bf7d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-e9fd8a748f972b5c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47702026-08-26T14:41:05.497Z Compiling miette-derive v5.10.0
47712026-08-26T14:41:05.501Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
47722026-08-26T14:41:05.501Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae9a459326721bd6 -C extra-filename=-9cc71c311d1067a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732026-08-26T14:41:05.501Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=7d8c5c65aa80b23d -C extra-filename=-ff43f9217400daa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742026-08-26T14:41:05.563Z Compiling terminal_size v0.1.17
47752026-08-26T14:41:05.566Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a1c4194c154d2e1 -C extra-filename=-d160fd39b1cdcb81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47762026-08-26T14:41:05.597Z Compiling owo-colors v3.5.0
47772026-08-26T14:41:05.601Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=61ff1f0564216da1 -C extra-filename=-ccdd5375eda13644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782026-08-26T14:41:05.632Z Compiling diesel v2.3.7
47792026-08-26T14:41:05.636Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=c896a65e7703689e -C extra-filename=-e91cfd4cd00ef715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e56ebd565abc3839.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-ba39d5a7fef78854.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-c2c00b5f956a68ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-58facdd86d1bfb6a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
47802026-08-26T14:41:05.665Z Compiling escape8259 v0.5.3
47812026-08-26T14:41:05.669Z Compiling assert_cmd v2.1.2
47822026-08-26T14:41:05.695Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2aa95b9dd0ef917b -C extra-filename=-27efae1387b7fa25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47832026-08-26T14:41:05.698Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=a210d50b3f37c882 -C extra-filename=-81e180b810c384f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842026-08-26T14:41:05.751Z Compiling target-triple v1.0.0
47852026-08-26T14:41:05.754Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca123542a0a3af92 -C extra-filename=-62c438f7fa2861f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862026-08-26T14:41:05.786Z Compiling darling v0.13.4
47872026-08-26T14:41:05.789Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=74d85ab04234233b -C extra-filename=-c8540123bbacdf7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e025eb9a0a3eca49.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2bd43c5573fcec64.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47882026-08-26T14:41:05.820Z Compiling internet-checksum v0.2.1
47892026-08-26T14:41:05.823Z Compiling knuffel-derive v3.2.0
47902026-08-26T14:41:05.823Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
47912026-08-26T14:41:05.823Z Compiling fancy-regex v0.14.0
47922026-08-26T14:41:05.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=3c0d0a4e5d42356c -C extra-filename=-5b9751ce9dbeac6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47932026-08-26T14:41:05.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a369ba07918c4e8 -C extra-filename=-37a7db5adedce612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a460c1050b8b0eac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942026-08-26T14:41:05.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=fd11d4dcd94139d6 -C extra-filename=-2fafcb8f1f055baf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47952026-08-26T14:41:05.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=a598a696f2affa96 -C extra-filename=-820c58e8d0e44b43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-baf9c933219c4874.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962026-08-26T14:41:05.960Z Compiling libtest-mimic v0.8.1
47972026-08-26T14:41:05.963Z Compiling serde_with_macros v1.5.2
47982026-08-26T14:41:05.963Z Compiling rstest_macros v0.25.0
47992026-08-26T14:41:05.963Z Compiling fs-err v2.11.0
48002026-08-26T14:41:05.963Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2670f44278f8bda3 -C extra-filename=-292bf764fdfae6c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-04d5bc741fc22ed0.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-27efae1387b7fa25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48012026-08-26T14:41:05.963Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5d6bbed5b619116 -C extra-filename=-2b0e26735b423457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-c8540123bbacdf7b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022026-08-26T14:41:05.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=3864e5f5a4718a4a -C extra-filename=-db818da801a6cd3e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-db818da801a6cd3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6f6fa6d5da2a26fa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032026-08-26T14:41:05.964Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=d2efa100a1c77ad0 -C extra-filename=-6907d044ff4d6da5 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-42e7c7869e9e0bb3.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042026-08-26T14:41:06.060Z Compiling linkme-impl v0.3.35
48052026-08-26T14:41:06.095Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=fe036e9c29e956a5 -C extra-filename=-01d8a62eb1848a1b --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48062026-08-26T14:41:06.134Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-81e180b810c384f1/build-script-build`
48072026-08-26T14:41:06.170Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48082026-08-26T14:41:06.174Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48092026-08-26T14:41:06.174Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=01227c2a052b885a -C extra-filename=-d5a55ecf4fd37e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ff43f9217400daa6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48102026-08-26T14:41:06.174Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-62c438f7fa2861f7/build-script-build`
48112026-08-26T14:41:06.174Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=cb55cc5dab8d9968 -C extra-filename=-535841368495b507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2fafcb8f1f055baf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48122026-08-26T14:41:06.276Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=cceb8a2ff504cd29 -C extra-filename=-4515cb23f8af215b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-2520c497304d26a8.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-c61d67dd999bce75.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1a72a5fb657fb8c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-08-26T14:41:06.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc23551b0a48101b -C extra-filename=-11c2b2a5a5c71eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
48142026-08-26T14:41:06.349Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-6907d044ff4d6da5/build-script-build`
48152026-08-26T14:41:06.386Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48162026-08-26T14:41:06.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=158ab7f84a91b9e6 -C extra-filename=-2a5c678eec0b5a97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-cb41be1e922c64a1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-6515eb5d0b1638f5.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-579df78c9b9aae3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-d5a55ecf4fd37e44.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48172026-08-26T14:41:06.390Z Compiling support-bundle-viewer v0.1.2
48182026-08-26T14:41:06.390Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2375fbe51a99d97 -C extra-filename=-a6ddda3f18460f26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out`
48192026-08-26T14:41:06.461Z Compiling datatest-stable v0.3.3
48202026-08-26T14:41:06.464Z Compiling multimap v0.10.1
48212026-08-26T14:41:06.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=527710f110b29984 -C extra-filename=-1505131239b4267c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-820c58e8d0e44b43.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-292bf764fdfae6c9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222026-08-26T14:41:06.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=1d86fc834d262909 -C extra-filename=-38c6af4341102d03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48232026-08-26T14:41:06.465Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-db818da801a6cd3e/build-script-build`
48242026-08-26T14:41:06.532Z Compiling approx v0.5.1
48252026-08-26T14:41:06.567Z Compiling uzers v0.12.2
48262026-08-26T14:41:06.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=9b93f620ea6e5d4c -C extra-filename=-bae629aae9bb55a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272026-08-26T14:41:06.571Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-01d8a62eb1848a1b/build-script-build`
48282026-08-26T14:41:06.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=d733277f3a26c311 -C extra-filename=-e09c365e457db999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292026-08-26T14:41:06.676Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-6a42586be0690967/build-script-build`
48302026-08-26T14:41:06.709Z Compiling termcolor v1.4.1
48312026-08-26T14:41:06.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6dcd0011a2dde969 -C extra-filename=-dbf8146b2030218f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48322026-08-26T14:41:06.747Z Compiling relative-path v1.9.3
48332026-08-26T14:41:06.751Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=a380df1c4a86ecb4 -C extra-filename=-5b8eb83516bfc368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-08-26T14:41:06.783Z Compiling linkme v0.3.35
48352026-08-26T14:41:06.787Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=32ef977d47820c6e -C extra-filename=-b84237b6b640aa92 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362026-08-26T14:41:06.819Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=133d7070c277ff84 -C extra-filename=-6b577da81b40bcc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
48372026-08-26T14:41:06.855Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48382026-08-26T14:41:06.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=11cfdd42374e6dd1 -C extra-filename=-8bf853426649154f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-cb41be1e922c64a1.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c7dee2f5ef43958d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ed5fc034d07e5c85.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-579df78c9b9aae3e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48392026-08-26T14:41:06.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7926793ae72004aa -C extra-filename=-2af5c04a069151db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-535841368495b507.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48402026-08-26T14:41:06.922Z Compiling miette v5.10.0
48412026-08-26T14:41:06.926Z Compiling blake2b_simd v1.0.4
48422026-08-26T14:41:06.926Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48432026-08-26T14:41:06.926Z Compiling partial-io v0.5.4
48442026-08-26T14:41:06.926Z Compiling rand_distr v0.5.1
48452026-08-26T14:41:06.926Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=e8ac29ee03bc1d6e -C extra-filename=-0d2238be261c838f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-852aae69ae80241c.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-951c044b39d5e82d.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-a424b183ae7c3acf.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-9cc71c311d1067a0.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-ccdd5375eda13644.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-c43284e9452966c3.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-ffaddbc27423dafd.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-cffee9f170b9bf3e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-d160fd39b1cdcb81.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-c52f01d474975ac3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48462026-08-26T14:41:06.926Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=cc9fae6e7437e0ec -C extra-filename=-fc253522a518cbd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
48472026-08-26T14:41:06.926Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=9310f6fcff0447c6 -C extra-filename=-cc12d2cc769c68dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-c4ef532110be91b1.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-9b68735a5c8dbbee.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-92041cf10ad8a4da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48482026-08-26T14:41:06.926Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1db7805056610444 -C extra-filename=-37f4cc446cc98ab3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-f2a68385e6ac75a9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-826fbb1f06ba9549.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-7abaceda44bc0ff3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-6db3d1ab605be4b9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-3e2aa9d66e04eae2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-1d7f474c3177f54a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
48492026-08-26T14:41:06.960Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=b9931d954654d51f -C extra-filename=-58796bcb6f0779ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48502026-08-26T14:41:06.960Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=02a9e621114ccca5 -C extra-filename=-c8209bd4c94ee2fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-64e35ac9baf45057.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48512026-08-26T14:41:07.159Z Compiling serde_with v1.14.0
48522026-08-26T14:41:07.163Z Compiling trybuild v1.0.116
48532026-08-26T14:41:07.163Z Compiling drift v0.2.0
48542026-08-26T14:41:07.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=76e000b119db1841 -C extra-filename=-db64c4047085d265 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-2b0e26735b423457.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48552026-08-26T14:41:07.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=089a7a0580b18774 -C extra-filename=-e319940cf372d8f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-11c2b2a5a5c71eac.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-dbf8146b2030218f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4f9fd91d7d2f1063.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48562026-08-26T14:41:07.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ed123279e5ddb3b -C extra-filename=-f35f8f0a24208adb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48572026-08-26T14:41:07.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=dd5fa25d27bdfe04 -C extra-filename=-e7663107eed18b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-e6b2c1d68645c0f1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-5b8eb83516bfc368.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-a102d7cd852100ed.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48582026-08-26T14:41:07.299Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-b84237b6b640aa92/build-script-build`
48592026-08-26T14:41:07.333Z Compiling parse-size v1.1.0
48602026-08-26T14:41:07.337Z Compiling constant_time_eq v0.3.1
48612026-08-26T14:41:07.337Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=21ba17dbdd6270fc -C extra-filename=-84a5b189f8358e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48622026-08-26T14:41:07.337Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=0988cc8288d614a3 -C extra-filename=-cbeea32f1c8e85f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632026-08-26T14:41:07.337Z Compiling cargo_toml v0.21.0
48642026-08-26T14:41:07.371Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=c904425ba9398eb3 -C extra-filename=-b681f7c28fded0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652026-08-26T14:41:07.401Z Compiling termios v0.3.3
48662026-08-26T14:41:07.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a63b34ec2def1702 -C extra-filename=-f247d7cf84322889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48672026-08-26T14:41:07.405Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=8fa2176c6068a387 -C extra-filename=-4eec62a89a01e034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-c04320fb3784b81e.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48682026-08-26T14:41:07.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=84ea1cf294748140 -C extra-filename=-25533a492ef4efff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-cf443b82f01880af.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-7c7c1d7f108358b9.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48692026-08-26T14:41:07.534Z Compiling rust-argon2 v2.1.0
48702026-08-26T14:41:07.538Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=69927bdfb89b45ae -C extra-filename=-9896b4076d354df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-cc12d2cc769c68dc.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-cbeea32f1c8e85f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48712026-08-26T14:41:07.626Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5779f73001e5939 -C extra-filename=-60975d9271d68272 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48722026-08-26T14:41:07.863Z Compiling knuffel v3.2.0
48732026-08-26T14:41:07.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=351c8ddeb4f31fd8 -C extra-filename=-d74b7a461af25ea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-ae1b6f264ede5d9b.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-37a7db5adedce612.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742026-08-26T14:41:07.895Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=1738b39e3f4572d2 -C extra-filename=-6d12d2f24d7f6704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-6b577da81b40bcc4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48752026-08-26T14:41:08.066Z Compiling ssh-key v0.7.0-rc.11
48762026-08-26T14:41:08.069Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=b6632bf5ffd33e79 -C extra-filename=-f5f505c902a4cf32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2fddd40d3405fea2.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-4fd2e7af7af248c6.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f1d19964e3a3374b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1b89a2f7bdc1e500.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-84cd1e5084e65f9c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-aa401d8e5c8e86eb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-de4ee988f403511a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-33ebebdd71b2bf3a.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8e262c43ed771016.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ce305fc2e868ebe2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e8992f4ae7b40223.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-6bd9ec7e781d97f2.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-9e363dc92370e1cd.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48772026-08-26T14:41:08.464Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48782026-08-26T14:41:08.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba01a05235311ee6 -C extra-filename=-ccd5739787349b23 --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-ccd5739787349b23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-ca9ef9ff4744380d.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-1052d4b3e6e1e621.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-db64c4047085d265.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48792026-08-26T14:41:08.603Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
48802026-08-26T14:41:08.607Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69d1ac59454b7e2a -C extra-filename=-c8f1ed785a92ba05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-aec5e55fb051f8f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-d74b7a461af25ea3.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-0d2238be261c838f.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ed5fc034d07e5c85.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-608aab385cf649dc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-2cc4dff61a45718e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-0e6972eb42e3a469.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48812026-08-26T14:41:09.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48822026-08-26T14:41:09.849Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbefda14cb276aaf -C extra-filename=-4aac8837870deebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-b681f7c28fded0ad.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48832026-08-26T14:41:10.065Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-ccd5739787349b23/build-script-build`
48842026-08-26T14:41:10.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee7a7a0669459fe4 -C extra-filename=-7e5f888e7c7d35ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-63a9bca806118ba2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-9ec64f7a44058afe.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48852026-08-26T14:41:10.669Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
48862026-08-26T14:41:10.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/tls/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=678d422f8afa5f03 -C extra-filename=-9f90cdd40413cce8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-c8f1ed785a92ba05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48872026-08-26T14:41:10.703Z Compiling rstest v0.25.0
48882026-08-26T14:41:10.707Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=a1b68983186c3f06 -C extra-filename=-101dcad856bbd6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-bc8745d015cb2294.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-e7663107eed18b9d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48892026-08-26T14:41:13.625Z Compiling samael v0.0.19
48902026-08-26T14:41:13.630Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=334b74245a56a58e -C extra-filename=-40ff4db36c1fb5c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-40ff4db36c1fb5c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-59721b53ff890aac.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-16effc2d31631143.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-08-26T14:41:15.186Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-40ff4db36c1fb5c3/build-script-bindings`
48922026-08-26T14:41:15.411Z Compiling polar-core v0.27.3
48932026-08-26T14:41:15.415Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=1afe943c3bb53d80 -C extra-filename=-f00164914848fdc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-f00164914848fdc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-a0355e61da711485.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48942026-08-26T14:41:15.471Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=67737a42748c4f2c -C extra-filename=-344846e5fc87710c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-e91fec689e1622b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
48952026-08-26T14:41:15.750Z Compiling git2 v0.20.4
48962026-08-26T14:41:15.753Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=ee11f71f975f61fe -C extra-filename=-403e249383acdc33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-344846e5fc87710c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64`
48972026-08-26T14:41:16.342Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-f00164914848fdc6/build-script-build`
48982026-08-26T14:41:17.538Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=6fcd8c1adb2324b4 -C extra-filename=-5b46f19a0e223dd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-cab12bb866bcd3b9.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-dad3cdbc0ba06992.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48992026-08-26T14:41:18.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=c72036cf22b520c2 -C extra-filename=-f67a13860a0ee4c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-403e249383acdc33.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
49002026-08-26T14:41:18.605Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49012026-08-26T14:41:18.609Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3405837518fe7f4 -C extra-filename=-bcd48e0164718d97 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-bcd48e0164718d97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-f67a13860a0ee4c9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/usr/lib/amd64`
49022026-08-26T14:41:18.818Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-e5a3b75a8c49231d/build-script-build`
49032026-08-26T14:41:18.821Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=934c3a0dbe68b0da -C extra-filename=-9cd689f69844f1e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -l static=aws_lc_0_40_0_crypto --cfg universal`
49042026-08-26T14:41:18.895Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-e4c54629b47eba27/build-script-build`
49052026-08-26T14:41:19.255Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=fbe7fea0d22d2001 -C extra-filename=-b4220599b3558ca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
49062026-08-26T14:41:19.657Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-bcd48e0164718d97/build-script-build`
49072026-08-26T14:41:20.055Z Compiling rustls-webpki v0.103.13
49082026-08-26T14:41:20.055Z Compiling rcgen v0.12.1
49092026-08-26T14:41:20.059Z Compiling russh v0.62.4
49102026-08-26T14:41:20.059Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=6cec2bf913b9a3c3 -C extra-filename=-4ea958b574c1f86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6ffcdc72833e9553.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49112026-08-26T14:41:20.059Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=20d505dcedd0ae03 -C extra-filename=-8c430037ff35ad52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-759c22ecd7f217cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49122026-08-26T14:41:20.059Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.62.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=57f132faef2bb0f6 -C extra-filename=-3cbf7366e6b46e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-e5eeeae11eddd33f.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-3728da72cd8babea.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-58c641fa7745cfca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3b9f7edcbfd6ad8b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-c9bddfd02cefb94c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ddc47586e55018ee.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-c9ec3479dbd34f9a.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6ff2d615077642fd.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-806e6d71b8c93227.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f1d19964e3a3374b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-12623bed87e265af.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-3b29401c30aa152a.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6ef58d01f0049cbf.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-d495d9d132afad31.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-b3be55050b78286d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1b89a2f7bdc1e500.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-42bc3a3f01c67cf8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-ebda17a1eb8f6328.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-770b7b5bf23f475d.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-a3641d636b3dc80f.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-41d5274db2c3b5f8.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-2101efc5a5e9b05e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-84cd1e5084e65f9c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-aa401d8e5c8e86eb.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-de4ee988f403511a.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-e60009935ba3afc2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-bcbd69ced4c65519.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-980574d398d0ec6e.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-dd2c65913dc3bce2.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6f9f09c88a9df1e6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-abbc589ab1b46aa3.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-33ebebdd71b2bf3a.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-d7444cb7376d4a4a.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-8f8c89c85e231f5e.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-db6c2d3c156c9e9c.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-90438da430ef6c8c.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8e262c43ed771016.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ce305fc2e868ebe2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4e0a6f6a90f167e2.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-e8992f4ae7b40223.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-618ba09f2ae6d725.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-9e363dc92370e1cd.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f5f505c902a4cf32.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-3a63fc1f7ed4e16b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49132026-08-26T14:41:20.201Z Compiling diesel-dtrace v0.5.0
49142026-08-26T14:41:20.201Z Compiling async-bb8-diesel v0.2.1
49152026-08-26T14:41:20.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46f6d02ebb3ec901 -C extra-filename=-373d4885d26d541b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
49162026-08-26T14:41:20.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=aae4bff936e57e9d -C extra-filename=-d077e1e27575ce9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4777b5f6ab632e7d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
49172026-08-26T14:41:20.518Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=20e42147ffc14382 -C extra-filename=-dfb7ec6e33e4153c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4ea958b574c1f86c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49182026-08-26T14:41:21.068Z Compiling oso v0.27.3
49192026-08-26T14:41:21.072Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=db66b20f0ced69dc -C extra-filename=-429438859a73e112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-3e57588f6c0bdb2c.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-c2584cfce2fd8f6d.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-5b46f19a0e223dd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49202026-08-26T14:41:21.624Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=0cb9697090676802 -C extra-filename=-9d808ebe008b612b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-42914c6a9dc15c4c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9648e669395baa62.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-1ca26596e59e04be.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d5601b40fee819b7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
49212026-08-26T14:41:23.080Z Compiling tokio-rustls v0.26.4
49222026-08-26T14:41:23.081Z Compiling rustls-platform-verifier v0.6.2
49232026-08-26T14:41:23.086Z Compiling tough v0.22.0
49242026-08-26T14:41:23.086Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49252026-08-26T14:41:23.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=96db2aaa26664d5f -C extra-filename=-fcade6d7b75e7bf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49262026-08-26T14:41:23.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=1fb908bc4c22bb92 -C extra-filename=-cc7a639cc9cc7c7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3cb4fd023f47b6d2.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4ea958b574c1f86c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49272026-08-26T14:41:23.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/tough/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "http2", "integ", "reqwest", "rustls-native-certs", "rustls-platform-verifier"))' -C metadata=7a9e9624b6468f19 -C extra-filename=-5ab85cafa68f43c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-dacc1a861acd5714.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-023a258766385c86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-60d198e6d810519a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-340edb1dfece61d6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49282026-08-26T14:41:23.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=fc0409033f2cd100 -C extra-filename=-34c0ceba006ce3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-6719a3ea0b10aec6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-7e8c43aa4f4629d8.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-98e749b007ab118d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-023a258766385c86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-60d198e6d810519a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-340edb1dfece61d6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ac164487c785deef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/usr/lib/amd64`
49292026-08-26T14:41:23.427Z Compiling hyper-rustls v0.27.7
49302026-08-26T14:41:23.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=4542a7a7a03c07d8 -C extra-filename=-acdf683ebe425529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3cb4fd023f47b6d2.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49312026-08-26T14:41:23.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=958a3ee8674aacbf -C extra-filename=-489443d6f902cb52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_compression=/work/oxidecomputer/omicron/target/debug/deps/libasync_compression-83d98e10656ba575.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-64d06e4bd46a1adc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-b55ebcd4bdd7faa6.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-1f6b2d4c349cd1c3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-aa4989b6e8d2c9e3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fa7319cc94b10d80.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-ce305fc2e868ebe2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-7b1b8a3d32fa8391.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4f9fd91d7d2f1063.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8607a6018d10fd09.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49322026-08-26T14:41:23.431Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/a233079/tls/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("attest-mock", "camino", "pki-playground", "unittest"))' -C metadata=2eabdb8c25e80b61 -C extra-filename=-f4922eb908c6a7d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-cb41be1e922c64a1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-f01448b467e334c9.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-8bf853426649154f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e0d7f5b1196f79ac.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-26c0f0868a359543.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
49332026-08-26T14:41:23.679Z Compiling reqwest v0.13.2
49342026-08-26T14:41:23.682Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=5642220523a82328 -C extra-filename=-b08f6399b34a27d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-591888dfbd5c814f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-f77eb10c7bb25fa5.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-cacf2a8b7ef904b3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-cb9ce126b271012b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-10229ef171a3bfe3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2d8c4a5dc6b95991.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-cc7a639cc9cc7c7f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-9285e2cec1c30045.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-4db95da684ea80c6.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-86a1767f5c83d9f4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-594a4c0c3effa46d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49352026-08-26T14:41:25.108Z Compiling progenitor-client v0.14.0
49362026-08-26T14:41:25.108Z Compiling progenitor-client v0.13.0
49372026-08-26T14:41:25.108Z Compiling omicron-zone-package v0.12.3
49382026-08-26T14:41:25.112Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fa0dcfe64c97f10 -C extra-filename=-f4f2fe539db74029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49392026-08-26T14:41:25.112Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ab1c44b59d3c696 -C extra-filename=-75e05f26638da1a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49402026-08-26T14:41:25.112Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53d7c44cf278d72d -C extra-filename=-8b51f451e2211452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-913d485a245fc0d2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-7847605b4539d0e5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49412026-08-26T14:41:25.310Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49422026-08-26T14:41:25.314Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec30f02e67bcd47c -C extra-filename=-43ac003f714f228e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-91cb49bd19f22d73.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ffd27d2d9adb66d1.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-06f5b8f7119bab3a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1bb4eb89e577f686.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-5ab85cafa68f43c4.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib`
49432026-08-26T14:41:25.369Z Compiling progenitor v0.13.0
49442026-08-26T14:41:25.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=91e59be307cc425a -C extra-filename=-bb478bc72dafeadb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-75e05f26638da1a9.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e4ed72a1f61cc188.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-d09559fae83e9ac0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49452026-08-26T14:41:25.410Z Compiling progenitor-extras v0.2.0
49462026-08-26T14:41:25.413Z Compiling progenitor v0.14.0
49472026-08-26T14:41:25.413Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=423978448faaedc4 -C extra-filename=-2cd8789e27d3f8a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49482026-08-26T14:41:25.413Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=a1caf18d9ea86f51 -C extra-filename=-127a433fcf21b8fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-52137292e614fb52.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-b9aa8c13e2c7da04.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49492026-08-26T14:41:25.477Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49502026-08-26T14:41:25.481Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad5afa6f1beeebe4 -C extra-filename=-0e3ce3a60029fff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fc253522a518cbd7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-37f4cc446cc98ab3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-84a5b189f8358e75.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-fa7319cc94b10d80.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-535841368495b507.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-2af5c04a069151db.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49512026-08-26T14:41:25.523Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
49522026-08-26T14:41:25.523Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49532026-08-26T14:41:25.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=56ddfb725ea88fcd -C extra-filename=-83626a14319408e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-af1c38f5a09821f0.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bb478bc72dafeadb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4fbdba146a5d1d35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49542026-08-26T14:41:25.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=cdb8c924d3d77028 -C extra-filename=-ca6e599616010832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-703813e0b965ea95.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bb478bc72dafeadb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4fbdba146a5d1d35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49552026-08-26T14:41:25.606Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49562026-08-26T14:41:25.606Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49572026-08-26T14:41:25.610Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49582026-08-26T14:41:25.610Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49592026-08-26T14:41:25.610Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49602026-08-26T14:41:25.610Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49612026-08-26T14:41:25.610Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08d80e2a6f5c8de3 -C extra-filename=-8f1ebec1a6cc08f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-a92d22639c9be6ce.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-a28b3bca7dd8309b.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-e32acf523e933eb8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-64180aced6d0a84c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49622026-08-26T14:41:25.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e913959e048a82 -C extra-filename=-ae4d458ba640e45e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-54340c179275cdab.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b8bbd02bb333c3a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49632026-08-26T14:41:25.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=dd0adbf5ca9fc049 -C extra-filename=-7e15bd348a28bd1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-ad1fa384f47c3f49.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-a039d34423c13086.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-aa99e2f39b1a2a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4fbdba146a5d1d35.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49642026-08-26T14:41:25.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc6fa71660221dc7 -C extra-filename=-351ec0d44c666993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libddm_api_types_versions-17b708581b0f4c7e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49652026-08-26T14:41:25.611Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4680f7eca5d8e90 -C extra-filename=-a4e50414a569e4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49662026-08-26T14:41:25.638Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc059353bb2892b9 -C extra-filename=-a251e3799588700f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49672026-08-26T14:41:26.028Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49682026-08-26T14:41:26.033Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47669a1ca28a9de3 -C extra-filename=-b95a4930e03efd62 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b95a4930e03efd62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8e1541b037d2c6b4.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-710bd25eabb48ab2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dc64e98d3a4185bd.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bca00c9f32128645.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rlib --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-2377fbc6037379d7.so --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-a034cb99f9fa1c50.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6c1a39cdac9eb0a1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b21f7aa0dddf1ff2.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-611bbe72f6f57dfc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1882d391b3eda2db.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-98e749b007ab118d.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-a28b6bc51e3bcf94.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a250cca839372087.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-4de5acab881f7c66.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-4974eb09881d4fa5.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-f48ee203236f5704.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49692026-08-26T14:41:26.199Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49702026-08-26T14:41:26.199Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49712026-08-26T14:41:26.202Z Compiling dropshot-api-manager v0.8.0
49722026-08-26T14:41:26.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88abfce26106028b -C extra-filename=-1f2324e65021ebca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-54d328873644484d.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49732026-08-26T14:41:26.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58b1bf152ed553b -C extra-filename=-6183800bfd510cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-f35f8f0a24208adb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-607b17cb71303548.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-fa6ac20d96b0ea7d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49742026-08-26T14:41:26.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ff059887ade8cab -C extra-filename=-4724539be879d630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-3d1a2ea0338b9c15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ea606c39d992acda.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-0fc16e2c0290c2bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4f9fd91d7d2f1063.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-5415d43235a09986.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49752026-08-26T14:41:26.202Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fc6a436ff0c6455 -C extra-filename=-0651dc3618086cbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ccddc8f7bf5f2a09.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-54340c179275cdab.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-0909b464fc7a6f51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-b8bbd02bb333c3a6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
49762026-08-26T14:41:26.334Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b95a4930e03efd62/build-script-build`
49772026-08-26T14:41:26.386Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=213213dc750a9d9d -C extra-filename=-84c42bfd0120d816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-710bd25eabb48ab2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dc64e98d3a4185bd.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bca00c9f32128645.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-a034cb99f9fa1c50.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rmeta --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b21f7aa0dddf1ff2.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-611bbe72f6f57dfc.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1882d391b3eda2db.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-98e749b007ab118d.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49782026-08-26T14:41:26.387Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a33a69c073a85a3 -C extra-filename=-56fb45309f485d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-710bd25eabb48ab2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dc64e98d3a4185bd.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bca00c9f32128645.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-a034cb99f9fa1c50.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b21f7aa0dddf1ff2.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-611bbe72f6f57dfc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1882d391b3eda2db.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-98e749b007ab118d.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49792026-08-26T14:41:26.482Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
49802026-08-26T14:41:26.483Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
49812026-08-26T14:41:26.486Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
49822026-08-26T14:41:26.486Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
49832026-08-26T14:41:26.486Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
49842026-08-26T14:41:26.486Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
49852026-08-26T14:41:26.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=cd2e82fec87ef621 -C extra-filename=-49dfb12d755dd188 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49862026-08-26T14:41:26.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=196991fbb5ec9b1b -C extra-filename=-1f35b5984e47e96d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49872026-08-26T14:41:26.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=07c3b96f6bde4c2a -C extra-filename=-2727464e2c1a72cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49882026-08-26T14:41:26.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=494ff9d893cc6aa2 -C extra-filename=-10f839346f401092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49892026-08-26T14:41:26.486Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44829d7a1b4bdfba -C extra-filename=-8b0610839e135508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rmeta --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49902026-08-26T14:41:26.486Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
49912026-08-26T14:41:26.487Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf3043c475900e09 -C extra-filename=-0a42c1b4f0021cf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21def21678e7e581.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49922026-08-26T14:41:26.515Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=9d19849b50a959ea -C extra-filename=-c849c680d8014827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49932026-08-26T14:41:26.577Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
49942026-08-26T14:41:26.581Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
49952026-08-26T14:41:26.612Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=718ee1389defe1b5 -C extra-filename=-ddf82663d8084bc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49962026-08-26T14:41:26.649Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
49972026-08-26T14:41:26.653Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dee889c86a71e8c2 -C extra-filename=-d5829dbddfc24c78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
49982026-08-26T14:41:26.653Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
49992026-08-26T14:41:26.678Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
50002026-08-26T14:41:26.682Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7c7da86a608efb09 -C extra-filename=-dfa13a9ac42087a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50012026-08-26T14:41:26.682Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2323da339f4d528 -C extra-filename=-0e77d91a9b6b421f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50022026-08-26T14:41:26.714Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ccb51b27cc98d95a -C extra-filename=-141af740073d1708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50032026-08-26T14:41:26.779Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50042026-08-26T14:41:26.847Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61bc080786fce8b4 -C extra-filename=-44fde5e0310607fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50052026-08-26T14:41:26.920Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50062026-08-26T14:41:26.957Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
50072026-08-26T14:41:26.996Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5ff667415f272619 -C extra-filename=-b8d2612886d7f029 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50082026-08-26T14:41:27.000Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50092026-08-26T14:41:27.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9ff21a48c7d36bd -C extra-filename=-3afda07988adb463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b53447f40fc66f72.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50102026-08-26T14:41:27.000Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
50112026-08-26T14:41:27.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd1d6b1e477114ab -C extra-filename=-1ae2ad40ef00ffb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50122026-08-26T14:41:27.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11e4297e4857bf40 -C extra-filename=-8f407a339ae4335e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50132026-08-26T14:41:27.071Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50142026-08-26T14:41:27.128Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50152026-08-26T14:41:27.220Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=808320b2b173496d -C extra-filename=-7a2f466ef43eaa52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50162026-08-26T14:41:27.223Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50172026-08-26T14:41:27.223Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
50182026-08-26T14:41:27.223Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=389b6902cc34342d -C extra-filename=-8cc4969d5b52681f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50192026-08-26T14:41:27.223Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c54aeec18e221ca -C extra-filename=-1801099c12733006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50202026-08-26T14:41:27.223Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50212026-08-26T14:41:27.227Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0afec3083d6c598 -C extra-filename=-e6b1006727ba42e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50222026-08-26T14:41:27.227Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd30e9ce49e0e9c2 -C extra-filename=-022ccc03099a921a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50232026-08-26T14:41:27.258Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=576e929b346354f2 -C extra-filename=-1a4c982ae87f423b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50242026-08-26T14:41:27.326Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
50252026-08-26T14:41:27.330Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50262026-08-26T14:41:27.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfcd2e348e9e94a5 -C extra-filename=-a45744903d21d726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50272026-08-26T14:41:27.330Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3315c8d960e315cb -C extra-filename=-7b2578fae28eae6d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7b2578fae28eae6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50282026-08-26T14:41:27.437Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50292026-08-26T14:41:27.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aedd118c3b9f05b0 -C extra-filename=-b55dc741fb07186c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b55dc741fb07186c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50302026-08-26T14:41:27.478Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50312026-08-26T14:41:27.482Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d124e8d8838c0275 -C extra-filename=-c2d03c3814289ede --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50322026-08-26T14:41:27.516Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50332026-08-26T14:41:27.554Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50342026-08-26T14:41:27.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=332f63ecba36dcab -C extra-filename=-abf4f3936a4b92c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50352026-08-26T14:41:27.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91f6f5995093e8f2 -C extra-filename=-88abf8d704d485bd --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-88abf8d704d485bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50362026-08-26T14:41:27.596Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50372026-08-26T14:41:27.599Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50382026-08-26T14:41:27.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c417911aedceef22 -C extra-filename=-be422f8abfa358f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-be422f8abfa358f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50392026-08-26T14:41:27.599Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=288bf97679c51f82 -C extra-filename=-2edc36a477a4b616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50402026-08-26T14:41:27.668Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50412026-08-26T14:41:27.672Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50422026-08-26T14:41:27.672Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50432026-08-26T14:41:27.672Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
50442026-08-26T14:41:27.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bf3e97aecaf20fc -C extra-filename=-fd999bcf228af77f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50452026-08-26T14:41:27.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab8f51b345e5538f -C extra-filename=-c5ffbc8c7e03b684 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-c5ffbc8c7e03b684 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50462026-08-26T14:41:27.672Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=cb591b16020428b7 -C extra-filename=-1978a57e9bc0c486 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1978a57e9bc0c486 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50472026-08-26T14:41:27.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb97d866c1efc10b -C extra-filename=-c971fc73faee6b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50482026-08-26T14:41:27.816Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50492026-08-26T14:41:27.819Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=351db61916380d03 -C extra-filename=-79874b690383809c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50502026-08-26T14:41:27.819Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-7b2578fae28eae6d/build-script-build`
50512026-08-26T14:41:27.819Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b55dc741fb07186c/build-script-build`
50522026-08-26T14:41:27.955Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
50532026-08-26T14:41:27.958Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50542026-08-26T14:41:28.030Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17b9b912fdc909a0 -C extra-filename=-bf1d2687030d39fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
50552026-08-26T14:41:28.067Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50562026-08-26T14:41:28.071Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50572026-08-26T14:41:28.071Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-88abf8d704d485bd/build-script-build`
50582026-08-26T14:41:28.071Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb2590bccb14911e -C extra-filename=-e61007b07e6811c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50592026-08-26T14:41:28.071Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-be422f8abfa358f0/build-script-build`
50602026-08-26T14:41:28.071Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9636cee96ed5407c -C extra-filename=-ae01a446f7010824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50612026-08-26T14:41:28.138Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50622026-08-26T14:41:28.142Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50632026-08-26T14:41:28.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=5854a38957315b90 -C extra-filename=-25cab67f863ebe09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-258470ad89ecd8d1.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50642026-08-26T14:41:28.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4740a5889eba0eb6 -C extra-filename=-2b13b1ad0c087bea --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-2b13b1ad0c087bea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50652026-08-26T14:41:28.142Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=af72df612f6f3817 -C extra-filename=-655fdc7a1caf9fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-258470ad89ecd8d1.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-f33dd8547638ae5e.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50662026-08-26T14:41:28.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df8a5e979b82b4c5 -C extra-filename=-c1f04d601df2d033 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-c1f04d601df2d033 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50672026-08-26T14:41:28.179Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=268bfe371af41b53 -C extra-filename=-73a1412ec7fa14d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50682026-08-26T14:41:28.211Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50692026-08-26T14:41:28.214Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50702026-08-26T14:41:28.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0379ebcd219602e -C extra-filename=-9356f4e97927227d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-9356f4e97927227d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50712026-08-26T14:41:28.348Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a464086f580a135 -C extra-filename=-ea0ef68550c62430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50722026-08-26T14:41:28.385Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50732026-08-26T14:41:28.388Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
50742026-08-26T14:41:28.388Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50752026-08-26T14:41:28.425Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-c5ffbc8c7e03b684/build-script-build`
50762026-08-26T14:41:28.494Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50772026-08-26T14:41:28.497Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50782026-08-26T14:41:28.497Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50792026-08-26T14:41:28.497Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50802026-08-26T14:41:28.529Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50812026-08-26T14:41:28.532Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1978a57e9bc0c486/build-script-build`
50822026-08-26T14:41:28.532Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cd7a55c9cf742c6 -C extra-filename=-47e47758cbe9f924 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-47e47758cbe9f924 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50832026-08-26T14:41:28.532Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3aee151c87b8d7e -C extra-filename=-2c975f10aab7a5da --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2c975f10aab7a5da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50842026-08-26T14:41:28.533Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2bc3718ea7d1d68 -C extra-filename=-bb6d6d2e57a371a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-bb6d6d2e57a371a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50852026-08-26T14:41:28.567Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
50862026-08-26T14:41:28.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=ed9bd7f6985f6412 -C extra-filename=-a47906d00e728b98 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-a47906d00e728b98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50872026-08-26T14:41:28.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac2577226542b270 -C extra-filename=-99d6bfda8b97b3d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-99d6bfda8b97b3d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50882026-08-26T14:41:28.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f1d7d7aa2e68d4f -C extra-filename=-0a194d496c590b36 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0a194d496c590b36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50892026-08-26T14:41:28.570Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/switch-config/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=410be0a533661397 -C extra-filename=-409c9fd506a83d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-409c9fd506a83d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50902026-08-26T14:41:28.571Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c0c60666bbd5413 -C extra-filename=-35099204f1833447 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-35099204f1833447 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50912026-08-26T14:41:28.604Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6e3bb00f1c373074 -C extra-filename=-f1ce8c20d9f6bee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50922026-08-26T14:41:28.640Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
50932026-08-26T14:41:28.645Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50942026-08-26T14:41:28.645Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-2b13b1ad0c087bea/build-script-build`
50952026-08-26T14:41:28.645Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50962026-08-26T14:41:28.673Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e2d52eca10dbe59 -C extra-filename=-773cbf8d077364c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50972026-08-26T14:41:28.676Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79be2c4b80efb82b -C extra-filename=-a29c282ba2475ad0 --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-a29c282ba2475ad0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50982026-08-26T14:41:28.676Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=196d31d2b5a864b5 -C extra-filename=-bc86411b4edc3d14 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-bc86411b4edc3d14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
50992026-08-26T14:41:28.706Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-9356f4e97927227d/build-script-build`
51002026-08-26T14:41:28.742Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51012026-08-26T14:41:28.746Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
51022026-08-26T14:41:28.746Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-c1f04d601df2d033/build-script-build`
51032026-08-26T14:41:28.778Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51042026-08-26T14:41:28.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/fm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=2d4fea9fabcf3f26 -C extra-filename=-57626d7c7653548e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-57626d7c7653548e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51052026-08-26T14:41:28.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7059f67ee2878f8e -C extra-filename=-8ea9b2ae889c8d11 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8ea9b2ae889c8d11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51062026-08-26T14:41:28.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=399056363d3ae1c9 -C extra-filename=-85e183cfac3ef85c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51072026-08-26T14:41:28.880Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51082026-08-26T14:41:28.883Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-47e47758cbe9f924/build-script-build`
51092026-08-26T14:41:28.883Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=3ed2c2c6901b65ae -C extra-filename=-18802fdb42930147 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-18802fdb42930147 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51102026-08-26T14:41:29.028Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-2c975f10aab7a5da/build-script-build`
51112026-08-26T14:41:29.031Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
51122026-08-26T14:41:29.060Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51132026-08-26T14:41:29.063Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-bb6d6d2e57a371a9/build-script-build`
51142026-08-26T14:41:29.063Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
51152026-08-26T14:41:29.063Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0a194d496c590b36/build-script-build`
51162026-08-26T14:41:29.101Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f941eff7d81a125b -C extra-filename=-d0ee82e2f450d69f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cd805fb30c8ce970.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51172026-08-26T14:41:29.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d36201d8964815b -C extra-filename=-52c5696be2e82e5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51182026-08-26T14:41:29.105Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3cc6a5033c7dd713 -C extra-filename=-d1ced73a816f37db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51192026-08-26T14:41:29.105Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
51202026-08-26T14:41:29.105Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
51212026-08-26T14:41:29.105Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-a47906d00e728b98/build-script-build`
51222026-08-26T14:41:29.105Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-99d6bfda8b97b3d4/build-script-build`
51232026-08-26T14:41:29.143Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-409c9fd506a83d0d/build-script-build`
51242026-08-26T14:41:29.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b21830765d1da3 -C extra-filename=-877403148c10fdf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51252026-08-26T14:41:29.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41c88942e63d8a5e -C extra-filename=-3e59a50f251310d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51262026-08-26T14:41:29.146Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-8ea9b2ae889c8d11/build-script-build`
51272026-08-26T14:41:29.146Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-35099204f1833447/build-script-build`
51282026-08-26T14:41:29.178Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
51292026-08-26T14:41:29.213Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e0b21b439e63e3b -C extra-filename=-6ffa822478fd1f90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51302026-08-26T14:41:29.217Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-57626d7c7653548e/build-script-build`
51312026-08-26T14:41:29.250Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51322026-08-26T14:41:29.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da4224b261eca6d3 -C extra-filename=-2ed227fdee955ab6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51332026-08-26T14:41:29.283Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
51342026-08-26T14:41:29.317Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4efeec08f079a9e -C extra-filename=-10918948e63829f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-10918948e63829f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51352026-08-26T14:41:29.356Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51362026-08-26T14:41:29.392Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51372026-08-26T14:41:29.422Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7f42cb4d27a7ae6 -C extra-filename=-83a90d8c4af47865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51382026-08-26T14:41:29.459Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51392026-08-26T14:41:29.459Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-bc86411b4edc3d14/build-script-build`
51402026-08-26T14:41:29.463Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cf563e9c94c8288 -C extra-filename=-b7d143788f213201 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-98e749b007ab118d.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-82e4c98081358b8b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/usr/lib/amd64`
51412026-08-26T14:41:29.494Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
51422026-08-26T14:41:29.527Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
51432026-08-26T14:41:29.531Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-a29c282ba2475ad0/build-script-build`
51442026-08-26T14:41:29.531Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25ef8abf14d014ec -C extra-filename=-4d0fc50892ec2c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51452026-08-26T14:41:29.563Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82422ae4fb3670b2 -C extra-filename=-257f30ebddcd998f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-257f30ebddcd998f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51462026-08-26T14:41:29.566Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
51472026-08-26T14:41:29.566Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86641d5f210cd7c1 -C extra-filename=-8ebc2b31c9c93323 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-8ebc2b31c9c93323 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51482026-08-26T14:41:29.594Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9741db1c074a0ed -C extra-filename=-919651cc64b4ca38 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-919651cc64b4ca38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51492026-08-26T14:41:29.630Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
51502026-08-26T14:41:29.665Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
51512026-08-26T14:41:29.668Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8eba458cd6625e2b -C extra-filename=-f2bd5042091b670d --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-f2bd5042091b670d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51522026-08-26T14:41:29.698Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
51532026-08-26T14:41:29.702Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01f5a6bade796e17 -C extra-filename=-a1ae604026523688 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a1ae604026523688 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51542026-08-26T14:41:29.733Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
51552026-08-26T14:41:29.737Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4ba8c4ef0ff790c -C extra-filename=-4ac47f51e32e1e96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51562026-08-26T14:41:29.737Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6ed974f45453794 -C extra-filename=-34e334a908fb6e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
51572026-08-26T14:41:29.901Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
51582026-08-26T14:41:29.930Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
51592026-08-26T14:41:29.934Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89e3257d32280607 -C extra-filename=-fea895d089a6dd34 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-fea895d089a6dd34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51602026-08-26T14:41:29.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48662d15e3392670 -C extra-filename=-9b22d567af93c0e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-9b22d567af93c0e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51612026-08-26T14:41:30.040Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51622026-08-26T14:41:30.076Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df1cfda4b9654763 -C extra-filename=-854fe37423ad49b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-854fe37423ad49b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51632026-08-26T14:41:30.107Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-18802fdb42930147/build-script-build`
51642026-08-26T14:41:30.110Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-919651cc64b4ca38/build-script-build`
51652026-08-26T14:41:30.177Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
51662026-08-26T14:41:30.181Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfd0066572bea5ff -C extra-filename=-63d7d261bef10666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51672026-08-26T14:41:30.181Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-257f30ebddcd998f/build-script-build`
51682026-08-26T14:41:30.253Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51692026-08-26T14:41:30.256Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
51702026-08-26T14:41:30.256Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
51712026-08-26T14:41:30.256Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eebc4a6768343b13 -C extra-filename=-1cd0fbdf8677e094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51722026-08-26T14:41:30.292Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=420abf961e930c55 -C extra-filename=-87e5711cf511dfe1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-87e5711cf511dfe1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51732026-08-26T14:41:30.295Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90658b4f7b7cade1 -C extra-filename=-6a38d5871196fe6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51742026-08-26T14:41:30.325Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-8ebc2b31c9c93323/build-script-build`
51752026-08-26T14:41:30.365Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-10918948e63829f6/build-script-build`
51762026-08-26T14:41:30.398Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5e00bbb4c6ea5ac -C extra-filename=-eb11d831f337014b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51772026-08-26T14:41:30.401Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7fc7d51ddbde278b -C extra-filename=-eaa098247a183f05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51782026-08-26T14:41:30.469Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e7d25054c36dfa4 -C extra-filename=-d216c1fef1c23200 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51792026-08-26T14:41:30.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e97d54f65b4ff228 -C extra-filename=-188cd35d011934fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51802026-08-26T14:41:30.542Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-fea895d089a6dd34/build-script-build`
51812026-08-26T14:41:30.545Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-9b22d567af93c0e8/build-script-build`
51822026-08-26T14:41:30.545Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-854fe37423ad49b5/build-script-build`
51832026-08-26T14:41:30.708Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-f2bd5042091b670d/build-script-build`
51842026-08-26T14:41:30.745Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-a1ae604026523688/build-script-build`
51852026-08-26T14:41:30.748Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ac4cd61b2181c41f -C extra-filename=-ca8678c72b83164b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51862026-08-26T14:41:30.748Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b69b2e7f659433ca -C extra-filename=-4e68f7cfd8cb7f55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51872026-08-26T14:41:30.779Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=9308e2b6417920e9 -C extra-filename=-0cfd3bebd2cc3d3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51882026-08-26T14:41:30.782Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3da59a41d7944885 -C extra-filename=-6c6a8bc2586fb60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51892026-08-26T14:41:30.782Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=d981105c2939f9bb -C extra-filename=-c973853a2ea708fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-258470ad89ecd8d1.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51902026-08-26T14:41:30.845Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7f8cd00c0e9699f -C extra-filename=-4045f1abfbc620f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51912026-08-26T14:41:30.880Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
51922026-08-26T14:41:30.911Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4852e46a3cfc31b1 -C extra-filename=-9cf685be992a375d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-df6c5a6d79b4ebd3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-6a38d5871196fe6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-ffd27d2d9adb66d1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-535841368495b507.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-0e3ce3a60029fff2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51932026-08-26T14:41:30.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=456b6dd259b73cc0 -C extra-filename=-6a0ea66a8fc08c0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51942026-08-26T14:41:30.980Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78260015a943dd8e -C extra-filename=-6b88580ef1ae4347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51952026-08-26T14:41:31.013Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a196bb9ef65d704 -C extra-filename=-3b8eadc5623392ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51962026-08-26T14:41:31.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=583444717b1e243f -C extra-filename=-6f89925be84c2434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51972026-08-26T14:41:31.337Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=78f6f5c006c68321 -C extra-filename=-f8e9b0bc897d70cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
51982026-08-26T14:41:31.370Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
51992026-08-26T14:41:31.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b59180575cebe64d -C extra-filename=-3df835bf45f6f74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-655fdc7a1caf9fe0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52002026-08-26T14:41:31.413Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-87e5711cf511dfe1/build-script-build`
52012026-08-26T14:41:31.498Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee20079601bcfdef -C extra-filename=-f18a226f7e804bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52022026-08-26T14:41:31.519Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
52032026-08-26T14:41:31.522Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0c0b5a7f5ec313dd -C extra-filename=-251dd69e3f873056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-54340c179275cdab.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52042026-08-26T14:41:31.557Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcc320767e550174 -C extra-filename=-60e5e2c0ff22c0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52052026-08-26T14:41:31.759Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
52062026-08-26T14:41:31.763Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7676466f6f63a4f -C extra-filename=-80dba3bee08376e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52072026-08-26T14:41:32.006Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
52082026-08-26T14:41:32.009Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18425ec7e5b65ffa -C extra-filename=-49ba6a83d3a8ea61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52092026-08-26T14:41:32.061Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
52102026-08-26T14:41:32.064Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb191a5637dcdbba -C extra-filename=-c097606c1534c4bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52112026-08-26T14:41:32.096Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
52122026-08-26T14:41:32.100Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d51ae8c935ab167c -C extra-filename=-94793d5294b0fbda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52132026-08-26T14:41:32.161Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
52142026-08-26T14:41:32.165Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5c423dd411cc10c -C extra-filename=-c18773b3978cfc9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-351ec0d44c666993.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52152026-08-26T14:41:32.197Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52162026-08-26T14:41:32.259Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c646067530144ca0 -C extra-filename=-cbead655ebf24e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52172026-08-26T14:41:32.414Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
52182026-08-26T14:41:32.418Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=d9dda734d3e9518b -C extra-filename=-d12f8c8ba19b5416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-7e5f888e7c7d35ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
52192026-08-26T14:41:32.500Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec32841d66b05f92 -C extra-filename=-a250523142e7a5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4d0fc50892ec2c45.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4ac47f51e32e1e96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
52202026-08-26T14:41:32.534Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52212026-08-26T14:41:32.538Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67b9fcf872a38d8c -C extra-filename=-55c8a5128df0bde7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-f247d7cf84322889.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52222026-08-26T14:41:32.626Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb4b7a583ac1e67f -C extra-filename=-c14d6d54e1355066 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52232026-08-26T14:41:32.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=518c91cb720e3041 -C extra-filename=-e71fd36d43a8a443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52242026-08-26T14:41:32.812Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
52252026-08-26T14:41:32.844Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13502ccbe0f58832 -C extra-filename=-3ff9e74112d12f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52262026-08-26T14:41:32.848Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6db65ec830b2415 -C extra-filename=-0520512c5dd2edd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52272026-08-26T14:41:32.880Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=33b7b834ed5cf4fd -C extra-filename=-ef44dbfd06dec46e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52282026-08-26T14:41:32.942Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8bd45c86d095cf9 -C extra-filename=-bb0ca771a5ee9694 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52292026-08-26T14:41:32.982Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ece26be5185a232 -C extra-filename=-50a7de5811f21f4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52302026-08-26T14:41:33.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=992ea2a611d744ea -C extra-filename=-1e5ee38ab621cc3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52312026-08-26T14:41:33.257Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58c0df5dc38c8368 -C extra-filename=-249cade19eda2518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52322026-08-26T14:41:33.377Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
52332026-08-26T14:41:33.381Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=601fe15807b6662a -C extra-filename=-857076b11a478a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52342026-08-26T14:41:33.569Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52352026-08-26T14:41:33.572Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=970c644b40ed6dda -C extra-filename=-a43c657a54d0d293 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-ca6e599616010832.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-23905a492ebe3389.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
52362026-08-26T14:41:33.605Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
52372026-08-26T14:41:33.609Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1953b505a9995415 -C extra-filename=-505c3d0f1249c695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-3df835bf45f6f74e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52382026-08-26T14:41:33.788Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e99c694917d6607 -C extra-filename=-8d86a0f92cb17f25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52392026-08-26T14:41:34.000Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
52402026-08-26T14:41:34.004Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e5653cebe7c555c -C extra-filename=-f8f713f66ac1d6b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52412026-08-26T14:41:34.160Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
52422026-08-26T14:41:34.163Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94c6de8aab1b3844 -C extra-filename=-2bfe8233aa22809c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-505c3d0f1249c695.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52432026-08-26T14:41:34.338Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ae38631a624254b -C extra-filename=-6954493bb3e0c7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52442026-08-26T14:41:34.374Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
52452026-08-26T14:41:34.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87727c3be9ca2985 -C extra-filename=-096dba1106d1b41f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52462026-08-26T14:41:34.459Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
52472026-08-26T14:41:34.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0a39e23bf2d9cf9 -C extra-filename=-33d5a8901dc5074a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52482026-08-26T14:41:34.495Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
52492026-08-26T14:41:34.499Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52502026-08-26T14:41:34.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdb5135851b80cd1 -C extra-filename=-bae38ec738d9b927 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52512026-08-26T14:41:34.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6d29fc85dca223a -C extra-filename=-6504fc848cb5d85f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52522026-08-26T14:41:34.709Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
52532026-08-26T14:41:34.713Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb7a0c7d96f1cdef -C extra-filename=-f2b95405a363a396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52542026-08-26T14:41:34.749Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52552026-08-26T14:41:34.753Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3beb512f930c42a3 -C extra-filename=-af803bb284590f06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52562026-08-26T14:41:34.814Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52572026-08-26T14:41:34.864Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=508bdcdfbbe18dc7 -C extra-filename=-16a2c4de8888ae28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52582026-08-26T14:41:34.868Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52592026-08-26T14:41:34.868Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=995f547929b7b36f -C extra-filename=-854b9e5dd3596570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-a43c657a54d0d293.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-e2cca40de09cd275.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-bb478bc72dafeadb.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-ba8aac544bbd9274.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out`
52602026-08-26T14:41:34.906Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52612026-08-26T14:41:34.941Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
52622026-08-26T14:41:34.944Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5025520f7c98d981 -C extra-filename=-fe4e4dd951750fb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52632026-08-26T14:41:34.944Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5af638e126b0d898 -C extra-filename=-e19b34ec89ab814e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52642026-08-26T14:41:34.988Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e11588635da6d2a -C extra-filename=-c0b3b1bf78869660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-58796bcb6f0779ea.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e319940cf372d8f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52652026-08-26T14:41:35.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15529efedbfb385c -C extra-filename=-3b81366be7a0e658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52662026-08-26T14:41:35.190Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=236bc3cf34379aa3 -C extra-filename=-6df8d2aa749f9f62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52672026-08-26T14:41:35.239Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fca84fcdae20ecd9 -C extra-filename=-aa21c26123512b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52682026-08-26T14:41:35.450Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dcad219c6ab187e -C extra-filename=-20c7396f916bde55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-58796bcb6f0779ea.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e319940cf372d8f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52692026-08-26T14:41:35.520Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc8d9eaffc6f10e -C extra-filename=-191fd4bb135f3a27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52702026-08-26T14:41:35.775Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52712026-08-26T14:41:35.778Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd14b3184c572dce -C extra-filename=-68659bfefea6e7c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52722026-08-26T14:41:35.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a14d12a42647734 -C extra-filename=-86b88ef2621a9b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52732026-08-26T14:41:35.871Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7c2965341af6ef5 -C extra-filename=-8db7ceacd1df0fa9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52742026-08-26T14:41:35.943Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9daae82985006557 -C extra-filename=-1e6bb6769baef89d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52752026-08-26T14:41:35.947Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
52762026-08-26T14:41:35.951Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8687e19df308e033 -C extra-filename=-e03e247a16f35441 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2bfe8233aa22809c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-505c3d0f1249c695.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52772026-08-26T14:41:36.039Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
52782026-08-26T14:41:36.042Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c6ee073bc7338ee -C extra-filename=-9bb76b37de77222e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52792026-08-26T14:41:36.113Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b2e84a083831fa2 -C extra-filename=-fb8b7629ce6b4c50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6954493bb3e0c7a6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52802026-08-26T14:41:36.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99b2faaabb8cf64c -C extra-filename=-ffc4221a8ff78930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2bfe8233aa22809c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-505c3d0f1249c695.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52812026-08-26T14:41:36.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a94854622ac033dd -C extra-filename=-3adca3138838fcee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52822026-08-26T14:41:36.406Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e07d06756def1279 -C extra-filename=-5139ece2930e20c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52832026-08-26T14:41:36.406Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0295b960ad058ead -C extra-filename=-fe7d10f962e39cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52842026-08-26T14:41:36.478Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03a1dc076032b26a -C extra-filename=-50ae368ef4152699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52852026-08-26T14:41:36.621Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95e9bff614b21d7f -C extra-filename=-3883a04ba69d3fcc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-34e334a908fb6e37.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
52862026-08-26T14:41:36.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74250a7c71695802 -C extra-filename=-5dd61402d165c667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-1cd0fbdf8677e094.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52872026-08-26T14:41:36.868Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b00ac672d4d75973 -C extra-filename=-f4f3c40b7b61509b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52882026-08-26T14:41:36.911Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
52892026-08-26T14:41:36.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name corpus_adjust --edition=2024 dev-tools/corpus-adjust/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ff8c7e308a2f4ce -C extra-filename=-98aa9bf9a55a6f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52902026-08-26T14:41:36.962Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9757850d66988911 -C extra-filename=-524cb3859c102e9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-351ec0d44c666993.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52912026-08-26T14:41:37.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=997b55df5db79e5f -C extra-filename=-79060c2a184278ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-9bb76b37de77222e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52922026-08-26T14:41:37.227Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=415f1f47725f4558 -C extra-filename=-d6a07fb1524a74c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52932026-08-26T14:41:37.307Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00a674a2cd179449 -C extra-filename=-b3c1345cc31dc55b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52942026-08-26T14:41:37.388Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c92cdded2830496d -C extra-filename=-a9f7924b5445e9e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52952026-08-26T14:41:37.466Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=646c9acbac892114 -C extra-filename=-e4d260538f1aa693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52962026-08-26T14:41:37.470Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5909cb9694a40e05 -C extra-filename=-397dbd1e8df4df9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52972026-08-26T14:41:37.470Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52982026-08-26T14:41:37.498Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03ce2925e0245ead -C extra-filename=-d83f64861d256a74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
52992026-08-26T14:41:37.536Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c46f8b0e2432a76d -C extra-filename=-eb7948f81bf91e7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-101dcad856bbd6f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53002026-08-26T14:41:37.646Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4bea4f766afe04a -C extra-filename=-1663ee8ef38d0419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53012026-08-26T14:41:37.932Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18c40b5f70b93ee3 -C extra-filename=-b500c86ca0ab6096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53022026-08-26T14:41:37.969Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5900aa96895ea424 -C extra-filename=-c7e6012b14b7751d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53032026-08-26T14:41:38.485Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
53042026-08-26T14:41:38.489Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00cb7efd5ceee0c5 -C extra-filename=-1bffcedb6b7f48f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53052026-08-26T14:41:38.546Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79e5586cefe6d080 -C extra-filename=-5062357e6e10ec32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53062026-08-26T14:41:38.903Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f605e222c96c3447 -C extra-filename=-48273c140dc30ade --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53072026-08-26T14:41:38.939Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad009ee542c2e28c -C extra-filename=-4d45d81ad9f1ff19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53082026-08-26T14:41:39.010Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87ea839545bd513c -C extra-filename=-6d1fb31ecc7d2314 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53092026-08-26T14:41:39.044Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=cb56a50c69366408 -C extra-filename=-57b38d47b6b278b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cd805fb30c8ce970.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53102026-08-26T14:41:39.103Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=411e902b2c83e64a -C extra-filename=-9f904101dac068c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53112026-08-26T14:41:39.303Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d86a5805e11edb5 -C extra-filename=-5d562c4c6912f040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53122026-08-26T14:41:39.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12b31bcd17a20856 -C extra-filename=-4a195f9d012cb123 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53132026-08-26T14:41:39.482Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=83e6a5698ee1241e -C extra-filename=-c67b3bd56b0dded1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21def21678e7e581.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53142026-08-26T14:41:39.544Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0db4a9ad0e97f8d8 -C extra-filename=-8aec985c87bbffbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b53447f40fc66f72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53152026-08-26T14:41:39.582Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2736634b95df7ffa -C extra-filename=-77ec7949615ebfad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53162026-08-26T14:41:39.620Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6087a6fcd9e5543a -C extra-filename=-03744705ace4dbf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53172026-08-26T14:41:39.877Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aed44f56c618046 -C extra-filename=-4ff3b36971b5e4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53182026-08-26T14:41:39.947Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2425628edc189851 -C extra-filename=-30d3c3068e4f4bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53192026-08-26T14:41:40.053Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=2e2bd86459e1b454 -C extra-filename=-e4113322e336c051 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53202026-08-26T14:41:40.090Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8b16c8ed955591d -C extra-filename=-a1700636620a1339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53212026-08-26T14:41:40.094Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76add8a5621ca0bf -C extra-filename=-748c2e99070758a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53222026-08-26T14:41:40.094Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aef1a436c4f81374 -C extra-filename=-a1f5dc8eaf80b82e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53232026-08-26T14:41:40.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8138a41a6d309a05 -C extra-filename=-1a1827a64e9e3a03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53242026-08-26T14:41:40.370Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=198ca096918d00ac -C extra-filename=-bb693be2ab09dba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53252026-08-26T14:41:40.447Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10207e8afeef68ad -C extra-filename=-87d2bf9bdd75abf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b53447f40fc66f72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53262026-08-26T14:41:40.596Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b07aaa826020a3f2 -C extra-filename=-a8db7b78c3276c43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b53447f40fc66f72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53272026-08-26T14:41:40.673Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8036500b1b085cb -C extra-filename=-b3e32747b1905bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53282026-08-26T14:41:40.739Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7385a3bebf892c4 -C extra-filename=-c0e9677d0cfb7b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53292026-08-26T14:41:40.792Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cafdc02c383ad4ad -C extra-filename=-bf350fb8e884a204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53302026-08-26T14:41:40.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=673022116bd2445b -C extra-filename=-b993780d37145be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53312026-08-26T14:41:41.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1847f8de8d2bb36f -C extra-filename=-a0e90be6987668ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53322026-08-26T14:41:41.123Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1951952b7a9603c5 -C extra-filename=-03d6fab97409a05d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53332026-08-26T14:41:41.160Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=49d1a371ea5a2751 -C extra-filename=-5cd4b735fd4eddf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53342026-08-26T14:41:43.262Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53352026-08-26T14:41:43.265Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef8ff34413cb2120 -C extra-filename=-69980e0ff73d7b5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6954493bb3e0c7a6.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e03e247a16f35441.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53362026-08-26T14:41:43.299Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a0c61a5191fa3dd -C extra-filename=-ff5eb2861d13b0db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6954493bb3e0c7a6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e03e247a16f35441.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53372026-08-26T14:41:43.647Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=e47c976b48df0125 -C extra-filename=-92b8645d40278fdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-0e9714a5151a4646.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53382026-08-26T14:41:44.361Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53392026-08-26T14:41:44.365Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6459ac0b7d782501 -C extra-filename=-27a94db5c14a5e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53402026-08-26T14:41:44.422Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53412026-08-26T14:41:44.425Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c159e2fe2cebe801 -C extra-filename=-dedc9291a8e0ca18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53422026-08-26T14:41:44.456Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53432026-08-26T14:41:44.460Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e32589b8a79b72d -C extra-filename=-a8eb2d4b05f6ce20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-ba8aac544bbd9274.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53442026-08-26T14:41:45.588Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0533bedfe8920026 -C extra-filename=-ed5afb80fefb76a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7a3fbc13d155a6d4.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53452026-08-26T14:41:45.710Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53462026-08-26T14:41:45.714Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=80f24f93e75e9e3c -C extra-filename=-829390af69961e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53472026-08-26T14:41:45.793Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53482026-08-26T14:41:45.796Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f1fa9a4053de2c6 -C extra-filename=-ecf44f7e5ae87541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53492026-08-26T14:41:45.856Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53502026-08-26T14:41:45.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e18307b33edbcfb -C extra-filename=-a9f0cdcfc50cd33c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53512026-08-26T14:41:46.002Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
53522026-08-26T14:41:46.006Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b23519fa6dd6e26 -C extra-filename=-431a946f15fb75dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53532026-08-26T14:41:47.021Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53542026-08-26T14:41:47.024Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99af41bd9367b470 -C extra-filename=-2e824e0cb24bd40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53552026-08-26T14:41:47.264Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53562026-08-26T14:41:47.268Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23fbca2e69a54625 -C extra-filename=-20bafac373dc3676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53572026-08-26T14:41:47.381Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53582026-08-26T14:41:47.384Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30d3133b1b072827 -C extra-filename=-17ceda18b66d167d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53592026-08-26T14:41:47.496Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
53602026-08-26T14:41:47.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbf567938e37b2ee -C extra-filename=-6cd8a60c74e55fab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53612026-08-26T14:41:47.628Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53622026-08-26T14:41:47.628Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67e3141c368510e2 -C extra-filename=-c76715eb98b499e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53632026-08-26T14:41:47.741Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53642026-08-26T14:41:47.744Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=beb46e5b91416594 -C extra-filename=-7e9b5a89c18f7b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53652026-08-26T14:41:48.146Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=664314082d4216e8 -C extra-filename=-b8a5a70eab106b12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-ba8aac544bbd9274.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53662026-08-26T14:41:48.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f06752319145dea9 -C extra-filename=-3f0cead88f554b94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53672026-08-26T14:41:48.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54cd90a4f8bfee86 -C extra-filename=-828dd38c2c46c488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53682026-08-26T14:41:48.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b539b00cb4ebdd8 -C extra-filename=-fcedcfb57f65784f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53692026-08-26T14:41:48.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_early_networking --edition=2024 sled-agent/early-networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=590ec329d3b4d98c -C extra-filename=-a0058e602f8dec34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53702026-08-26T14:41:48.179Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=07416274bb618e22 -C extra-filename=-94ed7fbbda0fe634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53712026-08-26T14:41:48.182Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c98faddcf1716612 -C extra-filename=-805503c7babca344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53722026-08-26T14:41:48.208Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53732026-08-26T14:41:48.211Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53742026-08-26T14:41:48.211Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53752026-08-26T14:41:48.211Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53762026-08-26T14:41:48.238Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fc9bd69ad5d8872 -C extra-filename=-9207502dbcdcca0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ea0ef68550c62430.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
53772026-08-26T14:41:48.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=1e0cfed03255c7f8 -C extra-filename=-da7c2782d2a0a491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53782026-08-26T14:41:48.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=73199c41122e5baf -C extra-filename=-d9caaad754d8b723 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d59c7e58ad255137.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c150a04bf14a4dde.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53792026-08-26T14:41:48.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=932aaa15b3c9cf7a -C extra-filename=-8c71201a5e6f717b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53802026-08-26T14:41:48.241Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f360fffaca03d176 -C extra-filename=-0dcfc89b416d5df7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53812026-08-26T14:41:48.551Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=608a91296b09d7bc -C extra-filename=-6088eccbf4fef78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53822026-08-26T14:41:48.554Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe5b95c15a16b095 -C extra-filename=-afd83e6d3a19682f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53832026-08-26T14:41:48.639Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
53842026-08-26T14:41:48.643Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2548187017123be8 -C extra-filename=-0cd78883a6adb4a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
53852026-08-26T14:41:48.726Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a221bdf74a9cce61 -C extra-filename=-b66434f4c8d0ed19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53862026-08-26T14:41:49.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b160b7e84098cb79 -C extra-filename=-d6ce892f9804de4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53872026-08-26T14:41:49.412Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9deef9ed70bc5d4a -C extra-filename=-eb473af253c5fe9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53882026-08-26T14:41:49.549Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
53892026-08-26T14:41:49.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1547d57ea4b7e45d -C extra-filename=-eb7c4a97b7c90282 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53902026-08-26T14:41:49.603Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
53912026-08-26T14:41:49.607Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=76a079f5186e341f -C extra-filename=-a64afbac6e4fcccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-07ae9de473db4a70.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53922026-08-26T14:41:49.684Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53932026-08-26T14:41:49.719Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
53942026-08-26T14:41:49.722Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24ec0a8b503ce9ed -C extra-filename=-f02ef7980b8eacd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
53952026-08-26T14:41:49.722Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da7e029b7b7d0e32 -C extra-filename=-bbad9c07534b208d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53962026-08-26T14:41:49.756Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
53972026-08-26T14:41:49.760Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4bb6ec994566a329 -C extra-filename=-c2532105bf668d1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
53982026-08-26T14:41:50.010Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53992026-08-26T14:41:50.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=93ec13280b94ce1a -C extra-filename=-6d6e04a901546918 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54002026-08-26T14:41:50.086Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
54012026-08-26T14:41:50.089Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e42e38702f2463d -C extra-filename=-e8a34cfe57dd8caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
54022026-08-26T14:41:50.380Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4698951f483e859 -C extra-filename=-9ed83a75d2aae93d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8c71201a5e6f717b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54032026-08-26T14:41:50.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0bcf3e24f9c32cf8 -C extra-filename=-2908c246d13675e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54042026-08-26T14:41:50.477Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cb0d5fabcd444b0 -C extra-filename=-a2004e78210f2fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54052026-08-26T14:41:50.564Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea6f1dd8f85423d0 -C extra-filename=-efd9e03b2161f136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54062026-08-26T14:41:50.641Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9494ca0282b81bb7 -C extra-filename=-37ff8fb04a4def70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
54072026-08-26T14:41:50.905Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c95f63eb64dbbf14 -C extra-filename=-c6946e380e8fe9e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/usr/lib/amd64`
54082026-08-26T14:41:51.010Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
54092026-08-26T14:41:51.014Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84b0f176fac96a4a -C extra-filename=-1177d50b3a373299 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54102026-08-26T14:41:51.243Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
54112026-08-26T14:41:51.247Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8031b3f1ee3c8d32 -C extra-filename=-229c20d6e315da3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54122026-08-26T14:41:51.322Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54132026-08-26T14:41:51.327Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=afb08b9b12396248 -C extra-filename=-2329cdf5dbec70da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54142026-08-26T14:41:51.412Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec16f8410f04fbba -C extra-filename=-87542ef6e8bc46e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54152026-08-26T14:41:51.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8aebe854f48ba289 -C extra-filename=-984fad62f61bf71d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54162026-08-26T14:41:52.283Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
54172026-08-26T14:41:52.288Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eefb3ade6e57438f -C extra-filename=-6666db3a0d0af30b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54182026-08-26T14:41:52.318Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=e5cb02e89bc33a27 -C extra-filename=-eb7a6b45d92d215e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54192026-08-26T14:41:52.355Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab1972785aaca341 -C extra-filename=-f54534e27a971b5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54202026-08-26T14:41:52.416Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=551dc9c8c24abcd1 -C extra-filename=-5c247ad620f8e7b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54212026-08-26T14:41:52.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a630b60fa9bc27c -C extra-filename=-d00c894927ca7949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e8a34cfe57dd8caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
54222026-08-26T14:41:53.484Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
54232026-08-26T14:41:53.488Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=786438931adeceb5 -C extra-filename=-e3142803bc47a606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54242026-08-26T14:41:53.524Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=b75e75b14f2a10d8 -C extra-filename=-c374ca6af1056121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-0e9714a5151a4646.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54252026-08-26T14:41:53.851Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6984a3db4bd25fc2 -C extra-filename=-6cc8eb55105662e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54262026-08-26T14:41:53.932Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54272026-08-26T14:41:53.932Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
54282026-08-26T14:41:53.937Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a9592181a991bed -C extra-filename=-f01fe90a33d6d769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2cc16e1a81b5222a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54292026-08-26T14:41:53.937Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd0bb80a71531e8a -C extra-filename=-c3f46a3dac50d266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54302026-08-26T14:41:54.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=073af9e2c0566b30 -C extra-filename=-7d636ed67e276121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54312026-08-26T14:41:54.393Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=53c31e8e1cac26c7 -C extra-filename=-2958620930da42e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54322026-08-26T14:41:54.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad3b721a6404f1f8 -C extra-filename=-bfdd274a4b5b9770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54332026-08-26T14:41:54.638Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee4a0d6d74693d9f -C extra-filename=-4a6b21f804db8a7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2cc16e1a81b5222a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54342026-08-26T14:41:54.906Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
54352026-08-26T14:41:54.907Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=bfdb854e2bc07271 -C extra-filename=-c6a9a84481821d1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54362026-08-26T14:41:54.937Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
54372026-08-26T14:41:54.941Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8beef18446893d46 -C extra-filename=-905783c005d1a349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54382026-08-26T14:41:55.609Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6e9b2113682a2a1 -C extra-filename=-599879a9a2e88a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54392026-08-26T14:41:56.848Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54402026-08-26T14:41:56.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b40e85cd6404a420 -C extra-filename=-068f14893a11456b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54412026-08-26T14:41:58.391Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
54422026-08-26T14:41:58.394Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3c263e8b78823e9 -C extra-filename=-bcd840aa998e5a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54432026-08-26T14:41:58.660Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54442026-08-26T14:41:58.660Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f67783214df4f75b -C extra-filename=-00ee8f75dac479cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54452026-08-26T14:41:59.348Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
54462026-08-26T14:41:59.352Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=1fc244ff1707f03a -C extra-filename=-87ff74fed464b515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54472026-08-26T14:41:59.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=43df4255b0daa03f -C extra-filename=-057315d3ecbfe8c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54482026-08-26T14:41:59.862Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13aa96a8952b2cb2 -C extra-filename=-605b49a747840a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54492026-08-26T14:42:00.049Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
54502026-08-26T14:42:00.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61846f864c5af2a8 -C extra-filename=-18b8e9cafb250fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54512026-08-26T14:42:01.712Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1958b3bf73c2b137 -C extra-filename=-44e6f0f5385aa9fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2cc16e1a81b5222a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54522026-08-26T14:42:01.718Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7016abca61310dbe -C extra-filename=-8670a935e49fa5dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2cc16e1a81b5222a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54532026-08-26T14:42:01.718Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c8f0709915c0dab -C extra-filename=-750fd9bc903ef48b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-00ee8f75dac479cb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54542026-08-26T14:42:01.718Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=941c9392b31bc3fa -C extra-filename=-55df3156ce06c57f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-00ee8f75dac479cb.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54552026-08-26T14:42:01.719Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1154415d6a1796fa -C extra-filename=-54ebb74f3a914274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2cc16e1a81b5222a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54562026-08-26T14:42:01.719Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c35458acb4607ea3 -C extra-filename=-41aadde19522f46d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54572026-08-26T14:42:01.745Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
54582026-08-26T14:42:01.781Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f963744473905fd -C extra-filename=-e6cc9e6e17798ece --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54592026-08-26T14:42:05.278Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b944561e45211fc3 -C extra-filename=-350c51d2c6aec251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c3f46a3dac50d266.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
54602026-08-26T14:42:07.535Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f989a14ea0b4e9c -C extra-filename=-55a72b95851b867a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54612026-08-26T14:42:07.932Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54622026-08-26T14:42:07.932Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54632026-08-26T14:42:07.935Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54642026-08-26T14:42:07.935Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54652026-08-26T14:42:07.935Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
54662026-08-26T14:42:07.935Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54672026-08-26T14:42:07.935Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
54682026-08-26T14:42:07.935Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54692026-08-26T14:42:07.990Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54702026-08-26T14:42:07.990Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54712026-08-26T14:42:07.990Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
54722026-08-26T14:42:07.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e23a1ec57e5b5dd -C extra-filename=-31d302912b94847c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54732026-08-26T14:42:07.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f37b46f19c4498fe -C extra-filename=-a158c6b485ea807a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54742026-08-26T14:42:07.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad996d424f8099d9 -C extra-filename=-d9210515bf8c3ee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54752026-08-26T14:42:07.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27429d0e19c7e449 -C extra-filename=-73ef874ba7bf2ad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54762026-08-26T14:42:07.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8450e2b7d9e4a83b -C extra-filename=-1ad2a2569d5c7221 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54772026-08-26T14:42:07.990Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89739e723c989f36 -C extra-filename=-179124f1ef1dc535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54782026-08-26T14:42:07.996Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d616f7361494cda -C extra-filename=-bcb93e6645463884 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54792026-08-26T14:42:08.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c98fd037a3aad307 -C extra-filename=-0a2abe5e1f4a847b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
54802026-08-26T14:42:08.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=629389867f68520d -C extra-filename=-8fdd78be287db0ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54812026-08-26T14:42:08.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b4f27419ac60c87 -C extra-filename=-27a4e6da6505701b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54822026-08-26T14:42:08.031Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09f107521451fb67 -C extra-filename=-9c4903efb08dafd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54832026-08-26T14:42:08.035Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f22119cede4e010 -C extra-filename=-79f928a417357923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54842026-08-26T14:42:09.881Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
54852026-08-26T14:42:09.886Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=790845a0edd80686 -C extra-filename=-afef24ab39b66ed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54862026-08-26T14:42:09.887Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=fa8cca81e005371c -C extra-filename=-6dbb37c733cafa04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-f49e23d30136b47e.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54872026-08-26T14:42:10.061Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
54882026-08-26T14:42:10.061Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
54892026-08-26T14:42:10.065Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55866092cb681ead -C extra-filename=-4bbb6e6eb116342d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-33d5a8901dc5074a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54902026-08-26T14:42:10.065Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=23d9c3be184d86c1 -C extra-filename=-a6aac1ede6be1e86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54912026-08-26T14:42:10.249Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
54922026-08-26T14:42:10.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60eff55f73f42e2b -C extra-filename=-d6d7641070e5e455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
54932026-08-26T14:42:10.803Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a39c8a4e9a9a3126 -C extra-filename=-2a41dc0bfc667f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54942026-08-26T14:42:10.809Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7b7dff338386bae -C extra-filename=-e946f307007c5c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54952026-08-26T14:42:10.809Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=031c7d4e3cee5c9d -C extra-filename=-fa5141ed19fff274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
54962026-08-26T14:42:10.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b4d8c466f4ff3f0 -C extra-filename=-5760f9f3eb72e2f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54972026-08-26T14:42:10.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=095e5618dcc04fbd -C extra-filename=-143a54262e1f0ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54982026-08-26T14:42:10.810Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36505ec72945e47b -C extra-filename=-e77c23ab1c898415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
54992026-08-26T14:42:10.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e32b4a50811e38c5 -C extra-filename=-0469fc317111f877 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55002026-08-26T14:42:10.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2698f9d4c8a7c19d -C extra-filename=-12501fce92fa73d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55012026-08-26T14:42:10.811Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e040f50b0937da3 -C extra-filename=-b57db6d67df5479a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55022026-08-26T14:42:10.838Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=013e840ae960edec -C extra-filename=-8468f0c9c61131ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-f49e23d30136b47e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55032026-08-26T14:42:11.043Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
55042026-08-26T14:42:11.047Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=632bd32d37d2f6ee -C extra-filename=-c76cb853d010d5f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55052026-08-26T14:42:11.078Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfa2061aa7a0ee8d -C extra-filename=-aa41acf580b39b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55062026-08-26T14:42:11.316Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55072026-08-26T14:42:11.320Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f8b40bd8dfd26a6 -C extra-filename=-7c85fe1737f1deab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e066c996c4434329.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55082026-08-26T14:42:11.478Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
55092026-08-26T14:42:11.484Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
55102026-08-26T14:42:11.484Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3077342467d56d8e -C extra-filename=-9608464032b83807 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55112026-08-26T14:42:11.484Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40288e4ab37fa427 -C extra-filename=-b36e88a53f970c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55122026-08-26T14:42:12.135Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11803c7b05274f86 -C extra-filename=-69277966d8167847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55132026-08-26T14:42:12.135Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5579c13bc0c8d97 -C extra-filename=-a7866bc604fbb4e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-6d12d2f24d7f6704.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55142026-08-26T14:42:12.141Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=74388987caa207c5 -C extra-filename=-bcb4024fb82b6a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a23cae23dacac427.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55152026-08-26T14:42:12.170Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dadc63306fb9360 -C extra-filename=-2f770839b4b25f71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55162026-08-26T14:42:12.174Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2605bb5a8867fb3a -C extra-filename=-c927a5d6f9145f5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55172026-08-26T14:42:12.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9a9510c3d20726 -C extra-filename=-668be6ec0415618c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-34e334a908fb6e37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55182026-08-26T14:42:12.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffd4cc572fde15b9 -C extra-filename=-655ba0665545c23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-2a5c678eec0b5a97.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-9f90cdd40413cce8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55192026-08-26T14:42:12.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=459265ab6c290c39 -C extra-filename=-a0b05b5c65c6b79d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a23cae23dacac427.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55202026-08-26T14:42:12.206Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18adb367bf161c1f -C extra-filename=-73d78c8540820475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a23cae23dacac427.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55212026-08-26T14:42:12.380Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
55222026-08-26T14:42:12.414Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_load_test --edition=2024 dev-tools/oximeter-load-test/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f4f2613466125bd -C extra-filename=-e591a2be9bcdc013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55232026-08-26T14:42:12.484Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba06d2777bcf393 -C extra-filename=-be66f060ec4c57ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b36e88a53f970c02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55242026-08-26T14:42:12.855Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55252026-08-26T14:42:12.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68379ed3ae15a842 -C extra-filename=-635370ac974039dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1f6c90bfc99708c0.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-7a585e427b9d101c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55262026-08-26T14:42:12.992Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f932518e20c16ff4 -C extra-filename=-b3890efd3bc68170 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b36e88a53f970c02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55272026-08-26T14:42:13.199Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf1bf65537cbd8e8 -C extra-filename=-ff81b6b0eefbe14e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55282026-08-26T14:42:13.236Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9558a5dca19585bb -C extra-filename=-beff13cd5eb4229b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55292026-08-26T14:42:13.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=08cdece1da3a5b80 -C extra-filename=-d751c1ada04b0df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-0e9714a5151a4646.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55302026-08-26T14:42:13.734Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=aaa848f67b2327c6 -C extra-filename=-27ea22f0665504ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-0e9714a5151a4646.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55312026-08-26T14:42:14.152Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=31fd9997ea24436c -C extra-filename=-e864b911f49bb6ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-0e9714a5151a4646.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55322026-08-26T14:42:14.374Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5674bbb6bdb658aa -C extra-filename=-db8ebb0c4fd54444 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55332026-08-26T14:42:14.527Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad7db0f24be2760d -C extra-filename=-3b23916595d20541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55342026-08-26T14:42:14.644Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6754f8d24e4b39a -C extra-filename=-90cba5df6a49f4af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55352026-08-26T14:42:15.056Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64a857574225308b -C extra-filename=-bec6f4bd4024c037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55362026-08-26T14:42:15.659Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
55372026-08-26T14:42:15.663Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4bb63b48eb181de -C extra-filename=-0f7e0e5bba748677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55382026-08-26T14:42:15.702Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55392026-08-26T14:42:15.702Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1759f3d54fcdebe8 -C extra-filename=-df5b508c05d0a91f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55402026-08-26T14:42:15.774Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
55412026-08-26T14:42:15.777Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45ede9963275a5d2 -C extra-filename=-8ecd6fd5e1423627 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/usr/lib/amd64`
55422026-08-26T14:42:15.854Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f11980090be51dea -C extra-filename=-9a56e52cfd529048 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55432026-08-26T14:42:15.987Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48eb4ff90be4007c -C extra-filename=-584e8bb5d8a9a21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1f6c90bfc99708c0.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-7a585e427b9d101c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55442026-08-26T14:42:16.232Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2465ddd8518b7d05 -C extra-filename=-14c0001955bb67c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1505131239b4267c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55452026-08-26T14:42:16.515Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2192b51edec47d50 -C extra-filename=-b9d3bee6254b7a25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55462026-08-26T14:42:17.373Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d61fbd8f28b17c3 -C extra-filename=-0a85d09ded76b708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55472026-08-26T14:42:17.507Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=19b7bcf2cffb4836 -C extra-filename=-efa6673a3b9f51aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7a3fbc13d155a6d4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
55482026-08-26T14:42:17.714Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e9230cb0fccbe0f0 -C extra-filename=-cfb082c06f3172f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rmeta --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rmeta --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55492026-08-26T14:42:18.908Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
55502026-08-26T14:42:18.912Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0593ea0b7a9b7606 -C extra-filename=-4e70c66aa1fa62a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ea0ef68550c62430.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-6183800bfd510cdb.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4d0fc50892ec2c45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55512026-08-26T14:42:18.974Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=97a32194240a3f2d -C extra-filename=-f50a3c0bc763b25c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2329cdf5dbec70da.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c8209bd4c94ee2fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55522026-08-26T14:42:19.212Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea9194e954e398d4 -C extra-filename=-09cafbf9e58a97bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a23cae23dacac427.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55532026-08-26T14:42:19.433Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
55542026-08-26T14:42:19.436Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name rack_init_config --edition=2024 dev-tools/rack-init-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0da3b1d15b61ad83 -C extra-filename=-08c0ffa9e5d8e4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55552026-08-26T14:42:19.976Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d79a3d2c00939f04 -C extra-filename=-6129407b371ee17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55562026-08-26T14:42:21.124Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd925bb5b22a3836 -C extra-filename=-61fa61251b90f6f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55572026-08-26T14:42:21.334Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f761b92263949b -C extra-filename=-423982a9aa63ee70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55582026-08-26T14:42:21.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=950b1a6de458a396 -C extra-filename=-98b5e17be475442e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55592026-08-26T14:42:22.465Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7cb91d7341f665c7 -C extra-filename=-377c4f5e485d8381 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55602026-08-26T14:42:22.911Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
55612026-08-26T14:42:22.914Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c02df65a39f483ed -C extra-filename=-0f114b8a4f326540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55622026-08-26T14:42:23.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caf853cd65fd54bb -C extra-filename=-199c1ace65136616 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2329cdf5dbec70da.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c3f46a3dac50d266.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55632026-08-26T14:42:23.652Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=7455343481efbbbd -C extra-filename=-50a3ed88df442062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-07ae9de473db4a70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55642026-08-26T14:42:23.684Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=059396588b19df52 -C extra-filename=-8a7856339428558b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e066c996c4434329.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55652026-08-26T14:42:25.537Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddafba980bf6305e -C extra-filename=-4c5a3bca094c30df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55662026-08-26T14:42:26.120Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e89fc7a98323cab4 -C extra-filename=-495c71dd583d48d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e066c996c4434329.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55672026-08-26T14:42:28.269Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb75c7068d8cd1ac -C extra-filename=-043177f4b1d57399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55682026-08-26T14:42:29.104Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1f38392d9c7c50f -C extra-filename=-628cbc377d13c165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e066c996c4434329.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55692026-08-26T14:42:29.686Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fce391db0896920b -C extra-filename=-0c15a2670b8c475d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2329cdf5dbec70da.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c3f46a3dac50d266.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55702026-08-26T14:42:29.830Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0827b305c5f49879 -C extra-filename=-80d18420ca77c077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e066c996c4434329.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55712026-08-26T14:42:30.192Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=369cdc22fcbe9420 -C extra-filename=-6e388bdc68703bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2329cdf5dbec70da.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55722026-08-26T14:42:30.732Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e8b375daebb18b3 -C extra-filename=-5b59d2e6fc0c0e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55732026-08-26T14:42:31.867Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db5175fecc0c71e -C extra-filename=-21b10afb2e1085f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55742026-08-26T14:42:32.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name read_series --edition=2024 nexus/types/tests/read_series.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d960e7d65aca31d0 -C extra-filename=-0e2934b336e03e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55752026-08-26T14:42:32.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d398465703cadb4 -C extra-filename=-829ad46f187f3365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1505131239b4267c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55762026-08-26T14:42:32.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7396a7430728335 -C extra-filename=-0990b80e54a1219f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55772026-08-26T14:42:32.861Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e926e487be633b6e -C extra-filename=-c4fe0f96172b8138 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55782026-08-26T14:42:33.246Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95aaf1f722e82c75 -C extra-filename=-bf6856e96949d89a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1505131239b4267c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55792026-08-26T14:42:33.298Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=937d085809cda184 -C extra-filename=-f8fc1236fd251676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55802026-08-26T14:42:33.935Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
55812026-08-26T14:42:33.938Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6952566c4dae3e54 -C extra-filename=-c5d21845925d9775 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
55822026-08-26T14:42:35.800Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=20a4eef28b390791 -C extra-filename=-daa3430115ca3a9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55832026-08-26T14:42:37.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=85ee4777dbbe9ee9 -C extra-filename=-fe3a169603d39908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55842026-08-26T14:42:37.537Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18009e5c75d56bc9 -C extra-filename=-3937acb9989580fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55852026-08-26T14:42:38.385Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d1fa5565e67055c5 -C extra-filename=-1f0d5ccc7daee9bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d59c7e58ad255137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c150a04bf14a4dde.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55862026-08-26T14:42:38.677Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98ab94778b52c0d0 -C extra-filename=-d45068ad1a5d294b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55872026-08-26T14:42:38.852Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff17a084fa65c83e -C extra-filename=-f0cf624f6f1b8778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a23cae23dacac427.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55882026-08-26T14:42:40.068Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f0e3a7380b1d7d -C extra-filename=-6ae78ae26250efd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55892026-08-26T14:42:41.442Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6284085ceb1ab1d8 -C extra-filename=-5044a9d55903eeea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-33d5a8901dc5074a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55902026-08-26T14:42:41.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6a5596cb6cccc60e -C extra-filename=-c21593e34e2a4f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55912026-08-26T14:42:42.911Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a228e8acfbe7e3aa -C extra-filename=-96b4f775e7cf890a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55922026-08-26T14:42:43.495Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
55932026-08-26T14:42:43.499Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efaba0f0846b23e8 -C extra-filename=-f8d8cedb04d873ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55942026-08-26T14:42:46.640Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bd3f65424e8aaf1 -C extra-filename=-55dfba99a4653c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55952026-08-26T14:42:47.080Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c626ea5701d8fcc0 -C extra-filename=-126a6edd6b92226a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55962026-08-26T14:42:47.637Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=ce10b442f18ec35e -C extra-filename=-6fea33f8f19b6ca9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-2a5c678eec0b5a97.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55972026-08-26T14:42:48.799Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5319efce98910da -C extra-filename=-5d10e85049e2f4a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-34e334a908fb6e37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55982026-08-26T14:42:49.026Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=580107efae316833 -C extra-filename=-fd87511365706635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
55992026-08-26T14:42:50.023Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=f4962041d38742db -C extra-filename=-e2a36efd1471b9bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-54340c179275cdab.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56002026-08-26T14:42:50.126Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=990ac3b192e3dd72 -C extra-filename=-e23689f11afd8879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56012026-08-26T14:42:50.770Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=108232ce3c825402 -C extra-filename=-bf05fa21aa6f7be2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c8209bd4c94ee2fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56022026-08-26T14:42:51.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=081babb5bfb16528 -C extra-filename=-70a69c2206e58b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56032026-08-26T14:42:53.473Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=de5885e139be0897 -C extra-filename=-df484b6189eb60a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-2a5c678eec0b5a97.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56042026-08-26T14:42:53.618Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=945e1555431aef3f -C extra-filename=-43d10fe31f57d6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60da7b40c7fb6682.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3cbf7366e6b46e1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56052026-08-26T14:42:55.428Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06197de226d0de74 -C extra-filename=-259bcc3720463ea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/usr/lib/amd64`
56062026-08-26T14:42:55.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5574e10ae1bab841 -C extra-filename=-108b79bc721b807e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64`
56072026-08-26T14:42:58.140Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=935f43019fabd6f5 -C extra-filename=-2e320d9a1f452a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56082026-08-26T14:42:58.253Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=f0b0e1c246dcb42f -C extra-filename=-c4a5483c9765d4fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56092026-08-26T14:42:59.467Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aed576717a11fd5 -C extra-filename=-67feaac9177fc88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fd999bcf228af77f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-429438859a73e112.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56102026-08-26T14:43:02.827Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
56112026-08-26T14:43:02.830Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20cca33e0523b53 -C extra-filename=-f30c148c6076cc2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56122026-08-26T14:43:03.741Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=702dec71a0ef6a27 -C extra-filename=-bec60513974747cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56132026-08-26T14:43:04.081Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8a981bb04527e5e -C extra-filename=-f77e5f854b211e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56142026-08-26T14:43:04.084Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6aa3e52c17e68c48 -C extra-filename=-2fd93104ba5d8dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56152026-08-26T14:43:04.115Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e77ec882e84efdd -C extra-filename=-d4a220eb79c17502 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fd999bcf228af77f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-429438859a73e112.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56162026-08-26T14:43:04.119Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1de09f58bc8500d8 -C extra-filename=-d35b08f99db979d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56172026-08-26T14:43:04.151Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=51d5848ea3879b75 -C extra-filename=-ddd3d9e13b7a0f51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56182026-08-26T14:43:08.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=4055e9d836455c1e -C extra-filename=-e537c069d41acba4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56192026-08-26T14:43:10.885Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e136faaddd1773ba -C extra-filename=-4290886ef6acbd8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60da7b40c7fb6682.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3cbf7366e6b46e1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56202026-08-26T14:43:10.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=46744f99f5e46a82 -C extra-filename=-56ddcc23f09a3a15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56212026-08-26T14:43:10.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4234916ea2243d4 -C extra-filename=-8fefc3a4f3002636 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56222026-08-26T14:43:10.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=75e15de25f78e4a3 -C extra-filename=-247d831a0b6a9e18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56232026-08-26T14:43:10.891Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82882716ecc0e4d1 -C extra-filename=-5257bde12b31da59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60da7b40c7fb6682.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-43d10fe31f57d6cc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3cbf7366e6b46e1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56242026-08-26T14:43:10.920Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0a3808b25b2571e -C extra-filename=-19692ade86ab5d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60da7b40c7fb6682.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-43d10fe31f57d6cc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3cbf7366e6b46e1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56252026-08-26T14:43:10.925Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=95fd8e351caf4e47 -C extra-filename=-eeab899ffedf3347 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56262026-08-26T14:43:10.925Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f107d3949fe01d3e -C extra-filename=-96424a878cd9140a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56272026-08-26T14:43:10.925Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=f8a6c16430db3efa -C extra-filename=-c17fb757d5dd3019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56282026-08-26T14:43:10.958Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=86bbb87d0d576342 -C extra-filename=-3c90831e54ca5bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56292026-08-26T14:43:10.962Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=c2415a1e23836128 -C extra-filename=-4a04321b30882b9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56302026-08-26T14:43:10.962Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d8065d136754cfc1 -C extra-filename=-2d09a43b1e7fc4db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56312026-08-26T14:43:10.998Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=ddf9828248a0ae12 -C extra-filename=-32a369e2d73bbe4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56322026-08-26T14:43:11.003Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be8e202ea897a879 -C extra-filename=-fbc036bb24ce9492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60da7b40c7fb6682.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-43d10fe31f57d6cc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3cbf7366e6b46e1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56332026-08-26T14:43:40.362Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cfe51cbb9ca9fd08 -C extra-filename=-68864961c1752f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56342026-08-26T14:43:40.366Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf3b5167efa0ffc2 -C extra-filename=-bdeb5e5b7eea14b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56352026-08-26T14:43:40.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48716d5ac8158d69 -C extra-filename=-8fb62d1093b2916b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56362026-08-26T14:43:40.406Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=162d29b560305b64 -C extra-filename=-dfb7fd28d85bd644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56372026-08-26T14:43:40.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f87d8ca98747d9b -C extra-filename=-881f179c174ae69d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56382026-08-26T14:43:40.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d9de5a295d4595d -C extra-filename=-64a5fd626ceb1b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56392026-08-26T14:43:40.410Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f82954557ccc042 -C extra-filename=-8adb05f2520ba42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56402026-08-26T14:43:40.870Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=0ee4cb4880ef6dbd -C extra-filename=-36a6ea5677c89970 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9207502dbcdcca0b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56412026-08-26T14:43:42.329Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d16203b3b599c88 -C extra-filename=-c876f007a057077d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56422026-08-26T14:43:44.166Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5bf118cf07d3dced -C extra-filename=-1ceb9938fceeb710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56432026-08-26T14:43:44.966Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0f4268651228432 -C extra-filename=-2b8605f4ef73bdf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56442026-08-26T14:43:44.971Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=2e92b5d6f1d3b697 -C extra-filename=-46ef48d5c70bf598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9207502dbcdcca0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56452026-08-26T14:43:44.996Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86886be24f338fd4 -C extra-filename=-0e083581f58a3b68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56462026-08-26T14:43:44.999Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c626d2bd6dce595a -C extra-filename=-b0c18a56f9045ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56472026-08-26T14:43:44.999Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1caad4abbc5ec218 -C extra-filename=-8172f7a8a9cccce5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56482026-08-26T14:43:45.000Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=103daa7cde098f45 -C extra-filename=-5652f4d240741d35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56492026-08-26T14:43:45.031Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=813383c19753f3f6 -C extra-filename=-8435db326d21eebd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56502026-08-26T14:43:45.034Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=002dae083507aa69 -C extra-filename=-030889def3b9bd3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56512026-08-26T14:43:45.372Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=248fe86cc05aa834 -C extra-filename=-d09f06359e2c5511 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-429438859a73e112.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56522026-08-26T14:43:45.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e970316d96ec7b7 -C extra-filename=-ea6d9e0ddbf648c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4d0fc50892ec2c45.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4ac47f51e32e1e96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56532026-08-26T14:43:45.378Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47eb7964432cb0b9 -C extra-filename=-dcdfc815c02f34ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ea0ef68550c62430.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9207502dbcdcca0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56542026-08-26T14:43:45.403Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbe8588fac1e5ef4 -C extra-filename=-fbc7a672fb6ec4b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ea0ef68550c62430.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56552026-08-26T14:43:45.406Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04c62fb7cd429b69 -C extra-filename=-5866bc3bbc832bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4d0fc50892ec2c45.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4ac47f51e32e1e96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-a250523142e7a5c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56562026-08-26T14:43:45.438Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ab1fabfbb806e50 -C extra-filename=-a222c04252078b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56572026-08-26T14:43:45.441Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97d2ee405b8cfc0c -C extra-filename=-c075e4f1d30bb27f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56582026-08-26T14:43:46.446Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=3f3eaa0433cb33ad -C extra-filename=-03ba5abfadd61b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56592026-08-26T14:43:46.858Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a57c5bd61a3206b -C extra-filename=-b06719c5f46c6156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56602026-08-26T14:43:48.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e691af741b577e00 -C extra-filename=-184ab7f8249aced7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-63d7d261bef10666.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56612026-08-26T14:43:48.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cba628a6b1ae5a90 -C extra-filename=-745bf0fac3009aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-63d7d261bef10666.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56622026-08-26T14:43:48.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f20755824ef131d3 -C extra-filename=-f1dab7685263e417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56632026-08-26T14:43:48.576Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=c100bef8b5d0e758 -C extra-filename=-6147191602a6f741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b7d143788f213201.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56642026-08-26T14:46:25.462Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b3f490bb68264d1c -C extra-filename=-3e757e1c6520bb5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56652026-08-26T14:46:25.463Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=404e554b5191a14c -C extra-filename=-da27a526c3e3a4f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56662026-08-26T14:46:25.466Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84edf939f5cb2627 -C extra-filename=-b43e18bb328e7219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b36e88a53f970c02.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56672026-08-26T14:46:25.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=997208b9bd183313 -C extra-filename=-17a930af6a3cf40d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b36e88a53f970c02.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56682026-08-26T14:46:25.507Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=23cf5b215540945a -C extra-filename=-1bc22cf2234ee0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b7d143788f213201.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56692026-08-26T14:46:25.507Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6f5dc92113c99e6 -C extra-filename=-298aaa06fc02d92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56702026-08-26T14:46:25.541Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=468cf21ca60efc58 -C extra-filename=-4e9b5f402312a205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b7d143788f213201.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56712026-08-26T14:46:25.545Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=bf891761f0a3d0bc -C extra-filename=-e727a935fef05399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56722026-08-26T14:46:25.578Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=b9390dd697731265 -C extra-filename=-e289f005ef53cea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b7d143788f213201.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56732026-08-26T14:46:25.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c3b8de10846c2ce -C extra-filename=-71c1a3db6d5934e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56742026-08-26T14:46:25.583Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4a3241dbce7494c -C extra-filename=-edcdfbd3d68fa7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56752026-08-26T14:46:25.615Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa3406a9be36cbce -C extra-filename=-c72d3de06d7cf725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-d12f8c8ba19b5416.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-38c6af4341102d03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-a6ddda3f18460f26.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56762026-08-26T14:46:25.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cb64b23aa2b5b3f -C extra-filename=-2e183337d5923880 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-d12f8c8ba19b5416.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-38c6af4341102d03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-a6ddda3f18460f26.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56772026-08-26T14:46:25.619Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61f6679b9090321f -C extra-filename=-d347efebaffa3617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fa8b1917837293de.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-d12f8c8ba19b5416.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-38c6af4341102d03.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-a6ddda3f18460f26.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
56782026-08-26T14:48:49.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 32s
56792026-08-26T14:48:49.621Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
56802026-08-26T14:48:49.621Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
56812026-08-26T14:48:50.175Z
56822026-08-26T14:48:50.175Zreal 8:32.482466452
56832026-08-26T14:48:50.175Zuser 1:27:52.936141245
56842026-08-26T14:48:50.176Zsys 23:11.829536997
56852026-08-26T14:48:50.176Ztrap 2.413034556
56862026-08-26T14:48:50.176Ztflt 5.414592100
56872026-08-26T14:48:50.176Zdflt 22.567325184
56882026-08-26T14:48:50.180Zkflt 0.050089780
56892026-08-26T14:48:50.180Zlock 5:31:58.952791834
56902026-08-26T14:48:50.180Zslp 5:39:52.548744495
56912026-08-26T14:48:50.180Zlat 2:27.926848989
56922026-08-26T14:48:50.180Zstop 35:36.939306910
56932026-08-26T14:48:50.180Z++ ls -t /home/build/.cargo/log/20260826T144016656Z-e4292872132ecfd0.jsonl
56942026-08-26T14:48:50.183Z++ head -1
56952026-08-26T14:48:50.187Z+ cp /home/build/.cargo/log/20260826T144016656Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
56962026-08-26T14:48:50.190Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
56972026-08-26T14:48:50.190Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
56982026-08-26T14:48:50.193Z++ mktemp -d /tmp/nextest-state.XXXXXX
56992026-08-26T14:48:50.193Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.XeaO1s
57002026-08-26T14:48:50.193Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
57012026-08-26T14:48:50.193Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
57022026-08-26T14:48:50.193Z+ mkdir -p /tmp/nextest-recording-config
57032026-08-26T14:48:50.197Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
57042026-08-26T14:48:50.197Z+ export NEXTEST_STATE_DIR
57052026-08-26T14:48:50.197Z+ banner test
57062026-08-26T14:48:50.197Z
57072026-08-26T14:48:50.197Z ##### ###### #### #####
57082026-08-26T14:48:50.197Z # # # #
57092026-08-26T14:48:50.197Z # ##### #### #
57102026-08-26T14:48:50.197Z # # # #
57112026-08-26T14:48:50.197Z # # # # #
57122026-08-26T14:48:50.197Z # ###### #### #
57132026-08-26T14:48:50.197Z
57142026-08-26T14:48:50.197Z+ NEXTEST_EXIT=0
57152026-08-26T14:48:50.201Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
57162026-08-26T14:48:51.472Zinfo: experimental features enabled: setup-scripts, benchmarks
57172026-08-26T14:48:52.961Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
57182026-08-26T14:48:52.965Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
57192026-08-26T14:48:53.181Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57202026-08-26T14:48:53.212Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57212026-08-26T14:48:53.239Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
57222026-08-26T14:49:03.855Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.37s
57232026-08-26T14:49:03.858Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
57242026-08-26T14:49:03.858Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
57252026-08-26T14:49:05.057Z────────────
57262026-08-26T14:49:05.057Z Nextest run ID 18fa9874-26f1-4c4d-8d1a-dd0cd0b19651 with nextest profile: ci
57272026-08-26T14:49:05.057Z Starting 3356 tests across 247 binaries (8 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
57282026-08-26T14:49:05.061Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
57292026-08-26T14:49:05.888Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
57302026-08-26T14:49:05.888Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
57312026-08-26T14:49:05.891Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
57322026-08-26T14:49:06.036Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
57332026-08-26T14:49:06.048Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
57342026-08-26T14:49:06.052Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
57352026-08-26T14:49:06.069Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
57362026-08-26T14:49:06.082Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
57372026-08-26T14:49:06.113Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57382026-08-26T14:49:06.247Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
57392026-08-26T14:49:06.302Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
57402026-08-26T14:49:06.479Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
57412026-08-26T14:49:06.939Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
57422026-08-26T14:49:07.518Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
57432026-08-26T14:49:07.565Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
57442026-08-26T14:49:07.625Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
57452026-08-26T14:49:07.748Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
57462026-08-26T14:49:16.044Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
57472026-08-26T14:49:16.044Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
57482026-08-26T14:49:16.044Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
57492026-08-26T14:49:16.931Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
57502026-08-26T14:49:18.269Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
57512026-08-26T14:49:18.493Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57522026-08-26T14:49:25.895Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
57532026-08-26T14:49:34.627Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57542026-08-26T14:49:36.238Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57552026-08-26T14:49:37.965Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57562026-08-26T14:49:47.885Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.81s
57572026-08-26T14:49:48.002Z Running `target/debug/crdb-seed`
57582026-08-26T14:49:48.067ZAug 26 14:49:47.076 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp4ahSKS
57592026-08-26T14:49:48.067ZAug 26 14:49:47.076 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpFNZh5R,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp4ahSKS/listen-url --max-sql-memory 256MiB
57602026-08-26T14:49:48.068ZAug 26 14:49:47.076 INFO cockroach environment: BUILDOMAT_JOB_ID=01M0Z7Z62VEDC3M4ECV2JYAJ5Y BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=ben/multiple-eips-in-inventory-types GITHUB_REF=refs/heads/ben/multiple-eips-in-inventory-types GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=e7596aad5496048a384e26fd8e478cad2ae722b1 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-enviVKB2V NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out:/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=18fa9874-26f1-4c4d-8d1a-dd0cd0b19651 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.XeaO1s NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.97.1-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
57612026-08-26T14:49:48.582ZAug 26 14:49:47.591 INFO cockroach pid: 10212
57622026-08-26T14:49:48.582ZAug 26 14:49:47.591 INFO cockroach listen URL: postgresql://root@[::1]:44680/omicron?sslmode=disable
57632026-08-26T14:49:48.586ZAug 26 14:49:47.595 INFO cockroach: populating
57642026-08-26T14:49:49.746ZAug 26 14:49:48.755 INFO cockroach: populated
57652026-08-26T14:49:50.754ZAug 26 14:49:49.763 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7280008bd975df34e8ee6278a993f2af2624ff375b8a3b86d536036e95285aef.tar`
57662026-08-26T14:49:50.761Z SETUP PASS [ 45.704s] crdb-seed: cargo run -p crdb-seed --profile test
57672026-08-26T14:49:50.765Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57682026-08-26T14:49:51.575Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
57692026-08-26T14:49:51.579Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57702026-08-26T14:49:52.937Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
57712026-08-26T14:49:53.938Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
57722026-08-26T14:50:04.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
57732026-08-26T14:50:04.709Z Running `target/debug/clickhouse-cluster-dev`
57742026-08-26T14:50:04.768ZAug 26 14:50:03.776 INFO Setting up a ClickHouse cluster
57752026-08-26T14:50:04.771ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
57762026-08-26T14:50:04.771ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
57772026-08-26T14:50:04.771ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
57782026-08-26T14:50:04.771ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
57792026-08-26T14:50:04.771ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
57802026-08-26T14:50:05.552ZAug 26 14:50:04.561 INFO ClickHouse server ready
57812026-08-26T14:50:05.555ZAug 26 14:50:04.561 INFO ClickHouse server ready
57822026-08-26T14:50:06.420ZAug 26 14:50:05.429 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
57832026-08-26T14:50:06.427Z SETUP PASS [ 15.666s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57842026-08-26T14:50:06.465Z PASS [ 0.031s] ( 1/3356) api_identity test::test_identity_no_field
57852026-08-26T14:50:06.469Z PASS [ 0.030s] ( 2/3356) api_identity test::test_identity
57862026-08-26T14:50:06.473Z PASS [ 0.038s] ( 3/3356) authz-macros tests::test_authz_snapshots
57872026-08-26T14:50:06.479Z PASS [ 0.014s] ( 4/3356) bootstore schemes::tests::hello_roundtrip
57882026-08-26T14:50:06.494Z PASS [ 0.015s] ( 5/3356) bootstore schemes::v0::share_pkg::tests::create_packages
57892026-08-26T14:50:06.508Z PASS [ 0.014s] ( 6/3356) bootstore trust_quorum::rack_secret::tests::create_and_verify
57902026-08-26T14:50:06.512Z PASS [ 0.039s] ( 7/3356) bootstore schemes::v0::peer::tests::network_config
57912026-08-26T14:50:06.522Z PASS [ 0.013s] ( 8/3356) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
57922026-08-26T14:50:07.515Z PASS [ 1.048s] ( 9/3356) bootstore schemes::v0::peer::tests::basic_3_nodes
57932026-08-26T14:50:07.617Z PASS [ 0.102s] ( 10/3356) cert-dev::test-cert-dev test_cert_create
57942026-08-26T14:50:07.701Z PASS [ 0.084s] ( 11/3356) clickana chart::tests::gather_chart_data_failure
57952026-08-26T14:50:07.713Z PASS [ 0.012s] ( 12/3356) clickana chart::tests::gather_chart_data_for_disk_usage_success
57962026-08-26T14:50:07.727Z PASS [ 0.014s] ( 13/3356) clickana chart::tests::gather_chart_data_for_memory_tracking_success
57972026-08-26T14:50:07.737Z PASS [ 0.010s] ( 14/3356) clickana chart::tests::gather_chart_data_for_query_count_success
57982026-08-26T14:50:07.748Z PASS [ 0.010s] ( 15/3356) clickana chart::tests::gather_chart_data_for_running_queries_success
57992026-08-26T14:50:07.762Z PASS [ 0.014s] ( 16/3356) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
58002026-08-26T14:50:07.776Z PASS [ 0.014s] ( 17/3356) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
58012026-08-26T14:50:07.790Z PASS [ 0.014s] ( 18/3356) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
58022026-08-26T14:50:07.805Z PASS [ 0.015s] ( 19/3356) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
58032026-08-26T14:50:07.822Z PASS [ 0.017s] ( 20/3356) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
58042026-08-26T14:50:07.828Z PASS [ 1.316s] ( 21/3356) bootstore::v0-fsm-proptest-learner run
58052026-08-26T14:50:07.837Z PASS [ 0.015s] ( 22/3356) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
58062026-08-26T14:50:07.843Z PASS [ 0.015s] ( 23/3356) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
58072026-08-26T14:50:07.853Z PASS [ 0.015s] ( 24/3356) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
58082026-08-26T14:50:07.861Z PASS [ 0.017s] ( 25/3356) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
58092026-08-26T14:50:07.868Z PASS [ 0.015s] ( 26/3356) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
58102026-08-26T14:50:07.876Z PASS [ 0.015s] ( 27/3356) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
58112026-08-26T14:50:07.887Z PASS [ 0.018s] ( 28/3356) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
58122026-08-26T14:50:07.894Z PASS [ 0.018s] ( 29/3356) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
58132026-08-26T14:50:07.905Z PASS [ 0.019s] ( 30/3356) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
58142026-08-26T14:50:07.912Z PASS [ 0.018s] ( 31/3356) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
58152026-08-26T14:50:07.923Z PASS [ 0.017s] ( 32/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
58162026-08-26T14:50:07.929Z PASS [ 0.017s] ( 33/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
58172026-08-26T14:50:07.943Z PASS [ 0.020s] ( 34/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
58182026-08-26T14:50:07.963Z PASS [ 0.033s] ( 35/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
58192026-08-26T14:50:07.970Z PASS [ 0.027s] ( 36/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
58202026-08-26T14:50:07.989Z PASS [ 0.026s] ( 37/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
58212026-08-26T14:50:08.003Z PASS [ 0.032s] ( 38/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
58222026-08-26T14:50:08.012Z PASS [ 0.023s] ( 39/3356) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
58232026-08-26T14:50:08.032Z PASS [ 0.029s] ( 40/3356) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
58242026-08-26T14:50:08.046Z PASS [ 0.034s] ( 41/3356) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
58252026-08-26T14:50:08.059Z PASS [ 0.027s] ( 42/3356) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
58262026-08-26T14:50:08.078Z PASS [ 0.031s] ( 43/3356) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
58272026-08-26T14:50:08.087Z PASS [ 0.028s] ( 44/3356) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
58282026-08-26T14:50:08.100Z PASS [ 0.023s] ( 45/3356) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
58292026-08-26T14:50:08.112Z PASS [ 0.025s] ( 46/3356) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
58302026-08-26T14:50:08.128Z PASS [ 0.027s] ( 47/3356) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
58312026-08-26T14:50:08.138Z PASS [ 0.026s] ( 48/3356) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
58322026-08-26T14:50:08.155Z PASS [ 0.027s] ( 49/3356) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
58332026-08-26T14:50:08.166Z PASS [ 0.028s] ( 50/3356) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
58342026-08-26T14:50:08.195Z PASS [ 0.040s] ( 51/3356) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
58352026-08-26T14:50:08.206Z PASS [ 0.039s] ( 52/3356) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
58362026-08-26T14:50:08.215Z PASS [ 0.020s] ( 53/3356) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
58372026-08-26T14:50:08.224Z PASS [ 0.018s] ( 54/3356) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
58382026-08-26T14:50:08.236Z PASS [ 0.021s] ( 55/3356) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
58392026-08-26T14:50:08.245Z PASS [ 0.021s] ( 56/3356) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
58402026-08-26T14:50:08.259Z PASS [ 0.022s] ( 57/3356) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
58412026-08-26T14:50:08.270Z PASS [ 0.024s] ( 58/3356) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
58422026-08-26T14:50:08.326Z PASS [ 0.067s] ( 59/3356) db-dev::test-db-dev test_db_dev_populate_no_args
58432026-08-26T14:50:08.342Z PASS [ 0.072s] ( 60/3356) db-dev::test-db-dev test_db_dev_wipe_no_args
58442026-08-26T14:50:08.923Z PASS [ 2.401s] ( 61/3356) bootstore::v0-fsm-proptest-rack-coordinator run
58452026-08-26T14:50:08.960Z PASS [ 0.038s] ( 62/3356) db-macros lookup::test::test_lookup_snapshots
58462026-08-26T14:50:08.983Z PASS [ 0.023s] ( 63/3356) db-macros tests::test_derive_metadata_identity_fails_for_enums
58472026-08-26T14:50:09.006Z PASS [ 0.022s] ( 64/3356) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
58482026-08-26T14:50:09.037Z PASS [ 0.031s] ( 65/3356) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
58492026-08-26T14:50:09.059Z PASS [ 0.022s] ( 66/3356) db-macros tests::test_derive_metadata_identity_fails_without_table_name
58502026-08-26T14:50:09.081Z PASS [ 0.022s] ( 67/3356) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
58512026-08-26T14:50:09.105Z PASS [ 0.023s] ( 68/3356) db-macros tests::test_derive_snapshots
58522026-08-26T14:50:09.128Z PASS [ 0.023s] ( 69/3356) db-macros tests::test_derive_with_unknown_field
58532026-08-26T14:50:09.215Z PASS [ 0.087s] ( 70/3356) dns-server storage::test::test_update_basic
58542026-08-26T14:50:09.300Z PASS [ 0.084s] ( 71/3356) dns-server storage::test::test_update_in_progress
58552026-08-26T14:50:09.388Z PASS [ 0.087s] ( 72/3356) dns-server storage::test::test_update_interrupted
58562026-08-26T14:50:09.478Z PASS [ 0.090s] ( 73/3356) dns-server storage::test::test_zone_gets_soa_record
58572026-08-26T14:50:09.618Z PASS [ 0.140s] ( 74/3356) dns-server::basic_test a_crud
58582026-08-26T14:50:09.768Z PASS [ 0.149s] ( 75/3356) dns-server::basic_test aaaa_crud
58592026-08-26T14:50:09.905Z PASS [ 0.137s] ( 76/3356) dns-server::basic_test answers_match_question
58602026-08-26T14:50:10.059Z PASS [ 0.153s] ( 77/3356) dns-server::basic_test empty_record
58612026-08-26T14:50:10.198Z PASS [ 0.139s] ( 78/3356) dns-server::basic_test multi_record_crud
58622026-08-26T14:50:10.393Z PASS [ 0.195s] ( 79/3356) dns-server::basic_test name_contains_zone
58632026-08-26T14:50:10.542Z PASS [ 0.149s] ( 80/3356) dns-server::basic_test nxdomain
58642026-08-26T14:50:10.715Z PASS [ 0.173s] ( 81/3356) dns-server::basic_test servfail
58652026-08-26T14:50:10.870Z PASS [ 0.155s] ( 82/3356) dns-server::basic_test soa
58662026-08-26T14:50:11.008Z PASS [ 0.137s] ( 83/3356) dns-server::basic_test srv_crud
58672026-08-26T14:50:11.228Z PASS [ 0.220s] ( 84/3356) dns-server::cross_version_test cross_version_works
58682026-08-26T14:50:11.336Z PASS [ 3.010s] ( 85/3356) db-dev::test-db-dev test_db_killed
58692026-08-26T14:50:11.356Z PASS [ 0.019s] ( 86/3356) ereport-types tests::test_arb_json_deserializes
58702026-08-26T14:50:11.373Z PASS [ 0.018s] ( 87/3356) ereport-types tests::test_ena_from_str
58712026-08-26T14:50:11.391Z PASS [ 0.017s] ( 88/3356) ereport-types tests::test_ena_from_str_roundtrip
58722026-08-26T14:50:11.409Z PASS [ 0.018s] ( 89/3356) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
58732026-08-26T14:50:11.458Z PASS [ 0.049s] ( 90/3356) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
58742026-08-26T14:50:11.482Z PASS [ 0.023s] ( 91/3356) gfss gf256::tests::test_all_multiplication
58752026-08-26T14:50:11.499Z PASS [ 0.017s] ( 92/3356) gfss gf256::tests::test_all_multiplicative_inverses
58762026-08-26T14:50:11.522Z PASS [ 0.023s] ( 93/3356) gfss gf256::tests::test_docs_example
58772026-08-26T14:50:14.433Z PASS [ 3.205s] ( 94/3356) dnsadm::commands_test test_dnsadm
58782026-08-26T14:50:17.059Z PASS [ 2.627s] ( 95/3356) gfss shamir::tests::split_and_combine
58792026-08-26T14:50:17.078Z PASS [ 0.018s] ( 96/3356) gfss shamir::tests::test_share_reconstruction
58802026-08-26T14:50:17.109Z PASS [ 0.031s] ( 97/3356) illumos-utils destructor::test::test_delayed_delete
58812026-08-26T14:50:17.805Z PASS [ 0.696s] ( 98/3356) illumos-utils destructor::test::test_delayed_delete_with_error
58822026-08-26T14:50:17.833Z PASS [ 0.029s] ( 99/3356) illumos-utils destructor::test::test_destructor_bad_close
58832026-08-26T14:50:17.859Z PASS [ 0.025s] ( 100/3356) illumos-utils link::test::test_allocate
58842026-08-26T14:50:17.886Z PASS [ 0.027s] ( 101/3356) illumos-utils link::test::test_allocate_within_scopes
58852026-08-26T14:50:17.913Z PASS [ 0.027s] ( 102/3356) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
58862026-08-26T14:50:17.939Z PASS [ 0.026s] ( 103/3356) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
58872026-08-26T14:50:17.967Z PASS [ 0.027s] ( 104/3356) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
58882026-08-26T14:50:17.993Z PASS [ 0.027s] ( 105/3356) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
58892026-08-26T14:50:18.021Z PASS [ 0.028s] ( 106/3356) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
58902026-08-26T14:50:18.051Z PASS [ 0.030s] ( 107/3356) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
58912026-08-26T14:50:18.077Z PASS [ 0.026s] ( 108/3356) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
58922026-08-26T14:50:18.103Z PASS [ 0.026s] ( 109/3356) illumos-utils running_zone::tests::test_is_oxide_smf_service
58932026-08-26T14:50:18.131Z PASS [ 0.028s] ( 110/3356) illumos-utils svcs::tests::test_svc_parse_empty_success
58942026-08-26T14:50:18.157Z PASS [ 0.026s] ( 111/3356) illumos-utils svcs::tests::test_svc_parse_in_transition_and_unrecognized
58952026-08-26T14:50:18.185Z PASS [ 0.027s] ( 112/3356) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
58962026-08-26T14:50:18.211Z PASS [ 0.027s] ( 113/3356) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
58972026-08-26T14:50:18.238Z PASS [ 0.026s] ( 114/3356) illumos-utils svcs::tests::test_svc_parse_success
58982026-08-26T14:50:18.265Z PASS [ 0.027s] ( 115/3356) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
58992026-08-26T14:50:18.292Z PASS [ 0.026s] ( 116/3356) illumos-utils svcs::tests::test_to_enabled_not_online
59002026-08-26T14:50:18.316Z PASS [ 0.024s] ( 117/3356) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
59012026-08-26T14:50:18.364Z PASS [ 0.048s] ( 118/3356) illumos-utils zfs::test::directory_mutability
59022026-08-26T14:50:18.413Z PASS [ 0.049s] ( 119/3356) illumos-utils zfs::test::get_values_of_rpool
59032026-08-26T14:50:18.441Z PASS [ 0.027s] ( 120/3356) illumos-utils zfs::test::parse_dataset_bad_avail
59042026-08-26T14:50:18.470Z PASS [ 0.029s] ( 121/3356) illumos-utils zfs::test::parse_dataset_bad_quota
59052026-08-26T14:50:18.501Z PASS [ 0.031s] ( 122/3356) illumos-utils zfs::test::parse_dataset_bad_reservation
59062026-08-26T14:50:18.531Z PASS [ 0.031s] ( 123/3356) illumos-utils zfs::test::parse_dataset_bad_usage
59072026-08-26T14:50:18.558Z PASS [ 0.026s] ( 124/3356) illumos-utils zfs::test::parse_dataset_bad_uuid
59082026-08-26T14:50:18.586Z PASS [ 0.028s] ( 125/3356) illumos-utils zfs::test::parse_dataset_missing_fields
59092026-08-26T14:50:18.613Z PASS [ 0.027s] ( 126/3356) illumos-utils zfs::test::parse_dataset_props
59102026-08-26T14:50:18.640Z PASS [ 0.026s] ( 127/3356) illumos-utils zfs::test::parse_dataset_props_with_optionals
59112026-08-26T14:50:18.669Z PASS [ 0.029s] ( 128/3356) illumos-utils zfs::test::parse_dataset_too_many_columns
59122026-08-26T14:50:18.703Z PASS [ 0.034s] ( 129/3356) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
59132026-08-26T14:50:18.729Z PASS [ 0.026s] ( 130/3356) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
59142026-08-26T14:50:18.758Z PASS [ 0.028s] ( 131/3356) illumos-utils zfs::test::parse_quota_ignored_if_default
59152026-08-26T14:50:18.784Z PASS [ 0.026s] ( 132/3356) illumos-utils zfs::test::parse_reservation_ignored_if_default
59162026-08-26T14:50:18.812Z PASS [ 0.027s] ( 133/3356) illumos-utils zfs::test::parse_sorts_and_dedups
59172026-08-26T14:50:18.836Z PASS [ 0.024s] ( 134/3356) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
59182026-08-26T14:50:18.862Z PASS [ 0.026s] ( 135/3356) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
59192026-08-26T14:50:18.887Z PASS [ 0.025s] ( 136/3356) illumos-utils zfs::test::props_needing_update_none_matches_unset
59202026-08-26T14:50:18.914Z PASS [ 0.027s] ( 137/3356) illumos-utils zfs::test::props_needing_update_oxide_uuid
59212026-08-26T14:50:18.941Z PASS [ 0.027s] ( 138/3356) illumos-utils zfs::test::props_needing_update_skips_matching_values
59222026-08-26T14:50:18.966Z PASS [ 0.025s] ( 139/3356) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
59232026-08-26T14:50:18.992Z PASS [ 0.026s] ( 140/3356) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
59242026-08-26T14:50:19.025Z PASS [ 0.032s] ( 141/3356) illumos-utils zone::tests::delete_nonexistent_address
59252026-08-26T14:50:19.050Z PASS [ 0.025s] ( 142/3356) illumos-utils zone::tests::test_parse_ip_network
59262026-08-26T14:50:19.076Z PASS [ 0.026s] ( 143/3356) illumos-utils zpool::test::test_parse_zpool
59272026-08-26T14:50:19.101Z PASS [ 0.025s] ( 144/3356) illumos-utils zpool::test::test_parse_zpool_missing_column
59282026-08-26T14:50:20.755Z PASS [ 1.654s] ( 145/3356) installinator mock_peers::tests::proptest_fetch_artifact
59292026-08-26T14:50:20.781Z PASS [ 0.026s] ( 146/3356) installinator peers::tests::iter_no_preferred_preserves_btree_order
59302026-08-26T14:50:20.808Z PASS [ 0.026s] ( 147/3356) installinator peers::tests::last_known_peer_preferred
59312026-08-26T14:50:20.833Z PASS [ 0.026s] ( 148/3356) installinator peers::tests::last_known_peer_stale
59322026-08-26T14:50:21.195Z PASS [ 14.759s] ( 149/3356) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
59332026-08-26T14:50:21.219Z PASS [ 9.697s] ( 150/3356) gfss polynomial::tests::test_polynomial_eval
59342026-08-26T14:50:21.250Z PASS [ 0.055s] ( 151/3356) installinator-common block_size_writer::tests::proptest_block_writer
59352026-08-26T14:50:21.371Z PASS [ 0.151s] ( 152/3356) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
59362026-08-26T14:50:21.397Z PASS [ 0.146s] ( 153/3356) internal-dns-resolver resolver::test::insert_and_lookup_one_record
59372026-08-26T14:50:21.509Z PASS [ 0.138s] ( 154/3356) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
59382026-08-26T14:50:21.575Z PASS [ 13.233s] ( 155/3356) db-dev::test-db-dev test_db_run
59392026-08-26T14:50:21.713Z PASS [ 0.316s] ( 156/3356) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
59402026-08-26T14:50:21.763Z PASS [ 0.254s] ( 157/3356) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
59412026-08-26T14:50:21.774Z PASS [ 0.198s] ( 158/3356) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
59422026-08-26T14:50:21.781Z PASS [ 0.018s] ( 159/3356) internal-dns-types config::test::display_hosts
59432026-08-26T14:50:21.791Z PASS [ 0.017s] ( 160/3356) internal-dns-types config::test::display_srv_service
59442026-08-26T14:50:21.801Z PASS [ 0.020s] ( 161/3356) internal-dns-types config::test::host_zone_switch_publishes_all_services
59452026-08-26T14:50:21.811Z PASS [ 0.020s] ( 162/3356) internal-dns-types config::test::test_builder_errors
59462026-08-26T14:50:21.820Z PASS [ 0.019s] ( 163/3356) internal-dns-types config::test::test_builder_output
59472026-08-26T14:50:21.829Z PASS [ 0.018s] ( 164/3356) internal-dns-types diff::test::diff_different
59482026-08-26T14:50:21.837Z PASS [ 0.018s] ( 165/3356) internal-dns-types diff::test::diff_equivalent
59492026-08-26T14:50:21.849Z PASS [ 0.020s] ( 166/3356) internal-dns-types diff::test::diff_invalid
59502026-08-26T14:50:21.856Z PASS [ 0.019s] ( 167/3356) ipcc tests::deserialize_fixed_value
59512026-08-26T14:50:21.866Z PASS [ 0.152s] ( 168/3356) internal-dns-resolver resolver::test::update_record
59522026-08-26T14:50:21.874Z PASS [ 0.024s] ( 169/3356) ipcc tests::installinator_image_id_round_trip
59532026-08-26T14:50:21.877Z PASS [ 0.021s] ( 170/3356) ipcc tests::serialized_size
59542026-08-26T14:50:21.888Z PASS [ 0.022s] ( 171/3356) key-manager tests::different_disks_produce_different_keys
59552026-08-26T14:50:21.909Z PASS [ 0.035s] ( 172/3356) key-manager tests::different_ikm_produces_different_keys
59562026-08-26T14:50:21.913Z PASS [ 0.036s] ( 173/3356) key-manager tests::disk_encryption_key_epoch_0
59572026-08-26T14:50:21.920Z PASS [ 0.032s] ( 174/3356) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
59582026-08-26T14:50:21.959Z PASS [ 0.051s] ( 175/3356) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
59592026-08-26T14:50:21.967Z PASS [ 0.047s] ( 176/3356) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
59602026-08-26T14:50:21.971Z PASS [ 0.058s] ( 177/3356) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
59612026-08-26T14:50:21.994Z PASS [ 0.034s] ( 178/3356) nexus-auth authn::external::session_cookie::test::test_get_token
59622026-08-26T14:50:22.002Z PASS [ 0.034s] ( 179/3356) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
59632026-08-26T14:50:22.010Z PASS [ 0.039s] ( 180/3356) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
59642026-08-26T14:50:22.029Z PASS [ 0.035s] ( 181/3356) nexus-auth authn::external::session_cookie::test::test_missing_cookie
59652026-08-26T14:50:22.038Z PASS [ 0.036s] ( 182/3356) nexus-auth authn::external::session_cookie::test::test_other_cookie
59662026-08-26T14:50:22.044Z PASS [ 0.033s] ( 183/3356) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
59672026-08-26T14:50:22.064Z PASS [ 0.035s] ( 184/3356) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
59682026-08-26T14:50:22.077Z PASS [ 0.039s] ( 185/3356) nexus-auth authn::external::session_cookie::test::test_valid_cookie
59692026-08-26T14:50:22.084Z PASS [ 0.040s] ( 186/3356) nexus-auth authn::external::spoof::test::test_make_header_value
59702026-08-26T14:50:22.099Z PASS [ 0.034s] ( 187/3356) nexus-auth authn::external::spoof::test::test_make_header_value_raw
59712026-08-26T14:50:22.114Z PASS [ 0.036s] ( 188/3356) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
59722026-08-26T14:50:22.126Z PASS [ 0.041s] ( 189/3356) nexus-auth authn::external::spoof::test::test_spoof_header_missing
59732026-08-26T14:50:22.135Z PASS [ 1.301s] ( 190/3356) installinator write::tests::proptest_write_artifact
59742026-08-26T14:50:22.138Z PASS [ 0.037s] ( 191/3356) nexus-auth authn::external::spoof::test::test_spoof_header_valid
59752026-08-26T14:50:22.172Z PASS [ 0.058s] ( 192/3356) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
59762026-08-26T14:50:22.175Z PASS [ 0.037s] ( 193/3356) nexus-auth authn::external::token::test::test_token_header_bad_utf8
59772026-08-26T14:50:22.175Z PASS [ 0.049s] ( 194/3356) nexus-auth authn::external::test::test_authn_sequence
59782026-08-26T14:50:22.180Z PASS [ 0.045s] ( 195/3356) nexus-auth authn::external::token::test::test_make_header_value
59792026-08-26T14:50:22.204Z PASS [ 0.032s] ( 196/3356) nexus-auth authn::external::token::test::test_token_header_missing
59802026-08-26T14:50:22.212Z PASS [ 0.039s] ( 197/3356) nexus-auth authn::external::token::test::test_token_header_valid
59812026-08-26T14:50:22.215Z PASS [ 0.040s] ( 198/3356) nexus-auth authn::test::test_internal_users
59822026-08-26T14:50:22.253Z PASS [ 0.049s] ( 199/3356) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
59832026-08-26T14:50:22.268Z PASS [ 0.087s] ( 200/3356) nexus-auth authz::context::test::test_unregistered_resource
59842026-08-26T14:50:22.280Z PASS [ 0.068s] ( 201/3356) nexus-auth context::test::test_background_context
59852026-08-26T14:50:22.283Z PASS [ 0.068s] ( 202/3356) nexus-auth context::test::test_child_context
59862026-08-26T14:50:22.306Z PASS [ 0.038s] ( 203/3356) nexus-config nexus_config::test::test_bad_authn_schemes
59872026-08-26T14:50:22.313Z PASS [ 0.032s] ( 204/3356) nexus-config nexus_config::test::test_config_bad_toml
59882026-08-26T14:50:22.318Z PASS [ 0.066s] ( 205/3356) nexus-auth context::test::test_test_context
59892026-08-26T14:50:22.323Z PASS [ 0.041s] ( 206/3356) nexus-config nexus_config::test::test_config_empty
59902026-08-26T14:50:22.335Z PASS [ 0.029s] ( 207/3356) nexus-config nexus_config::test::test_config_nonexistent
59912026-08-26T14:50:22.349Z PASS [ 0.036s] ( 208/3356) nexus-config nexus_config::test::test_deployment_config_schema
59922026-08-26T14:50:22.356Z PASS [ 0.038s] ( 209/3356) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
59932026-08-26T14:50:22.378Z PASS [ 0.055s] ( 210/3356) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
59942026-08-26T14:50:22.391Z PASS [ 0.057s] ( 211/3356) nexus-config nexus_config::test::test_repo_configs_are_valid
59952026-08-26T14:50:22.395Z PASS [ 0.035s] ( 212/3356) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
59962026-08-26T14:50:22.401Z PASS [ 0.053s] ( 213/3356) nexus-config nexus_config::test::test_valid
59972026-08-26T14:50:22.409Z PASS [ 0.029s] ( 214/3356) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
59982026-08-26T14:50:22.422Z PASS [ 0.030s] ( 215/3356) nexus-config postgres_config::test::test_bad_url
59992026-08-26T14:50:22.435Z PASS [ 0.044s] ( 216/3356) nexus-config postgres_config::test::test_all_addresses_single_host
60002026-08-26T14:50:22.439Z PASS [ 0.038s] ( 217/3356) nexus-config postgres_config::test::test_example_url
60012026-08-26T14:50:22.442Z PASS [ 0.031s] ( 218/3356) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
60022026-08-26T14:50:22.448Z PASS [ 0.026s] ( 219/3356) nexus-db-fixed-data test::test_allowlist_id_is_valid
60032026-08-26T14:50:22.466Z PASS [ 0.030s] ( 220/3356) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
60042026-08-26T14:50:22.475Z PASS [ 0.035s] ( 221/3356) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
60052026-08-26T14:50:22.478Z PASS [ 0.029s] ( 222/3356) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
60062026-08-26T14:50:22.513Z PASS [ 0.047s] ( 223/3356) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
60072026-08-26T14:50:22.521Z PASS [ 0.044s] ( 224/3356) nexus-db-model bytecount::test::test_bytecount_i64_conversions
60082026-08-26T14:50:22.547Z PASS [ 0.072s] ( 225/3356) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
60092026-08-26T14:50:22.551Z PASS [ 0.035s] ( 226/3356) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
60102026-08-26T14:50:22.557Z PASS [ 0.037s] ( 227/3356) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
60112026-08-26T14:50:22.580Z PASS [ 0.032s] ( 228/3356) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
60122026-08-26T14:50:22.589Z PASS [ 0.041s] ( 229/3356) nexus-db-model device_auth::test::test_generate_user_code
60132026-08-26T14:50:22.593Z PASS [ 0.036s] ( 230/3356) nexus-db-model instance_state::tests::test_from_str_roundtrips
60142026-08-26T14:50:22.609Z PASS [ 0.029s] ( 231/3356) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
60152026-08-26T14:50:22.620Z PASS [ 0.031s] ( 232/3356) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
60162026-08-26T14:50:22.627Z PASS [ 0.034s] ( 233/3356) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
60172026-08-26T14:50:22.641Z PASS [ 0.032s] ( 234/3356) nexus-db-model role_assignment::tests::test_role_assignment_from_database
60182026-08-26T14:50:22.646Z PASS [ 0.026s] ( 235/3356) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
60192026-08-26T14:50:22.679Z PASS [ 0.037s] ( 236/3356) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
60202026-08-26T14:50:22.693Z PASS [ 0.066s] ( 237/3356) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
60212026-08-26T14:50:22.698Z PASS [ 0.051s] ( 238/3356) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
60222026-08-26T14:50:22.723Z PASS [ 0.044s] ( 239/3356) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
60232026-08-26T14:50:22.742Z PASS [ 0.049s] ( 240/3356) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
60242026-08-26T14:50:22.749Z PASS [ 0.051s] ( 241/3356) nexus-db-model schema_versions::test::test_classify_create_index
60252026-08-26T14:50:22.768Z PASS [ 0.044s] ( 242/3356) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
60262026-08-26T14:50:22.788Z PASS [ 0.039s] ( 243/3356) nexus-db-model schema_versions::test::test_classify_dml_ignored
60272026-08-26T14:50:22.791Z PASS [ 0.047s] ( 244/3356) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
60282026-08-26T14:50:22.811Z PASS [ 0.043s] ( 245/3356) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
60292026-08-26T14:50:22.828Z PASS [ 0.039s] ( 246/3356) nexus-db-model schema_versions::test::test_known_versions
60302026-08-26T14:50:22.837Z PASS [ 0.049s] ( 247/3356) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
60312026-08-26T14:50:22.870Z PASS [ 0.041s] ( 248/3356) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
60322026-08-26T14:50:22.873Z PASS [ 0.035s] ( 249/3356) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
60332026-08-26T14:50:22.906Z PASS [ 0.036s] ( 250/3356) nexus-db-model schema_versions::test::test_one_ddl_enforcement
60342026-08-26T14:50:22.909Z PASS [ 0.098s] ( 251/3356) nexus-db-model schema_versions::test::test_migration_verification_files
60352026-08-26T14:50:22.920Z PASS [ 0.048s] ( 252/3356) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
60362026-08-26T14:50:22.934Z PASS [ 0.028s] ( 253/3356) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
60372026-08-26T14:50:22.951Z PASS [ 0.042s] ( 254/3356) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
60382026-08-26T14:50:22.975Z PASS [ 0.053s] ( 255/3356) nexus-db-model schema_versions::test::test_preprocess_storing
60392026-08-26T14:50:22.978Z PASS [ 0.044s] ( 256/3356) nexus-db-model schema_versions::test::test_preprocess_type_array
60402026-08-26T14:50:22.989Z PASS [ 0.038s] ( 257/3356) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
60412026-08-26T14:50:23.012Z PASS [ 0.038s] ( 258/3356) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
60422026-08-26T14:50:23.019Z PASS [ 0.041s] ( 259/3356) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
60432026-08-26T14:50:23.022Z PASS [ 0.032s] ( 260/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
60442026-08-26T14:50:23.039Z PASS [ 0.027s] ( 261/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
60452026-08-26T14:50:23.052Z PASS [ 0.032s] ( 262/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
60462026-08-26T14:50:23.055Z PASS [ 0.031s] ( 263/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
60472026-08-26T14:50:23.064Z PASS [ 0.025s] ( 264/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
60482026-08-26T14:50:23.086Z PASS [ 0.034s] ( 265/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
60492026-08-26T14:50:23.089Z PASS [ 0.034s] ( 266/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
60502026-08-26T14:50:23.092Z PASS [ 0.026s] ( 267/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
60512026-08-26T14:50:23.115Z PASS [ 0.029s] ( 268/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
60522026-08-26T14:50:23.120Z PASS [ 0.033s] ( 269/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
60532026-08-26T14:50:23.126Z PASS [ 0.036s] ( 270/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
60542026-08-26T14:50:23.142Z PASS [ 0.027s] ( 271/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
60552026-08-26T14:50:23.150Z PASS [ 0.030s] ( 272/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
60562026-08-26T14:50:23.154Z PASS [ 0.028s] ( 273/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
60572026-08-26T14:50:23.168Z PASS [ 0.027s] ( 274/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
60582026-08-26T14:50:23.182Z PASS [ 0.031s] ( 275/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
60592026-08-26T14:50:23.188Z PASS [ 0.034s] ( 276/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
60602026-08-26T14:50:23.200Z PASS [ 0.031s] ( 277/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
60612026-08-26T14:50:23.209Z PASS [ 0.028s] ( 278/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
60622026-08-26T14:50:23.216Z PASS [ 0.028s] ( 279/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
60632026-08-26T14:50:23.226Z PASS [ 0.026s] ( 280/3356) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
60642026-08-26T14:50:23.238Z PASS [ 0.028s] ( 281/3356) nexus-db-model schema_versions::test::test_verification_query_add_constraint
60652026-08-26T14:50:23.245Z PASS [ 0.028s] ( 282/3356) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
60662026-08-26T14:50:23.254Z PASS [ 0.027s] ( 283/3356) nexus-db-model schema_versions::test::test_verification_query_create_index
60672026-08-26T14:50:23.265Z PASS [ 0.027s] ( 284/3356) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
60682026-08-26T14:50:23.274Z PASS [ 0.028s] ( 285/3356) nexus-db-model schema_versions::test::test_verify
60692026-08-26T14:50:23.282Z PASS [ 0.029s] ( 286/3356) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
60702026-08-26T14:50:23.293Z PASS [ 0.028s] ( 287/3356) nexus-db-model semver_version::test::test_to_from_sortable_string
60712026-08-26T14:50:23.301Z PASS [ 0.027s] ( 288/3356) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
60722026-08-26T14:50:23.313Z PASS [ 0.030s] ( 289/3356) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
60732026-08-26T14:50:23.324Z PASS [ 0.031s] ( 290/3356) nexus-db-model switch_port::tests::router_peer_type_test_ip_db_repr
60742026-08-26T14:50:23.330Z PASS [ 0.029s] ( 291/3356) nexus-db-model tests::test_ip_subnet_check_requestable_address
60752026-08-26T14:50:23.346Z PASS [ 0.033s] ( 292/3356) nexus-db-model tests::test_ipv6_net_random_subnet
60762026-08-26T14:50:23.352Z PASS [ 0.027s] ( 293/3356) nexus-db-model tests::test_roles_database_strings
60772026-08-26T14:50:23.359Z PASS [ 0.029s] ( 294/3356) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
60782026-08-26T14:50:23.374Z PASS [ 0.028s] ( 295/3356) nexus-db-model typed_uuid::tests::test_compare_consistency
60792026-08-26T14:50:23.416Z PASS [ 0.029s] ( 296/3356) nexus-db-model typed_uuid::tests::test_hash_equality
60802026-08-26T14:50:23.420Z PASS [ 0.028s] ( 297/3356) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
60812026-08-26T14:50:23.420Z PASS [ 0.032s] ( 298/3356) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
60822026-08-26T14:50:23.420Z PASS [ 0.037s] ( 299/3356) nexus-db-model vmm_state::tests::test_from_str_roundtrips
60832026-08-26T14:50:23.426Z PASS [ 0.038s] ( 300/3356) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
60842026-08-26T14:50:23.441Z PASS [ 0.035s] ( 301/3356) nexus-db-model vmm_state::tests::test_terminal_states_consistent
60852026-08-26T14:50:24.104Z PASS [ 17.669s] ( 302/3356) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
60862026-08-26T14:50:25.244Z PASS [ 2.803s] ( 303/3356) nexus-db-lookup::integration lookup::test_lookup
60872026-08-26T14:50:25.337Z PASS [ 18.902s] ( 304/3356) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
60882026-08-26T14:50:26.332Z PASS [ 2.891s] ( 305/3356) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
60892026-08-26T14:50:26.669Z PASS [ 3.251s] ( 306/3356) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
60902026-08-26T14:50:26.679Z PASS [ 3.253s] ( 307/3356) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
60912026-08-26T14:50:27.025Z PASS [ 2.921s] ( 308/3356) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
60922026-08-26T14:50:27.505Z PASS [ 21.074s] ( 309/3356) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
60932026-08-26T14:50:27.969Z PASS [ 2.725s] ( 310/3356) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
60942026-08-26T14:50:28.149Z PASS [ 2.812s] ( 311/3356) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
60952026-08-26T14:50:28.197Z PASS [ 0.047s] ( 312/3356) nexus-db-queries db::collection_attach::test::test_verify_query
60962026-08-26T14:50:28.877Z PASS [ 22.434s] ( 313/3356) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
60972026-08-26T14:50:28.952Z PASS [ 22.509s] ( 314/3356) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
60982026-08-26T14:50:29.051Z PASS [ 2.718s] ( 315/3356) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
60992026-08-26T14:50:29.115Z PASS [ 22.680s] ( 316/3356) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
61002026-08-26T14:50:29.192Z PASS [ 22.749s] ( 317/3356) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
61012026-08-26T14:50:29.487Z PASS [ 2.818s] ( 318/3356) nexus-db-queries db::collection_attach::test::test_attach_once
61022026-08-26T14:50:29.508Z PASS [ 2.829s] ( 319/3356) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
61032026-08-26T14:50:29.548Z PASS [ 0.061s] ( 320/3356) nexus-db-queries db::collection_detach::test::test_verify_query
61042026-08-26T14:50:29.802Z PASS [ 2.777s] ( 321/3356) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
61052026-08-26T14:50:29.971Z PASS [ 23.539s] ( 322/3356) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
61062026-08-26T14:50:30.035Z PASS [ 23.600s] ( 323/3356) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
61072026-08-26T14:50:30.189Z PASS [ 2.684s] ( 324/3356) nexus-db-queries db::collection_attach::test::test_attach_with_filters
61082026-08-26T14:50:30.264Z PASS [ 23.832s] ( 325/3356) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
61092026-08-26T14:50:30.339Z PASS [ 23.908s] ( 326/3356) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
61102026-08-26T14:50:30.481Z PASS [ 2.513s] ( 327/3356) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
61112026-08-26T14:50:30.530Z PASS [ 0.048s] ( 328/3356) nexus-db-queries db::collection_detach_many::test::test_verify_query
61122026-08-26T14:50:30.664Z PASS [ 24.232s] ( 329/3356) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
61132026-08-26T14:50:30.703Z PASS [ 24.265s] ( 330/3356) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
61142026-08-26T14:50:30.754Z PASS [ 0.051s] ( 331/3356) nexus-db-queries db::collection_insert::test::test_verify_query
61152026-08-26T14:50:30.786Z PASS [ 2.590s] ( 332/3356) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
61162026-08-26T14:50:30.803Z PASS [ 0.049s] ( 333/3356) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
61172026-08-26T14:50:30.834Z PASS [ 0.048s] ( 334/3356) nexus-db-queries db::column_walker::test::test_walk_columns
61182026-08-26T14:50:30.851Z PASS [ 0.048s] ( 335/3356) nexus-db-queries db::column_walker::test::test_walk_table
61192026-08-26T14:50:31.379Z PASS [ 2.501s] ( 336/3356) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
61202026-08-26T14:50:31.458Z PASS [ 2.506s] ( 337/3356) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
61212026-08-26T14:50:31.594Z PASS [ 2.544s] ( 338/3356) nexus-db-queries db::collection_detach::test::test_detach_once
61222026-08-26T14:50:31.760Z PASS [ 2.568s] ( 339/3356) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
61232026-08-26T14:50:31.771Z PASS [ 2.657s] ( 340/3356) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
61242026-08-26T14:50:32.131Z PASS [ 2.623s] ( 341/3356) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
61252026-08-26T14:50:32.140Z PASS [ 2.592s] ( 342/3356) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
61262026-08-26T14:50:32.450Z PASS [ 2.647s] ( 343/3356) nexus-db-queries db::collection_detach_many::test::test_detach_many
61272026-08-26T14:50:32.675Z PASS [ 2.704s] ( 344/3356) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
61282026-08-26T14:50:32.798Z PASS [ 2.763s] ( 345/3356) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
61292026-08-26T14:50:32.930Z PASS [ 2.741s] ( 346/3356) nexus-db-queries db::collection_detach_many::test::test_detach_once
61302026-08-26T14:50:33.075Z PASS [ 2.810s] ( 347/3356) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
61312026-08-26T14:50:33.215Z PASS [ 2.876s] ( 348/3356) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
61322026-08-26T14:50:33.263Z PASS [ 26.826s] ( 349/3356) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
61332026-08-26T14:50:33.299Z PASS [ 2.769s] ( 350/3356) nexus-db-queries db::collection_insert::test::test_collection_not_present
61342026-08-26T14:50:33.479Z PASS [ 2.814s] ( 351/3356) nexus-db-queries db::collection_insert::test::test_collection_present
61352026-08-26T14:50:35.283Z PASS [ 4.448s] ( 352/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
61362026-08-26T14:50:35.345Z PASS [ 28.914s] ( 353/3356) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
61372026-08-26T14:50:35.542Z PASS [ 4.691s] ( 354/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
61382026-08-26T14:50:36.164Z PASS [ 4.706s] ( 355/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
61392026-08-26T14:50:36.229Z PASS [ 4.634s] ( 356/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
61402026-08-26T14:50:36.320Z PASS [ 4.548s] ( 357/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
61412026-08-26T14:50:36.576Z PASS [ 4.435s] ( 358/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
61422026-08-26T14:50:36.822Z PASS [ 4.372s] ( 359/3356) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
61432026-08-26T14:50:36.924Z PASS [ 5.164s] ( 360/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
61442026-08-26T14:50:37.096Z PASS [ 4.419s] ( 361/3356) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
61452026-08-26T14:50:37.197Z PASS [ 4.398s] ( 362/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
61462026-08-26T14:50:37.263Z PASS [ 5.132s] ( 363/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
61472026-08-26T14:50:37.431Z PASS [ 4.501s] ( 364/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
61482026-08-26T14:50:37.504Z PASS [ 31.072s] ( 365/3356) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61492026-08-26T14:50:37.769Z PASS [ 4.553s] ( 366/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
61502026-08-26T14:50:37.857Z PASS [ 4.594s] ( 367/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
61512026-08-26T14:50:37.966Z PASS [ 6.587s] ( 368/3356) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
61522026-08-26T14:50:37.990Z PASS [ 4.511s] ( 369/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
61532026-08-26T14:50:38.448Z PASS [ 5.148s] ( 370/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
61542026-08-26T14:50:39.523Z PASS [ 2.701s] ( 371/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
61552026-08-26T14:50:39.538Z PASS [ 4.193s] ( 372/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
61562026-08-26T14:50:39.629Z PASS [ 6.554s] ( 373/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
61572026-08-26T14:50:39.696Z PASS [ 4.154s] ( 374/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
61582026-08-26T14:50:39.701Z PASS [ 2.776s] ( 375/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
61592026-08-26T14:50:39.781Z PASS [ 2.686s] ( 376/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
61602026-08-26T14:50:39.944Z PASS [ 2.747s] ( 377/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
61612026-08-26T14:50:39.966Z PASS [ 4.683s] ( 378/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
61622026-08-26T14:50:40.024Z PASS [ 2.761s] ( 379/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
61632026-08-26T14:50:40.160Z PASS [ 2.729s] ( 380/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
61642026-08-26T14:50:40.315Z PASS [ 2.811s] ( 381/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
61652026-08-26T14:50:40.345Z PASS [ 4.181s] ( 382/3356) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
61662026-08-26T14:50:40.462Z PASS [ 3.886s] ( 383/3356) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
61672026-08-26T14:50:40.510Z PASS [ 2.741s] ( 384/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
61682026-08-26T14:50:40.569Z PASS [ 2.712s] ( 385/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
61692026-08-26T14:50:40.602Z PASS [ 2.635s] ( 386/3356) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
61702026-08-26T14:50:40.763Z PASS [ 34.331s] ( 387/3356) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
61712026-08-26T14:50:40.874Z PASS [ 34.437s] ( 388/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
61722026-08-26T14:50:41.379Z PASS [ 34.947s] ( 389/3356) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
61732026-08-26T14:50:41.588Z PASS [ 5.359s] ( 390/3356) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
61742026-08-26T14:50:41.656Z PASS [ 5.337s] ( 391/3356) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
61752026-08-26T14:50:41.661Z PASS [ 3.671s] ( 392/3356) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
61762026-08-26T14:50:41.923Z PASS [ 35.489s] ( 393/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61772026-08-26T14:50:41.969Z PASS [ 3.521s] ( 394/3356) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
61782026-08-26T14:50:42.250Z PASS [ 2.554s] ( 395/3356) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
61792026-08-26T14:50:43.367Z PASS [ 3.828s] ( 396/3356) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
61802026-08-26T14:50:43.390Z PASS [ 3.867s] ( 397/3356) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
61812026-08-26T14:50:43.434Z PASS [ 3.805s] ( 398/3356) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
61822026-08-26T14:50:43.595Z PASS [ 3.813s] ( 399/3356) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
61832026-08-26T14:50:43.711Z PASS [ 3.745s] ( 400/3356) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
61842026-08-26T14:50:43.728Z PASS [ 3.704s] ( 401/3356) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
61852026-08-26T14:50:43.785Z PASS [ 3.842s] ( 402/3356) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
61862026-08-26T14:50:43.856Z PASS [ 3.696s] ( 403/3356) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
61872026-08-26T14:50:43.868Z PASS [ 4.168s] ( 404/3356) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
61882026-08-26T14:50:44.173Z PASS [ 3.858s] ( 405/3356) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
61892026-08-26T14:50:44.230Z PASS [ 3.885s] ( 406/3356) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
61902026-08-26T14:50:44.394Z PASS [ 3.825s] ( 407/3356) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
61912026-08-26T14:50:44.460Z PASS [ 3.950s] ( 408/3356) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
61922026-08-26T14:50:44.460Z PASS [ 3.998s] ( 409/3356) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
61932026-08-26T14:50:44.488Z PASS [ 3.886s] ( 410/3356) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
61942026-08-26T14:50:44.615Z PASS [ 3.853s] ( 411/3356) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
61952026-08-26T14:50:44.741Z PASS [ 3.867s] ( 412/3356) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
61962026-08-26T14:50:44.764Z PASS [ 1.036s] ( 413/3356) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
61972026-08-26T14:50:44.780Z PASS [ 1.069s] ( 414/3356) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
61982026-08-26T14:50:45.195Z PASS [ 3.816s] ( 415/3356) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
61992026-08-26T14:50:45.500Z PASS [ 3.843s] ( 416/3356) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
62002026-08-26T14:50:45.513Z PASS [ 3.924s] ( 417/3356) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
62012026-08-26T14:50:45.574Z PASS [ 0.794s] ( 418/3356) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
62022026-08-26T14:50:45.580Z PASS [ 3.918s] ( 419/3356) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
62032026-08-26T14:50:45.584Z PASS [ 0.818s] ( 420/3356) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
62042026-08-26T14:50:45.657Z PASS [ 3.733s] ( 421/3356) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
62052026-08-26T14:50:45.717Z PASS [ 3.747s] ( 422/3356) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
62062026-08-26T14:50:45.885Z PASS [ 2.517s] ( 423/3356) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
62072026-08-26T14:50:46.140Z PASS [ 2.706s] ( 424/3356) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
62082026-08-26T14:50:46.249Z PASS [ 3.998s] ( 425/3356) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
62092026-08-26T14:50:46.548Z PASS [ 1.048s] ( 426/3356) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
62102026-08-26T14:50:46.553Z PASS [ 2.763s] ( 427/3356) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
62112026-08-26T14:50:46.580Z PASS [ 3.190s] ( 428/3356) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
62122026-08-26T14:50:46.613Z PASS [ 2.756s] ( 429/3356) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
62132026-08-26T14:50:46.754Z PASS [ 2.885s] ( 430/3356) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
62142026-08-26T14:50:46.833Z PASS [ 2.660s] ( 431/3356) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
62152026-08-26T14:50:46.847Z PASS [ 0.266s] ( 432/3356) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
62162026-08-26T14:50:46.935Z PASS [ 2.705s] ( 433/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
62172026-08-26T14:50:47.053Z PASS [ 2.658s] ( 434/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
62182026-08-26T14:50:47.127Z PASS [ 3.532s] ( 435/3356) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
62192026-08-26T14:50:47.193Z PASS [ 40.761s] ( 436/3356) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62202026-08-26T14:50:47.299Z PASS [ 2.811s] ( 437/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
62212026-08-26T14:50:47.343Z PASS [ 2.728s] ( 438/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
62222026-08-26T14:50:47.343Z PASS [ 2.883s] ( 439/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
62232026-08-26T14:50:47.352Z PASS [ 2.892s] ( 440/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
62242026-08-26T14:50:47.467Z PASS [ 2.725s] ( 441/3356) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
62252026-08-26T14:50:48.004Z PASS [ 2.492s] ( 442/3356) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
62262026-08-26T14:50:48.054Z PASS [ 0.049s] ( 443/3356) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
62272026-08-26T14:50:48.264Z PASS [ 2.690s] ( 444/3356) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
62282026-08-26T14:50:48.298Z PASS [ 2.641s] ( 445/3356) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
62292026-08-26T14:50:48.338Z PASS [ 2.756s] ( 446/3356) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
62302026-08-26T14:50:48.342Z PASS [ 2.625s] ( 447/3356) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
62312026-08-26T14:50:48.394Z PASS [ 2.510s] ( 448/3356) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
62322026-08-26T14:50:48.398Z PASS [ 2.815s] ( 449/3356) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
62332026-08-26T14:50:48.705Z PASS [ 0.310s] ( 450/3356) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
62342026-08-26T14:50:48.771Z PASS [ 3.576s] ( 451/3356) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
62352026-08-26T14:50:48.873Z PASS [ 42.441s] ( 452/3356) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62362026-08-26T14:50:48.963Z PASS [ 0.258s] ( 453/3356) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
62372026-08-26T14:50:49.019Z PASS [ 0.248s] ( 454/3356) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
62382026-08-26T14:50:49.111Z PASS [ 2.499s] ( 455/3356) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
62392026-08-26T14:50:49.120Z PASS [ 0.248s] ( 456/3356) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
62402026-08-26T14:50:50.151Z PASS [ 3.902s] ( 457/3356) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
62412026-08-26T14:50:50.314Z PASS [ 4.173s] ( 458/3356) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
62422026-08-26T14:50:50.378Z PASS [ 3.624s] ( 459/3356) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
62432026-08-26T14:50:50.432Z PASS [ 3.599s] ( 460/3356) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
62442026-08-26T14:50:50.476Z PASS [ 3.629s] ( 461/3356) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
62452026-08-26T14:50:50.526Z PASS [ 3.977s] ( 462/3356) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
62462026-08-26T14:50:50.682Z PASS [ 4.134s] ( 463/3356) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
62472026-08-26T14:50:50.827Z PASS [ 3.774s] ( 464/3356) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
62482026-08-26T14:50:51.212Z PASS [ 3.913s] ( 465/3356) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
62492026-08-26T14:50:51.232Z PASS [ 4.039s] ( 466/3356) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
62502026-08-26T14:50:51.394Z PASS [ 3.927s] ( 467/3356) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
62512026-08-26T14:50:51.466Z PASS [ 4.120s] ( 468/3356) nexus-db-queries db::datastore::deployment::tests::test_set_target
62522026-08-26T14:50:51.523Z PASS [ 4.396s] ( 469/3356) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
62532026-08-26T14:50:51.613Z PASS [ 2.650s] ( 470/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
62542026-08-26T14:50:51.617Z PASS [ 4.683s] ( 471/3356) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
62552026-08-26T14:50:51.779Z PASS [ 2.760s] ( 472/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
62562026-08-26T14:50:51.792Z PASS [ 2.672s] ( 473/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
62572026-08-26T14:50:51.799Z PASS [ 4.447s] ( 474/3356) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
62582026-08-26T14:50:51.818Z PASS [ 2.707s] ( 475/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
62592026-08-26T14:50:51.824Z PASS [ 3.770s] ( 476/3356) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
62602026-08-26T14:50:52.077Z PASS [ 0.252s] ( 477/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_assign_pool_to_service_query
62612026-08-26T14:50:52.305Z PASS [ 0.228s] ( 478/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_unassign_pool_from_service_query
62622026-08-26T14:50:52.371Z PASS [ 4.032s] ( 479/3356) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
62632026-08-26T14:50:52.382Z PASS [ 4.117s] ( 480/3356) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
62642026-08-26T14:50:52.387Z PASS [ 3.993s] ( 481/3356) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
62652026-08-26T14:50:52.491Z PASS [ 4.149s] ( 482/3356) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
62662026-08-26T14:50:52.710Z PASS [ 2.559s] ( 483/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
62672026-08-26T14:50:52.788Z PASS [ 2.474s] ( 484/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
62682026-08-26T14:50:52.882Z PASS [ 2.504s] ( 485/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
62692026-08-26T14:50:52.945Z PASS [ 2.512s] ( 486/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
62702026-08-26T14:50:52.945Z PASS [ 2.469s] ( 487/3356) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
62712026-08-26T14:50:52.985Z PASS [ 2.458s] ( 488/3356) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
62722026-08-26T14:50:53.015Z PASS [ 5.672s] ( 489/3356) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
62732026-08-26T14:50:53.038Z PASS [ 4.740s] ( 490/3356) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
62742026-08-26T14:50:53.176Z PASS [ 2.493s] ( 491/3356) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
62752026-08-26T14:50:54.376Z PASS [ 3.548s] ( 492/3356) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
62762026-08-26T14:50:54.787Z PASS [ 3.554s] ( 493/3356) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
62772026-08-26T14:50:54.873Z PASS [ 3.661s] ( 494/3356) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
62782026-08-26T14:50:54.951Z PASS [ 3.556s] ( 495/3356) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
62792026-08-26T14:50:55.138Z PASS [ 3.615s] ( 496/3356) nexus-db-queries db::datastore::external_ip::tests::at_most_one_ephemeral_ip_per_instance_per_version
62802026-08-26T14:50:55.276Z PASS [ 3.812s] ( 497/3356) nexus-db-queries db::datastore::external_ip::tests::all_external_ip_check_constraints
62812026-08-26T14:50:55.328Z PASS [ 3.714s] ( 498/3356) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_instance_floating_ip_names_within_a_project
62822026-08-26T14:50:55.344Z PASS [ 3.726s] ( 499/3356) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_service_floating_ip_names
62832026-08-26T14:50:55.847Z PASS [ 4.067s] ( 500/3356) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
62842026-08-26T14:50:55.870Z PASS [ 49.432s] ( 501/3356) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62852026-08-26T14:50:55.976Z PASS [ 4.175s] ( 502/3356) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
62862026-08-26T14:50:56.078Z PASS [ 4.260s] ( 503/3356) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
62872026-08-26T14:50:56.090Z PASS [ 3.719s] ( 504/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_nonexistent_pool_is_not_found
62882026-08-26T14:50:56.278Z PASS [ 3.973s] ( 505/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_is_idempotent
62892026-08-26T14:50:56.333Z PASS [ 3.946s] ( 506/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_silo_pool_is_rejected
62902026-08-26T14:50:56.333Z PASS [ 3.951s] ( 507/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_pool_to_service
62912026-08-26T14:50:56.358Z PASS [ 4.565s] ( 508/3356) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
62922026-08-26T14:50:56.484Z PASS [ 3.993s] ( 509/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_cannot_delete_pool_assigned_to_service
62932026-08-26T14:50:56.789Z PASS [ 4.001s] ( 510/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_pool_shared_by_two_services
62942026-08-26T14:50:56.823Z PASS [ 3.941s] ( 511/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_last_pool_is_rejected
62952026-08-26T14:50:56.841Z PASS [ 3.856s] ( 512/3356) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
62962026-08-26T14:50:56.956Z PASS [ 3.918s] ( 513/3356) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
62972026-08-26T14:50:56.956Z PASS [ 4.012s] ( 514/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_not_assigned_is_noop
62982026-08-26T14:50:56.961Z PASS [ 4.251s] ( 515/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_list_and_pagination
62992026-08-26T14:50:57.012Z PASS [ 3.997s] ( 516/3356) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
63002026-08-26T14:50:57.062Z PASS [ 4.118s] ( 517/3356) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_pool
63012026-08-26T14:50:57.068Z PASS [ 3.892s] ( 518/3356) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
63022026-08-26T14:50:58.274Z PASS [ 3.898s] ( 519/3356) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
63032026-08-26T14:50:58.847Z PASS [ 3.897s] ( 520/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
63042026-08-26T14:50:58.875Z PASS [ 4.088s] ( 521/3356) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
63052026-08-26T14:50:58.909Z PASS [ 4.036s] ( 522/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
63062026-08-26T14:50:59.042Z PASS [ 3.903s] ( 523/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
63072026-08-26T14:50:59.062Z PASS [ 3.718s] ( 524/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
63082026-08-26T14:50:59.150Z PASS [ 3.874s] ( 525/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
63092026-08-26T14:50:59.156Z PASS [ 3.828s] ( 526/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
63102026-08-26T14:50:59.341Z PASS [ 0.279s] ( 527/3356) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
63112026-08-26T14:50:59.437Z PASS [ 0.286s] ( 528/3356) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
63122026-08-26T14:50:59.445Z PASS [ 0.288s] ( 529/3356) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
63132026-08-26T14:50:59.602Z PASS [ 3.756s] ( 530/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
63142026-08-26T14:50:59.678Z PASS [ 3.703s] ( 531/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
63152026-08-26T14:50:59.819Z PASS [ 3.949s] ( 532/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
63162026-08-26T14:50:59.902Z PASS [ 3.812s] ( 533/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
63172026-08-26T14:50:59.997Z PASS [ 3.919s] ( 534/3356) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
63182026-08-26T14:51:00.134Z PASS [ 3.777s] ( 535/3356) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
63192026-08-26T14:51:00.266Z PASS [ 3.782s] ( 536/3356) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
63202026-08-26T14:51:00.352Z PASS [ 4.019s] ( 537/3356) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
63212026-08-26T14:51:00.356Z PASS [ 4.075s] ( 538/3356) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
63222026-08-26T14:51:00.412Z PASS [ 4.079s] ( 539/3356) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
63232026-08-26T14:51:00.594Z PASS [ 3.804s] ( 540/3356) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
63242026-08-26T14:51:00.815Z PASS [ 3.974s] ( 541/3356) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
63252026-08-26T14:51:00.820Z PASS [ 3.997s] ( 542/3356) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
63262026-08-26T14:51:00.974Z PASS [ 3.906s] ( 543/3356) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
63272026-08-26T14:51:01.032Z PASS [ 4.020s] ( 544/3356) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
63282026-08-26T14:51:01.110Z PASS [ 4.153s] ( 545/3356) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
63292026-08-26T14:51:01.122Z PASS [ 4.161s] ( 546/3356) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
63302026-08-26T14:51:01.125Z PASS [ 4.167s] ( 547/3356) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
63312026-08-26T14:51:01.162Z PASS [ 4.098s] ( 548/3356) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
63322026-08-26T14:51:01.388Z PASS [ 0.265s] ( 549/3356) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
63332026-08-26T14:51:01.629Z PASS [ 0.241s] ( 550/3356) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
63342026-08-26T14:51:01.826Z PASS [ 2.484s] ( 551/3356) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
63352026-08-26T14:51:01.871Z PASS [ 2.435s] ( 552/3356) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
63362026-08-26T14:51:02.021Z PASS [ 2.419s] ( 553/3356) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
63372026-08-26T14:51:02.067Z PASS [ 3.793s] ( 554/3356) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
63382026-08-26T14:51:02.084Z PASS [ 2.639s] ( 555/3356) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
63392026-08-26T14:51:02.139Z PASS [ 2.461s] ( 556/3356) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
63402026-08-26T14:51:02.548Z PASS [ 3.700s] ( 557/3356) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
63412026-08-26T14:51:02.623Z PASS [ 3.581s] ( 558/3356) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
63422026-08-26T14:51:02.768Z PASS [ 3.893s] ( 559/3356) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
63432026-08-26T14:51:02.855Z PASS [ 3.946s] ( 560/3356) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
63442026-08-26T14:51:03.603Z PASS [ 3.606s] ( 561/3356) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
63452026-08-26T14:51:03.859Z PASS [ 3.725s] ( 562/3356) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
63462026-08-26T14:51:03.951Z PASS [ 3.684s] ( 563/3356) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
63472026-08-26T14:51:04.002Z PASS [ 2.878s] ( 564/3356) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
63482026-08-26T14:51:04.080Z PASS [ 3.726s] ( 565/3356) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
63492026-08-26T14:51:04.213Z PASS [ 3.800s] ( 566/3356) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
63502026-08-26T14:51:04.331Z PASS [ 3.978s] ( 567/3356) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
63512026-08-26T14:51:04.561Z PASS [ 4.659s] ( 568/3356) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
63522026-08-26T14:51:04.681Z PASS [ 4.087s] ( 569/3356) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
63532026-08-26T14:51:05.135Z PASS [ 4.314s] ( 570/3356) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
63542026-08-26T14:51:05.180Z PASS [ 4.070s] ( 571/3356) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
63552026-08-26T14:51:05.202Z PASS [ 4.228s] ( 572/3356) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
63562026-08-26T14:51:05.309Z PASS [ 4.493s] ( 573/3356) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
63572026-08-26T14:51:05.314Z PASS [ 4.153s] ( 574/3356) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
63582026-08-26T14:51:05.344Z PASS [ 4.312s] ( 575/3356) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
63592026-08-26T14:51:05.807Z PASS [ 4.178s] ( 576/3356) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
63602026-08-26T14:51:06.060Z PASS [ 4.234s] ( 577/3356) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
63612026-08-26T14:51:06.064Z PASS [ 4.190s] ( 578/3356) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
63622026-08-26T14:51:06.396Z PASS [ 4.312s] ( 579/3356) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
63632026-08-26T14:51:06.427Z PASS [ 4.361s] ( 580/3356) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
63642026-08-26T14:51:06.444Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
63652026-08-26T14:51:06.447Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63662026-08-26T14:51:06.447Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
63672026-08-26T14:51:06.490Z PASS [ 4.351s] ( 581/3356) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
63682026-08-26T14:51:07.087Z PASS [ 4.464s] ( 582/3356) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
63692026-08-26T14:51:07.123Z PASS [ 4.574s] ( 583/3356) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
63702026-08-26T14:51:07.183Z PASS [ 4.328s] ( 584/3356) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
63712026-08-26T14:51:07.245Z PASS [ 4.477s] ( 585/3356) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
63722026-08-26T14:51:08.028Z PASS [ 4.425s] ( 586/3356) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
63732026-08-26T14:51:08.138Z PASS [ 6.117s] ( 587/3356) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
63742026-08-26T14:51:08.240Z PASS [ 4.381s] ( 588/3356) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
63752026-08-26T14:51:08.263Z PASS [ 4.312s] ( 589/3356) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
63762026-08-26T14:51:08.463Z PASS [ 4.251s] ( 590/3356) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
63772026-08-26T14:51:08.518Z PASS [ 4.187s] ( 591/3356) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
63782026-08-26T14:51:08.770Z PASS [ 4.768s] ( 592/3356) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
63792026-08-26T14:51:08.811Z PASS [ 4.250s] ( 593/3356) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
63802026-08-26T14:51:08.836Z PASS [ 4.155s] ( 594/3356) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
63812026-08-26T14:51:09.112Z PASS [ 0.301s] ( 595/3356) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
63822026-08-26T14:51:09.116Z PASS [ 3.051s] ( 596/3356) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
63832026-08-26T14:51:09.119Z PASS [ 0.282s] ( 597/3356) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
63842026-08-26T14:51:09.332Z PASS [ 5.252s] ( 598/3356) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
63852026-08-26T14:51:09.492Z PASS [ 3.096s] ( 599/3356) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
63862026-08-26T14:51:09.497Z PASS [ 0.385s] ( 600/3356) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
63872026-08-26T14:51:09.610Z PASS [ 3.182s] ( 601/3356) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
63882026-08-26T14:51:09.703Z PASS [ 3.212s] ( 602/3356) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
63892026-08-26T14:51:09.831Z PASS [ 4.696s] ( 603/3356) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
63902026-08-26T14:51:10.044Z PASS [ 4.734s] ( 604/3356) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
63912026-08-26T14:51:10.094Z PASS [ 4.750s] ( 605/3356) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_shared_across_zones
63922026-08-26T14:51:10.199Z PASS [ 4.997s] ( 606/3356) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
63932026-08-26T14:51:10.335Z PASS [ 5.020s] ( 607/3356) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
63942026-08-26T14:51:10.380Z PASS [ 4.574s] ( 608/3356) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
63952026-08-26T14:51:10.966Z PASS [ 4.906s] ( 609/3356) nexus-db-queries db::datastore::inventory::test::test_zone_with_multiple_external_ips_reads_back
63962026-08-26T14:51:11.559Z PASS [ 4.471s] ( 610/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
63972026-08-26T14:51:11.757Z PASS [ 4.634s] ( 611/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_while_assigned_to_services
63982026-08-26T14:51:11.807Z PASS [ 65.364s] ( 612/3356) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
63992026-08-26T14:51:11.814Z PASS [ 4.569s] ( 613/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
64002026-08-26T14:51:11.821Z PASS [ 4.639s] ( 614/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
64012026-08-26T14:51:12.349Z PASS [ 4.320s] ( 615/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
64022026-08-26T14:51:12.353Z PASS [ 4.213s] ( 616/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
64032026-08-26T14:51:12.707Z PASS [ 4.466s] ( 617/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
64042026-08-26T14:51:12.713Z PASS [ 7.533s] ( 618/3356) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64052026-08-26T14:51:12.755Z PASS [ 4.492s] ( 619/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
64062026-08-26T14:51:12.868Z PASS [ 4.404s] ( 620/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
64072026-08-26T14:51:12.936Z PASS [ 4.418s] ( 621/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
64082026-08-26T14:51:13.127Z PASS [ 4.356s] ( 622/3356) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
64092026-08-26T14:51:13.880Z PASS [ 4.761s] ( 623/3356) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
64102026-08-26T14:51:13.943Z PASS [ 4.451s] ( 624/3356) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
64112026-08-26T14:51:13.966Z PASS [ 4.136s] ( 625/3356) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
64122026-08-26T14:51:13.991Z PASS [ 4.495s] ( 626/3356) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
64132026-08-26T14:51:14.040Z PASS [ 4.336s] ( 627/3356) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
64142026-08-26T14:51:14.065Z PASS [ 4.455s] ( 628/3356) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
64152026-08-26T14:51:14.130Z PASS [ 4.798s] ( 629/3356) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64162026-08-26T14:51:14.379Z PASS [ 4.285s] ( 630/3356) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
64172026-08-26T14:51:14.620Z PASS [ 4.576s] ( 631/3356) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
64182026-08-26T14:51:14.777Z PASS [ 4.577s] ( 632/3356) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
64192026-08-26T14:51:14.821Z PASS [ 5.706s] ( 633/3356) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
64202026-08-26T14:51:15.033Z PASS [ 4.653s] ( 634/3356) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
64212026-08-26T14:51:15.054Z PASS [ 4.719s] ( 635/3356) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
64222026-08-26T14:51:15.593Z PASS [ 4.627s] ( 636/3356) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
64232026-08-26T14:51:16.139Z PASS [ 4.332s] ( 637/3356) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
64242026-08-26T14:51:16.165Z PASS [ 4.409s] ( 638/3356) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
64252026-08-26T14:51:16.223Z PASS [ 4.664s] ( 639/3356) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
64262026-08-26T14:51:16.254Z PASS [ 4.440s] ( 640/3356) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
64272026-08-26T14:51:16.340Z PASS [ 4.518s] ( 641/3356) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
64282026-08-26T14:51:16.863Z PASS [ 4.514s] ( 642/3356) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
64292026-08-26T14:51:16.934Z PASS [ 4.583s] ( 643/3356) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
64302026-08-26T14:51:17.118Z PASS [ 4.404s] ( 644/3356) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64312026-08-26T14:51:17.271Z PASS [ 4.564s] ( 645/3356) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
64322026-08-26T14:51:17.276Z PASS [ 4.521s] ( 646/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
64332026-08-26T14:51:17.385Z PASS [ 4.449s] ( 647/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
64342026-08-26T14:51:17.506Z PASS [ 4.379s] ( 648/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
64352026-08-26T14:51:17.822Z PASS [ 4.954s] ( 649/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
64362026-08-26T14:51:18.421Z PASS [ 4.478s] ( 650/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
64372026-08-26T14:51:18.424Z PASS [ 4.544s] ( 651/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
64382026-08-26T14:51:18.490Z PASS [ 4.424s] ( 652/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
64392026-08-26T14:51:18.663Z PASS [ 4.624s] ( 653/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
64402026-08-26T14:51:18.673Z PASS [ 4.682s] ( 654/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
64412026-08-26T14:51:18.771Z PASS [ 4.805s] ( 655/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
64422026-08-26T14:51:18.838Z PASS [ 4.708s] ( 656/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
64432026-08-26T14:51:18.875Z PASS [ 19.055s] ( 657/3356) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
64442026-08-26T14:51:18.931Z PASS [ 4.551s] ( 658/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
64452026-08-26T14:51:19.238Z PASS [ 4.618s] ( 659/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
64462026-08-26T14:51:19.292Z PASS [ 4.515s] ( 660/3356) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
64472026-08-26T14:51:19.648Z PASS [ 4.828s] ( 661/3356) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
64482026-08-26T14:51:19.670Z PASS [ 4.077s] ( 662/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
64492026-08-26T14:51:19.894Z PASS [ 4.860s] ( 663/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
64502026-08-26T14:51:19.947Z PASS [ 4.892s] ( 664/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
64512026-08-26T14:51:20.945Z PASS [ 4.806s] ( 665/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
64522026-08-26T14:51:21.224Z PASS [ 4.884s] ( 666/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
64532026-08-26T14:51:21.227Z PASS [ 5.062s] ( 667/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
64542026-08-26T14:51:21.343Z PASS [ 5.088s] ( 668/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
64552026-08-26T14:51:21.390Z PASS [ 5.167s] ( 669/3356) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
64562026-08-26T14:51:21.826Z PASS [ 4.963s] ( 670/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
64572026-08-26T14:51:21.864Z PASS [ 4.746s] ( 671/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
64582026-08-26T14:51:21.888Z PASS [ 4.953s] ( 672/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
64592026-08-26T14:51:22.218Z PASS [ 4.946s] ( 673/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
64602026-08-26T14:51:22.284Z PASS [ 4.900s] ( 674/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
64612026-08-26T14:51:22.301Z PASS [ 5.025s] ( 675/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
64622026-08-26T14:51:22.611Z PASS [ 3.938s] ( 676/3356) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
64632026-08-26T14:51:22.617Z PASS [ 4.796s] ( 677/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
64642026-08-26T14:51:22.725Z PASS [ 5.219s] ( 678/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
64652026-08-26T14:51:23.250Z PASS [ 4.479s] ( 679/3356) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
64662026-08-26T14:51:23.312Z PASS [ 4.887s] ( 680/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
64672026-08-26T14:51:23.428Z PASS [ 4.938s] ( 681/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
64682026-08-26T14:51:23.508Z PASS [ 4.845s] ( 682/3356) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
64692026-08-26T14:51:23.636Z PASS [ 5.215s] ( 683/3356) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
64702026-08-26T14:51:23.706Z PASS [ 4.776s] ( 684/3356) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
64712026-08-26T14:51:23.773Z PASS [ 4.935s] ( 685/3356) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
64722026-08-26T14:51:23.781Z PASS [ 4.907s] ( 686/3356) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
64732026-08-26T14:51:23.860Z PASS [ 3.966s] ( 687/3356) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
64742026-08-26T14:51:23.879Z PASS [ 3.932s] ( 688/3356) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
64752026-08-26T14:51:24.300Z PASS [ 5.062s] ( 689/3356) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
64762026-08-26T14:51:24.332Z PASS [ 5.040s] ( 690/3356) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
64772026-08-26T14:51:24.626Z PASS [ 4.978s] ( 691/3356) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
64782026-08-26T14:51:24.968Z PASS [ 5.298s] ( 692/3356) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
64792026-08-26T14:51:25.030Z PASS [ 0.062s] ( 693/3356) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
64802026-08-26T14:51:25.079Z PASS [ 0.049s] ( 694/3356) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
64812026-08-26T14:51:25.219Z PASS [ 3.995s] ( 695/3356) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
64822026-08-26T14:51:25.267Z PASS [ 0.049s] ( 696/3356) nexus-db-queries db::datastore::region::test::test_extent_count
64832026-08-26T14:51:25.354Z PASS [ 3.964s] ( 697/3356) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
64842026-08-26T14:51:25.480Z PASS [ 4.535s] ( 698/3356) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
64852026-08-26T14:51:25.609Z PASS [ 3.745s] ( 699/3356) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
64862026-08-26T14:51:25.706Z PASS [ 3.818s] ( 700/3356) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
64872026-08-26T14:51:25.787Z PASS [ 4.559s] ( 701/3356) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
64882026-08-26T14:51:26.384Z PASS [ 4.082s] ( 702/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
64892026-08-26T14:51:26.502Z PASS [ 4.217s] ( 703/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
64902026-08-26T14:51:26.623Z PASS [ 4.406s] ( 704/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
64912026-08-26T14:51:26.664Z PASS [ 4.046s] ( 705/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
64922026-08-26T14:51:26.773Z PASS [ 4.048s] ( 706/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
64932026-08-26T14:51:26.823Z PASS [ 4.211s] ( 707/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
64942026-08-26T14:51:27.233Z PASS [ 3.921s] ( 708/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
64952026-08-26T14:51:27.299Z PASS [ 4.049s] ( 709/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
64962026-08-26T14:51:27.657Z PASS [ 4.229s] ( 710/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
64972026-08-26T14:51:27.930Z PASS [ 4.157s] ( 711/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
64982026-08-26T14:51:27.988Z PASS [ 4.207s] ( 712/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
64992026-08-26T14:51:28.030Z PASS [ 4.324s] ( 713/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
65002026-08-26T14:51:28.107Z PASS [ 4.599s] ( 714/3356) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
65012026-08-26T14:51:28.149Z PASS [ 4.289s] ( 715/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
65022026-08-26T14:51:28.459Z PASS [ 4.580s] ( 716/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
65032026-08-26T14:51:28.587Z PASS [ 3.961s] ( 717/3356) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65042026-08-26T14:51:28.940Z PASS [ 4.639s] ( 718/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
65052026-08-26T14:51:28.982Z PASS [ 3.902s] ( 719/3356) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
65062026-08-26T14:51:29.026Z PASS [ 4.694s] ( 720/3356) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65072026-08-26T14:51:29.086Z PASS [ 5.449s] ( 721/3356) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
65082026-08-26T14:51:29.086Z PASS [ 3.818s] ( 722/3356) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
65092026-08-26T14:51:29.300Z PASS [ 3.819s] ( 723/3356) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
65102026-08-26T14:51:29.323Z PASS [ 3.968s] ( 724/3356) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
65112026-08-26T14:51:29.351Z PASS [ 0.052s] ( 725/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::boundary_is_strict
65122026-08-26T14:51:29.380Z PASS [ 0.057s] ( 726/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::descending_workload_across_seeds
65132026-08-26T14:51:29.408Z PASS [ 0.057s] ( 727/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::existing_allocations_reserve_their_pool
65142026-08-26T14:51:29.434Z PASS [ 0.055s] ( 728/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::greedy_matches_brute_force
65152026-08-26T14:51:29.461Z PASS [ 0.053s] ( 729/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::infeasible_despite_total_space
65162026-08-26T14:51:29.485Z PASS [ 0.050s] ( 730/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::more_requests_than_pools
65172026-08-26T14:51:29.509Z PASS [ 0.048s] ( 731/3356) nexus-db-queries db::datastore::sled::local_storage_pairing_test::no_requests
65182026-08-26T14:51:29.568Z PASS [ 3.861s] ( 732/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
65192026-08-26T14:51:29.572Z PASS [ 3.782s] ( 733/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
65202026-08-26T14:51:29.635Z PASS [ 4.026s] ( 734/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
65212026-08-26T14:51:30.226Z PASS [ 3.842s] ( 735/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
65222026-08-26T14:51:30.353Z PASS [ 3.851s] ( 736/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
65232026-08-26T14:51:30.380Z PASS [ 3.756s] ( 737/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
65242026-08-26T14:51:30.443Z PASS [ 3.620s] ( 738/3356) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
65252026-08-26T14:51:30.495Z PASS [ 3.830s] ( 739/3356) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
65262026-08-26T14:51:30.590Z PASS [ 3.817s] ( 740/3356) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
65272026-08-26T14:51:30.784Z PASS [ 9.441s] ( 741/3356) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
65282026-08-26T14:51:30.790Z PASS [ 3.557s] ( 742/3356) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::check_constraint_rejects_inconsistent_columns
65292026-08-26T14:51:31.016Z PASS [ 3.716s] ( 743/3356) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_is_terminal
65302026-08-26T14:51:31.473Z PASS [ 3.815s] ( 744/3356) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_without_row_inserts_tombstone
65312026-08-26T14:51:31.615Z PASS [ 3.626s] ( 745/3356) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
65322026-08-26T14:51:31.640Z PASS [ 3.609s] ( 746/3356) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
65332026-08-26T14:51:31.706Z PASS [ 3.776s] ( 747/3356) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::upsert_rejects_stale_generation
65342026-08-26T14:51:31.913Z PASS [ 3.764s] ( 748/3356) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
65352026-08-26T14:51:31.924Z PASS [ 3.817s] ( 749/3356) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
65362026-08-26T14:51:31.993Z PASS [ 3.534s] ( 750/3356) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
65372026-08-26T14:51:32.479Z PASS [ 3.892s] ( 751/3356) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
65382026-08-26T14:51:32.958Z PASS [ 4.019s] ( 752/3356) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
65392026-08-26T14:51:32.964Z PASS [ 3.982s] ( 753/3356) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
65402026-08-26T14:51:32.964Z PASS [ 3.938s] ( 754/3356) nexus-db-queries db::datastore::saga::test::test_sagas_abandon_orphans
65412026-08-26T14:51:32.990Z PASS [ 3.904s] ( 755/3356) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
65422026-08-26T14:51:32.994Z PASS [ 3.904s] ( 756/3356) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
65432026-08-26T14:51:33.656Z PASS [ 4.147s] ( 757/3356) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
65442026-08-26T14:51:33.804Z PASS [ 4.319s] ( 758/3356) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
65452026-08-26T14:51:33.876Z PASS [ 4.240s] ( 759/3356) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
65462026-08-26T14:51:33.876Z PASS [ 4.307s] ( 760/3356) nexus-db-queries db::datastore::sled::test::affinity_multi_group
65472026-08-26T14:51:33.885Z PASS [ 4.317s] ( 761/3356) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
65482026-08-26T14:51:34.345Z PASS [ 4.120s] ( 762/3356) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
65492026-08-26T14:51:34.559Z PASS [ 4.206s] ( 763/3356) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
65502026-08-26T14:51:34.781Z PASS [ 4.339s] ( 764/3356) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
65512026-08-26T14:51:34.785Z PASS [ 4.406s] ( 765/3356) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
65522026-08-26T14:51:34.929Z PASS [ 4.434s] ( 766/3356) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
65532026-08-26T14:51:34.933Z PASS [ 4.341s] ( 767/3356) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
65542026-08-26T14:51:34.979Z PASS [ 4.195s] ( 768/3356) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
65552026-08-26T14:51:34.982Z PASS [ 4.189s] ( 769/3356) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
65562026-08-26T14:51:35.660Z PASS [ 4.645s] ( 770/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation
65572026-08-26T14:51:36.457Z PASS [ 4.532s] ( 771/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
65582026-08-26T14:51:36.733Z PASS [ 5.118s] ( 772/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
65592026-08-26T14:51:36.761Z PASS [ 5.288s] ( 773/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
65602026-08-26T14:51:36.775Z PASS [ 5.135s] ( 774/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
65612026-08-26T14:51:36.907Z PASS [ 15.081s] ( 775/3356) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
65622026-08-26T14:51:37.207Z PASS [ 5.214s] ( 776/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
65632026-08-26T14:51:37.653Z PASS [ 4.687s] ( 777/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
65642026-08-26T14:51:37.658Z PASS [ 5.178s] ( 778/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
65652026-08-26T14:51:37.747Z PASS [ 4.756s] ( 779/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
65662026-08-26T14:51:37.757Z PASS [ 4.793s] ( 780/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
65672026-08-26T14:51:37.946Z PASS [ 4.988s] ( 781/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
65682026-08-26T14:51:38.843Z PASS [ 6.929s] ( 782/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
65692026-08-26T14:51:39.087Z PASS [ 5.201s] ( 783/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
65702026-08-26T14:51:39.429Z PASS [ 5.083s] ( 784/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
65712026-08-26T14:51:39.480Z PASS [ 5.604s] ( 785/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
65722026-08-26T14:51:41.116Z PASS [ 6.136s] ( 786/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
65732026-08-26T14:51:41.246Z PASS [ 6.266s] ( 787/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
65742026-08-26T14:51:41.256Z PASS [ 4.481s] ( 788/3356) nexus-db-queries db::datastore::sled::test::sled_list_batch
65752026-08-26T14:51:41.266Z PASS [ 4.358s] ( 789/3356) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
65762026-08-26T14:51:41.360Z PASS [ 6.801s] ( 790/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
65772026-08-26T14:51:41.407Z PASS [ 4.199s] ( 791/3356) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
65782026-08-26T14:51:41.577Z PASS [ 6.796s] ( 792/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
65792026-08-26T14:51:41.700Z PASS [ 6.040s] ( 793/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
65802026-08-26T14:51:41.849Z PASS [ 4.191s] ( 794/3356) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
65812026-08-26T14:51:41.894Z PASS [ 7.109s] ( 795/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
65822026-08-26T14:51:41.944Z PASS [ 3.998s] ( 796/3356) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
65832026-08-26T14:51:41.967Z PASS [ 7.038s] ( 797/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
65842026-08-26T14:51:42.011Z PASS [ 4.358s] ( 798/3356) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
65852026-08-26T14:51:42.022Z PASS [ 4.265s] ( 799/3356) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
65862026-08-26T14:51:42.073Z PASS [ 7.142s] ( 800/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
65872026-08-26T14:51:42.091Z PASS [ 5.330s] ( 801/3356) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
65882026-08-26T14:51:42.094Z PASS [ 5.637s] ( 802/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_stale_snapshot_retry
65892026-08-26T14:51:42.354Z PASS [ 4.608s] ( 803/3356) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
65902026-08-26T14:51:42.644Z PASS [ 3.802s] ( 804/3356) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
65912026-08-26T14:51:43.094Z PASS [ 6.361s] ( 805/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_too_many
65922026-08-26T14:51:43.428Z PASS [ 3.948s] ( 806/3356) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
65932026-08-26T14:51:43.539Z PASS [ 4.109s] ( 807/3356) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
65942026-08-26T14:51:44.797Z PASS [ 3.682s] ( 808/3356) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
65952026-08-26T14:51:44.827Z PASS [ 3.581s] ( 809/3356) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
65962026-08-26T14:51:45.236Z PASS [ 3.876s] ( 810/3356) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
65972026-08-26T14:51:45.285Z PASS [ 4.019s] ( 811/3356) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
65982026-08-26T14:51:45.305Z PASS [ 4.049s] ( 812/3356) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
65992026-08-26T14:51:45.504Z PASS [ 4.097s] ( 813/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66002026-08-26T14:51:45.504Z PASS [ 3.927s] ( 814/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
66012026-08-26T14:51:45.796Z PASS [ 6.709s] ( 815/3356) nexus-db-queries db::datastore::sled::test::test_sled_transitions
66022026-08-26T14:51:45.983Z PASS [ 3.961s] ( 816/3356) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
66032026-08-26T14:51:46.053Z PASS [ 3.959s] ( 817/3356) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
66042026-08-26T14:51:46.086Z PASS [ 4.013s] ( 818/3356) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66052026-08-26T14:51:46.113Z PASS [ 4.146s] ( 819/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
66062026-08-26T14:51:46.211Z PASS [ 4.120s] ( 820/3356) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
66072026-08-26T14:51:46.211Z PASS [ 4.201s] ( 821/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
66082026-08-26T14:51:46.251Z PASS [ 3.896s] ( 822/3356) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
66092026-08-26T14:51:46.445Z PASS [ 14.738s] ( 823/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_descending_serial
66102026-08-26T14:51:46.575Z PASS [ 3.930s] ( 824/3356) nexus-db-queries db::datastore::target_release::test::target_release_datastore
66112026-08-26T14:51:46.885Z PASS [ 5.184s] ( 825/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
66122026-08-26T14:51:46.921Z PASS [ 5.072s] ( 826/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
66132026-08-26T14:51:46.989Z PASS [ 5.043s] ( 827/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
66142026-08-26T14:51:47.010Z PASS [ 5.115s] ( 828/3356) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
66152026-08-26T14:51:47.138Z PASS [ 4.043s] ( 829/3356) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
66162026-08-26T14:51:47.347Z PASS [ 3.808s] ( 830/3356) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
66172026-08-26T14:51:47.446Z PASS [ 4.018s] ( 831/3356) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
66182026-08-26T14:51:48.469Z PASS [ 3.671s] ( 832/3356) nexus-db-queries db::datastore::test::test_project_creation
66192026-08-26T14:51:48.474Z PASS [ 3.644s] ( 833/3356) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
66202026-08-26T14:51:49.024Z PASS [ 3.788s] ( 834/3356) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
66212026-08-26T14:51:49.377Z PASS [ 4.072s] ( 835/3356) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
66222026-08-26T14:51:49.751Z PASS [ 4.247s] ( 836/3356) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
66232026-08-26T14:51:49.915Z PASS [ 3.802s] ( 837/3356) nexus-db-queries db::datastore::test::test_session_cleanup_batch
66242026-08-26T14:51:49.943Z PASS [ 4.438s] ( 838/3356) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
66252026-08-26T14:51:50.173Z PASS [ 3.922s] ( 839/3356) nexus-db-queries db::datastore::test::test_ssh_keys
66262026-08-26T14:51:50.211Z PASS [ 3.999s] ( 840/3356) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
66272026-08-26T14:51:50.215Z PASS [ 3.771s] ( 841/3356) nexus-db-queries db::datastore::test::test_table_scan
66282026-08-26T14:51:50.258Z PASS [ 4.046s] ( 842/3356) nexus-db-queries db::datastore::test::test_session_methods
66292026-08-26T14:51:50.853Z PASS [ 4.279s] ( 843/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
66302026-08-26T14:51:50.940Z PASS [ 3.953s] ( 844/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
66312026-08-26T14:51:51.010Z PASS [ 4.125s] ( 845/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
66322026-08-26T14:51:51.047Z PASS [ 4.038s] ( 846/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
66332026-08-26T14:51:51.290Z PASS [ 4.153s] ( 847/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
66342026-08-26T14:51:51.295Z PASS [ 4.374s] ( 848/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
66352026-08-26T14:51:51.584Z PASS [ 4.238s] ( 849/3356) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
66362026-08-26T14:51:52.325Z PASS [ 3.854s] ( 850/3356) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
66372026-08-26T14:51:52.787Z PASS [ 7.501s] ( 851/3356) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
66382026-08-26T14:51:52.956Z PASS [ 3.931s] ( 852/3356) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
66392026-08-26T14:51:53.266Z PASS [ 3.882s] ( 853/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
66402026-08-26T14:51:53.309Z PASS [ 7.511s] ( 854/3356) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
66412026-08-26T14:51:53.344Z PASS [ 7.356s] ( 855/3356) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
66422026-08-26T14:51:53.408Z PASS [ 4.936s] ( 856/3356) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
66432026-08-26T14:51:53.461Z PASS [ 0.052s] ( 857/3356) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
66442026-08-26T14:51:53.510Z PASS [ 0.048s] ( 858/3356) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
66452026-08-26T14:51:53.836Z PASS [ 3.920s] ( 859/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
66462026-08-26T14:51:53.978Z PASS [ 4.226s] ( 860/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
66472026-08-26T14:51:54.031Z PASS [ 4.088s] ( 861/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
66482026-08-26T14:51:54.031Z PASS [ 7.945s] ( 862/3356) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
66492026-08-26T14:51:54.295Z PASS [ 4.078s] ( 863/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
66502026-08-26T14:51:54.350Z PASS [ 4.138s] ( 864/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
66512026-08-26T14:51:54.672Z PASS [ 4.412s] ( 865/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
66522026-08-26T14:51:54.722Z PASS [ 8.666s] ( 866/3356) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
66532026-08-26T14:51:54.796Z PASS [ 3.933s] ( 867/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
66542026-08-26T14:51:54.960Z PASS [ 3.910s] ( 868/3356) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
66552026-08-26T14:51:55.054Z PASS [ 4.043s] ( 869/3356) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
66562026-08-26T14:51:55.117Z PASS [ 4.940s] ( 870/3356) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
66572026-08-26T14:51:55.201Z PASS [ 0.243s] ( 871/3356) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
66582026-08-26T14:51:55.222Z PASS [ 3.923s] ( 872/3356) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
66592026-08-26T14:51:55.363Z PASS [ 4.421s] ( 873/3356) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
66602026-08-26T14:51:55.399Z PASS [ 4.102s] ( 874/3356) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
66612026-08-26T14:51:55.609Z PASS [ 4.024s] ( 875/3356) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
66622026-08-26T14:51:56.079Z PASS [ 3.754s] ( 876/3356) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
66632026-08-26T14:51:56.445Z PASS [ 3.658s] ( 877/3356) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
66642026-08-26T14:51:56.853Z PASS [ 3.898s] ( 878/3356) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
66652026-08-26T14:51:57.050Z PASS [ 3.742s] ( 879/3356) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
66662026-08-26T14:51:57.055Z PASS [ 3.796s] ( 880/3356) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
66672026-08-26T14:51:57.669Z PASS [ 3.690s] ( 881/3356) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
66682026-08-26T14:51:57.763Z PASS [ 3.730s] ( 882/3356) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
66692026-08-26T14:51:57.783Z PASS [ 3.740s] ( 883/3356) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
66702026-08-26T14:51:57.846Z PASS [ 2.723s] ( 884/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
66712026-08-26T14:51:57.846Z PASS [ 2.619s] ( 885/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
66722026-08-26T14:51:57.846Z PASS [ 2.635s] ( 886/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
66732026-08-26T14:51:57.853Z PASS [ 2.784s] ( 887/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
66742026-08-26T14:51:58.006Z PASS [ 2.641s] ( 888/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
66752026-08-26T14:51:58.020Z PASS [ 2.625s] ( 889/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
66762026-08-26T14:51:58.053Z PASS [ 0.047s] ( 890/3356) nexus-db-queries db::pagination::test::test_paginator
66772026-08-26T14:51:58.114Z PASS [ 3.819s] ( 891/3356) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
66782026-08-26T14:51:58.349Z PASS [ 3.994s] ( 892/3356) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
66792026-08-26T14:51:58.378Z PASS [ 2.766s] ( 893/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
66802026-08-26T14:51:58.737Z PASS [ 2.657s] ( 894/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
66812026-08-26T14:51:58.988Z PASS [ 2.543s] ( 895/3356) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
66822026-08-26T14:51:59.134Z PASS [ 4.414s] ( 896/3356) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
66832026-08-26T14:51:59.309Z PASS [ 1.259s] ( 897/3356) nexus-db-queries db::pool::test::test_pool_can_be_terminated
66842026-08-26T14:51:59.412Z PASS [ 1.298s] ( 898/3356) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
66852026-08-26T14:51:59.488Z PASS [ 2.432s] ( 899/3356) nexus-db-queries db::explain::test::test_explain_full_table_scan
66862026-08-26T14:51:59.580Z PASS [ 2.531s] ( 900/3356) nexus-db-queries db::explain::test::test_explain_async
66872026-08-26T14:51:59.686Z PASS [ 4.900s] ( 901/3356) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
66882026-08-26T14:51:59.699Z PASS [ 5.029s] ( 902/3356) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
66892026-08-26T14:51:59.742Z PASS [ 0.254s] ( 903/3356) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
66902026-08-26T14:51:59.847Z PASS [ 0.267s] ( 904/3356) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
66912026-08-26T14:51:59.986Z PASS [ 0.286s] ( 905/3356) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
66922026-08-26T14:52:00.009Z PASS [ 0.322s] ( 906/3356) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
66932026-08-26T14:52:00.386Z PASS [ 2.718s] ( 907/3356) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
66942026-08-26T14:52:00.486Z PASS [ 2.469s] ( 908/3356) nexus-db-queries db::pool::test::test_keep_alive_set
66952026-08-26T14:52:00.501Z PASS [ 2.740s] ( 909/3356) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
66962026-08-26T14:52:00.527Z PASS [ 2.756s] ( 910/3356) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
66972026-08-26T14:52:00.637Z PASS [ 7.298s] ( 911/3356) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
66982026-08-26T14:52:00.678Z PASS [ 3.825s] ( 912/3356) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
66992026-08-26T14:52:00.722Z PASS [ 2.886s] ( 913/3356) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
67002026-08-26T14:52:00.757Z PASS [ 2.921s] ( 914/3356) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
67012026-08-26T14:52:00.765Z PASS [ 2.928s] ( 915/3356) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
67022026-08-26T14:52:00.775Z PASS [ 2.939s] ( 916/3356) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
67032026-08-26T14:52:00.790Z PASS [ 7.284s] ( 917/3356) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67042026-08-26T14:52:01.006Z PASS [ 0.240s] ( 918/3356) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
67052026-08-26T14:52:01.018Z PASS [ 0.261s] ( 919/3356) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
67062026-08-26T14:52:01.050Z PASS [ 0.260s] ( 920/3356) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
67072026-08-26T14:52:01.249Z PASS [ 0.243s] ( 921/3356) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
67082026-08-26T14:52:01.266Z PASS [ 7.430s] ( 922/3356) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
67092026-08-26T14:52:01.270Z PASS [ 0.252s] ( 923/3356) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
67102026-08-26T14:52:01.311Z PASS [ 0.261s] ( 924/3356) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
67112026-08-26T14:52:01.447Z PASS [ 2.710s] ( 925/3356) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
67122026-08-26T14:52:01.466Z PASS [ 0.217s] ( 926/3356) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
67132026-08-26T14:52:01.509Z PASS [ 0.243s] ( 927/3356) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
67142026-08-26T14:52:02.382Z PASS [ 4.007s] ( 928/3356) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
67152026-08-26T14:52:02.446Z PASS [ 4.102s] ( 929/3356) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
67162026-08-26T14:52:02.856Z PASS [ 3.868s] ( 930/3356) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
67172026-08-26T14:52:03.206Z PASS [ 0.824s] ( 931/3356) nexus-db-queries db::queries::network_interface::tests::expectorate_query
67182026-08-26T14:52:03.376Z PASS [ 4.243s] ( 932/3356) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
67192026-08-26T14:52:03.384Z PASS [ 3.973s] ( 933/3356) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
67202026-08-26T14:52:03.437Z PASS [ 0.052s] ( 934/3356) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
67212026-08-26T14:52:03.551Z PASS [ 2.776s] ( 935/3356) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
67222026-08-26T14:52:03.629Z PASS [ 4.320s] ( 936/3356) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
67232026-08-26T14:52:03.869Z PASS [ 4.022s] ( 937/3356) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
67242026-08-26T14:52:04.002Z PASS [ 4.259s] ( 938/3356) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
67252026-08-26T14:52:04.459Z PASS [ 4.472s] ( 939/3356) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
67262026-08-26T14:52:04.459Z PASS [ 3.972s] ( 940/3356) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
67272026-08-26T14:52:04.567Z PASS [ 4.558s] ( 941/3356) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
67282026-08-26T14:52:04.590Z PASS [ 4.063s] ( 942/3356) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
67292026-08-26T14:52:04.655Z PASS [ 4.153s] ( 943/3356) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
67302026-08-26T14:52:04.736Z PASS [ 4.349s] ( 944/3356) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
67312026-08-26T14:52:05.044Z PASS [ 4.321s] ( 945/3356) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
67322026-08-26T14:52:05.048Z PASS [ 4.409s] ( 946/3356) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
67332026-08-26T14:52:05.140Z PASS [ 4.462s] ( 947/3356) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
67342026-08-26T14:52:05.387Z PASS [ 4.116s] ( 948/3356) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
67352026-08-26T14:52:05.660Z PASS [ 4.348s] ( 949/3356) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
67362026-08-26T14:52:05.707Z PASS [ 0.047s] ( 950/3356) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
67372026-08-26T14:52:05.715Z PASS [ 4.206s] ( 951/3356) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
67382026-08-26T14:52:05.747Z PASS [ 4.281s] ( 952/3356) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
67392026-08-26T14:52:05.959Z PASS [ 4.512s] ( 953/3356) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
67402026-08-26T14:52:06.289Z PASS [ 3.843s] ( 954/3356) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
67412026-08-26T14:52:06.446Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
67422026-08-26T14:52:06.450Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67432026-08-26T14:52:07.109Z PASS [ 3.903s] ( 955/3356) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
67442026-08-26T14:52:07.160Z PASS [ 0.051s] ( 956/3356) nexus-db-queries db::queries::next_item::tests::test_shift_indices
67452026-08-26T14:52:07.258Z PASS [ 3.821s] ( 957/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
67462026-08-26T14:52:07.483Z PASS [ 3.854s] ( 958/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
67472026-08-26T14:52:07.510Z PASS [ 4.654s] ( 959/3356) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
67482026-08-26T14:52:07.530Z PASS [ 0.271s] ( 960/3356) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
67492026-08-26T14:52:07.555Z PASS [ 3.686s] ( 961/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
67502026-08-26T14:52:07.601Z PASS [ 0.046s] ( 962/3356) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
67512026-08-26T14:52:07.615Z PASS [ 4.064s] ( 963/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
67522026-08-26T14:52:07.655Z PASS [ 0.054s] ( 964/3356) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
67532026-08-26T14:52:07.747Z PASS [ 0.264s] ( 965/3356) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
67542026-08-26T14:52:07.968Z PASS [ 3.966s] ( 966/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
67552026-08-26T14:52:08.090Z PASS [ 4.713s] ( 967/3356) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
67562026-08-26T14:52:08.332Z PASS [ 3.873s] ( 968/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
67572026-08-26T14:52:08.445Z PASS [ 3.878s] ( 969/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
67582026-08-26T14:52:08.499Z PASS [ 2.783s] ( 970/3356) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
67592026-08-26T14:52:08.566Z PASS [ 3.976s] ( 971/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
67602026-08-26T14:52:08.649Z PASS [ 1.034s] ( 972/3356) nexus-db-queries db::queries::region_allocation::test::expectorate_query
67612026-08-26T14:52:08.685Z PASS [ 4.031s] ( 973/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
67622026-08-26T14:52:08.700Z PASS [ 4.241s] ( 974/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
67632026-08-26T14:52:08.700Z PASS [ 2.953s] ( 975/3356) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
67642026-08-26T14:52:08.722Z PASS [ 2.763s] ( 976/3356) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
67652026-08-26T14:52:08.744Z PASS [ 0.246s] ( 977/3356) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
67662026-08-26T14:52:08.768Z PASS [ 4.033s] ( 978/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
67672026-08-26T14:52:08.919Z PASS [ 0.270s] ( 979/3356) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
67682026-08-26T14:52:08.945Z PASS [ 0.259s] ( 980/3356) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
67692026-08-26T14:52:09.016Z PASS [ 3.972s] ( 981/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
67702026-08-26T14:52:09.020Z PASS [ 0.253s] ( 982/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
67712026-08-26T14:52:09.041Z PASS [ 2.752s] ( 983/3356) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
67722026-08-26T14:52:09.044Z PASS [ 0.299s] ( 984/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
67732026-08-26T14:52:09.061Z PASS [ 3.921s] ( 985/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
67742026-08-26T14:52:09.092Z PASS [ 4.047s] ( 986/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
67752026-08-26T14:52:09.140Z PASS [ 0.221s] ( 987/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
67762026-08-26T14:52:09.159Z PASS [ 0.066s] ( 988/3356) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
67772026-08-26T14:52:09.167Z PASS [ 0.222s] ( 989/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
67782026-08-26T14:52:09.170Z PASS [ 0.109s] ( 990/3356) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
67792026-08-26T14:52:09.184Z PASS [ 0.044s] ( 991/3356) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
67802026-08-26T14:52:09.206Z PASS [ 0.047s] ( 992/3356) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
67812026-08-26T14:52:09.223Z PASS [ 0.055s] ( 993/3356) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
67822026-08-26T14:52:09.236Z PASS [ 0.536s] ( 994/3356) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
67832026-08-26T14:52:09.307Z PASS [ 3.921s] ( 995/3356) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
67842026-08-26T14:52:09.428Z PASS [ 0.257s] ( 996/3356) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
67852026-08-26T14:52:09.470Z PASS [ 0.233s] ( 997/3356) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
67862026-08-26T14:52:09.835Z PASS [ 2.675s] ( 998/3356) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
67872026-08-26T14:52:09.847Z PASS [ 4.140s] ( 999/3356) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
67882026-08-26T14:52:09.888Z PASS [ 2.378s] (1000/3356) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
67892026-08-26T14:52:09.974Z PASS [ 2.444s] (1001/3356) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
67902026-08-26T14:52:10.245Z PASS [ 2.590s] (1002/3356) nexus-db-queries db::queries::region_allocation::test::explainable
67912026-08-26T14:52:10.890Z PASS [ 2.324s] (1003/3356) nexus-db-queries db::queries::regions_hard_delete::test::explainable
67922026-08-26T14:52:11.374Z PASS [ 2.674s] (1004/3356) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
67932026-08-26T14:52:11.504Z PASS [ 2.488s] (1005/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
67942026-08-26T14:52:11.522Z PASS [ 0.018s] (1006/3356) nexus-defaults tests::test_random_vpc_ipv6_prefix
67952026-08-26T14:52:11.525Z PASS [ 2.502s] (1007/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
67962026-08-26T14:52:11.551Z PASS [ 2.829s] (1008/3356) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
67972026-08-26T14:52:11.601Z PASS [ 2.560s] (1009/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
67982026-08-26T14:52:11.633Z PASS [ 0.110s] (1010/3356) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
67992026-08-26T14:52:11.636Z PASS [ 0.083s] (1011/3356) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
68002026-08-26T14:52:11.636Z PASS [ 0.113s] (1012/3356) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
68012026-08-26T14:52:11.639Z PASS [ 2.453s] (1013/3356) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
68022026-08-26T14:52:11.646Z PASS [ 0.045s] (1014/3356) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
68032026-08-26T14:52:11.676Z PASS [ 2.632s] (1015/3356) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
68042026-08-26T14:52:11.690Z PASS [ 0.056s] (1016/3356) nexus-fm builder::case::tests::dirty_bits_default_false
68052026-08-26T14:52:11.695Z PASS [ 0.060s] (1017/3356) nexus-fm builder::case::tests::request_alert_flips_alert_state
68062026-08-26T14:52:11.695Z PASS [ 0.057s] (1018/3356) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
68072026-08-26T14:52:11.698Z PASS [ 0.051s] (1019/3356) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
68082026-08-26T14:52:11.709Z PASS [ 0.076s] (1020/3356) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
68092026-08-26T14:52:11.715Z PASS [ 0.039s] (1021/3356) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
68102026-08-26T14:52:11.728Z PASS [ 0.038s] (1022/3356) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
68112026-08-26T14:52:11.735Z PASS [ 3.988s] (1023/3356) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
68122026-08-26T14:52:11.744Z PASS [ 0.049s] (1024/3356) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
68132026-08-26T14:52:11.752Z PASS [ 0.055s] (1025/3356) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
68142026-08-26T14:52:11.752Z PASS [ 0.043s] (1026/3356) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
68152026-08-26T14:52:11.757Z PASS [ 0.042s] (1027/3356) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
68162026-08-26T14:52:11.760Z PASS [ 0.065s] (1028/3356) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
68172026-08-26T14:52:11.764Z PASS [ 0.036s] (1029/3356) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
68182026-08-26T14:52:11.770Z PASS [ 2.547s] (1030/3356) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
68192026-08-26T14:52:11.770Z PASS [ 2.564s] (1031/3356) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
68202026-08-26T14:52:11.785Z PASS [ 0.049s] (1032/3356) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
68212026-08-26T14:52:11.793Z PASS [ 0.049s] (1033/3356) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
68222026-08-26T14:52:11.806Z PASS [ 0.049s] (1034/3356) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
68232026-08-26T14:52:11.809Z PASS [ 0.055s] (1035/3356) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
68242026-08-26T14:52:11.809Z PASS [ 0.055s] (1036/3356) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
68252026-08-26T14:52:11.813Z PASS [ 0.049s] (1037/3356) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
68262026-08-26T14:52:11.813Z PASS [ 0.046s] (1038/3356) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
68272026-08-26T14:52:11.817Z PASS [ 0.047s] (1039/3356) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
68282026-08-26T14:52:11.821Z PASS [ 0.051s] (1040/3356) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
68292026-08-26T14:52:11.838Z PASS [ 0.053s] (1041/3356) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
68302026-08-26T14:52:11.846Z PASS [ 0.053s] (1042/3356) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
68312026-08-26T14:52:11.858Z PASS [ 0.052s] (1043/3356) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
68322026-08-26T14:52:11.866Z PASS [ 0.059s] (1044/3356) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
68332026-08-26T14:52:11.871Z PASS [ 0.064s] (1045/3356) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
68342026-08-26T14:52:11.875Z PASS [ 0.058s] (1046/3356) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
68352026-08-26T14:52:11.878Z PASS [ 0.055s] (1047/3356) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
68362026-08-26T14:52:11.878Z PASS [ 0.066s] (1048/3356) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
68372026-08-26T14:52:11.878Z PASS [ 0.068s] (1049/3356) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
68382026-08-26T14:52:11.886Z PASS [ 0.048s] (1050/3356) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
68392026-08-26T14:52:11.898Z PASS [ 0.052s] (1051/3356) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
68402026-08-26T14:52:11.908Z PASS [ 0.050s] (1052/3356) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
68412026-08-26T14:52:11.908Z PASS [ 0.042s] (1053/3356) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
68422026-08-26T14:52:11.919Z PASS [ 0.048s] (1054/3356) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
68432026-08-26T14:52:11.933Z PASS [ 0.058s] (1055/3356) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
68442026-08-26T14:52:11.940Z PASS [ 0.063s] (1056/3356) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
68452026-08-26T14:52:11.940Z PASS [ 0.063s] (1057/3356) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
68462026-08-26T14:52:11.943Z PASS [ 0.062s] (1058/3356) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
68472026-08-26T14:52:11.943Z PASS [ 0.053s] (1059/3356) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
68482026-08-26T14:52:11.955Z PASS [ 0.057s] (1060/3356) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
68492026-08-26T14:52:11.960Z PASS [ 0.052s] (1061/3356) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
68502026-08-26T14:52:11.963Z PASS [ 0.051s] (1062/3356) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
68512026-08-26T14:52:11.970Z PASS [ 0.050s] (1063/3356) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
68522026-08-26T14:52:11.983Z PASS [ 0.050s] (1064/3356) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
68532026-08-26T14:52:11.990Z PASS [ 0.050s] (1065/3356) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
68542026-08-26T14:52:11.998Z PASS [ 0.057s] (1066/3356) nexus-fm diagnosis::saga::tests::closes_on_terminal
68552026-08-26T14:52:12.001Z PASS [ 0.058s] (1067/3356) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
68562026-08-26T14:52:12.005Z PASS [ 0.047s] (1068/3356) nexus-fm diagnosis::saga::tests::empty_case_is_closed
68572026-08-26T14:52:12.005Z PASS [ 0.064s] (1069/3356) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
68582026-08-26T14:52:12.005Z PASS [ 0.044s] (1070/3356) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
68592026-08-26T14:52:12.008Z PASS [ 0.047s] (1071/3356) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
68602026-08-26T14:52:12.017Z PASS [ 0.047s] (1072/3356) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
68612026-08-26T14:52:12.029Z PASS [ 0.046s] (1073/3356) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
68622026-08-26T14:52:12.042Z PASS [ 0.051s] (1074/3356) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
68632026-08-26T14:52:12.050Z PASS [ 0.052s] (1075/3356) nexus-fm diagnosis::saga::tests::opens_abandoned_case
68642026-08-26T14:52:12.053Z PASS [ 0.049s] (1076/3356) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
68652026-08-26T14:52:12.057Z PASS [ 0.056s] (1077/3356) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
68662026-08-26T14:52:12.060Z PASS [ 4.091s] (1078/3356) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
68672026-08-26T14:52:12.060Z PASS [ 0.059s] (1079/3356) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
68682026-08-26T14:52:12.064Z PASS [ 0.047s] (1080/3356) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
68692026-08-26T14:52:12.067Z PASS [ 0.062s] (1081/3356) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
68702026-08-26T14:52:12.083Z PASS [ 0.053s] (1082/3356) nexus-inventory builder::test::test_basic
68712026-08-26T14:52:12.086Z PASS [ 0.041s] (1083/3356) nexus-inventory builder::test::test_empty
68722026-08-26T14:52:12.090Z PASS [ 0.039s] (1084/3356) nexus-inventory builder::test::test_problems
68732026-08-26T14:52:12.094Z PASS [ 0.084s] (1085/3356) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
68742026-08-26T14:52:12.099Z PASS [ 4.009s] (1086/3356) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
68752026-08-26T14:52:12.222Z PASS [ 125.789s] (1087/3356) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68762026-08-26T14:52:12.243Z PASS [ 3.912s] (1088/3356) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
68772026-08-26T14:52:12.376Z PASS [ 3.931s] (1089/3356) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
68782026-08-26T14:52:12.454Z PASS [ 0.395s] (1090/3356) nexus-inventory collector::test::test_multi_mgs_failure
68792026-08-26T14:52:12.654Z PASS [ 0.594s] (1091/3356) nexus-inventory collector::test::test_sled_agent_failure
68802026-08-26T14:52:12.729Z PASS [ 0.675s] (1092/3356) nexus-inventory collector::test::test_basic
68812026-08-26T14:52:12.766Z PASS [ 1.393s] (1093/3356) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
68822026-08-26T14:52:12.836Z PASS [ 3.529s] (1094/3356) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
68832026-08-26T14:52:12.858Z PASS [ 0.768s] (1095/3356) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
68842026-08-26T14:52:12.892Z PASS [ 0.837s] (1096/3356) nexus-inventory collector::test::test_multi_mgs
68852026-08-26T14:52:12.906Z PASS [ 0.822s] (1097/3356) nexus-mgs-updates driver_update::test::test_rot_basic_failures
68862026-08-26T14:52:12.911Z PASS [ 3.483s] (1098/3356) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
68872026-08-26T14:52:12.946Z PASS [ 0.039s] (1099/3356) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
68882026-08-26T14:52:12.950Z PASS [ 0.726s] (1100/3356) nexus-mgs-updates driver_update::test::test_sp_basic_failures
68892026-08-26T14:52:12.958Z PASS [ 0.047s] (1101/3356) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
68902026-08-26T14:52:12.990Z PASS [ 0.044s] (1102/3356) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
68912026-08-26T14:52:12.997Z PASS [ 0.048s] (1103/3356) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
68922026-08-26T14:52:13.002Z PASS [ 0.044s] (1104/3356) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
68932026-08-26T14:52:13.027Z PASS [ 0.037s] (1105/3356) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
68942026-08-26T14:52:13.031Z PASS [ 3.560s] (1106/3356) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
68952026-08-26T14:52:13.044Z PASS [ 0.047s] (1107/3356) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
68962026-08-26T14:52:13.049Z PASS [ 0.047s] (1108/3356) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
68972026-08-26T14:52:13.068Z PASS [ 0.041s] (1109/3356) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
68982026-08-26T14:52:13.079Z PASS [ 0.049s] (1110/3356) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
68992026-08-26T14:52:13.088Z PASS [ 0.043s] (1111/3356) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69002026-08-26T14:52:13.097Z PASS [ 0.046s] (1112/3356) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
69012026-08-26T14:52:13.101Z PASS [ 0.205s] (1113/3356) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69022026-08-26T14:52:13.104Z PASS [ 0.243s] (1114/3356) nexus-mgs-updates test_util::step_through::test::test_basic
69032026-08-26T14:52:13.108Z PASS [ 0.040s] (1115/3356) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
69042026-08-26T14:52:13.129Z PASS [ 0.050s] (1116/3356) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
69052026-08-26T14:52:13.137Z PASS [ 0.049s] (1117/3356) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
69062026-08-26T14:52:13.145Z PASS [ 0.048s] (1118/3356) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
69072026-08-26T14:52:13.149Z PASS [ 0.050s] (1119/3356) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
69082026-08-26T14:52:13.153Z PASS [ 0.044s] (1120/3356) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
69092026-08-26T14:52:13.156Z PASS [ 0.054s] (1121/3356) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
69102026-08-26T14:52:13.173Z PASS [ 0.044s] (1122/3356) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
69112026-08-26T14:52:13.262Z PASS [ 0.117s] (1123/3356) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
69122026-08-26T14:52:13.324Z PASS [ 3.489s] (1124/3356) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
69132026-08-26T14:52:13.386Z PASS [ 0.062s] (1125/3356) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
69142026-08-26T14:52:13.406Z PASS [ 3.559s] (1126/3356) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
69152026-08-26T14:52:13.444Z PASS [ 0.058s] (1127/3356) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
69162026-08-26T14:52:13.452Z PASS [ 0.046s] (1128/3356) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
69172026-08-26T14:52:13.497Z PASS [ 0.053s] (1129/3356) nexus-reconfigurator-execution dns::test::test_dns_compute_update
69182026-08-26T14:52:13.864Z PASS [ 1.134s] (1130/3356) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
69192026-08-26T14:52:13.877Z PASS [ 3.631s] (1131/3356) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
69202026-08-26T14:52:13.903Z PASS [ 26.456s] (1132/3356) nexus-db-queries db::datastore::update::test::test_list_unpruned
69212026-08-26T14:52:14.153Z PASS [ 3.262s] (1133/3356) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
69222026-08-26T14:52:14.708Z PASS [ 2.624s] (1134/3356) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
69232026-08-26T14:52:14.747Z PASS [ 2.682s] (1135/3356) nexus-metrics-producer-gc tests::test_prune_expired_producers
69242026-08-26T14:52:14.811Z PASS [ 0.064s] (1136/3356) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
69252026-08-26T14:52:14.830Z PASS [ 0.122s] (1137/3356) nexus-reconfigurator-execution sagas::test::test_find_expunged_older_generation
69262026-08-26T14:52:14.865Z PASS [ 0.035s] (1138/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
69272026-08-26T14:52:14.899Z PASS [ 0.034s] (1139/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
69282026-08-26T14:52:14.934Z PASS [ 0.034s] (1140/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
69292026-08-26T14:52:14.981Z PASS [ 0.047s] (1141/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
69302026-08-26T14:52:15.005Z PASS [ 2.938s] (1142/3356) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
69312026-08-26T14:52:15.021Z PASS [ 0.040s] (1143/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
69322026-08-26T14:52:15.050Z PASS [ 0.046s] (1144/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
69332026-08-26T14:52:15.072Z PASS [ 0.050s] (1145/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
69342026-08-26T14:52:15.090Z PASS [ 0.039s] (1146/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
69352026-08-26T14:52:15.123Z PASS [ 0.051s] (1147/3356) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
69362026-08-26T14:52:15.129Z PASS [ 0.039s] (1148/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
69372026-08-26T14:52:15.152Z PASS [ 0.029s] (1149/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
69382026-08-26T14:52:15.159Z PASS [ 0.030s] (1150/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
69392026-08-26T14:52:15.184Z PASS [ 0.032s] (1151/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
69402026-08-26T14:52:15.195Z PASS [ 0.035s] (1152/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
69412026-08-26T14:52:15.216Z PASS [ 0.031s] (1153/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
69422026-08-26T14:52:15.226Z PASS [ 0.031s] (1154/3356) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
69432026-08-26T14:52:15.243Z PASS [ 0.027s] (1155/3356) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
69442026-08-26T14:52:15.270Z PASS [ 0.044s] (1156/3356) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
69452026-08-26T14:52:15.301Z PASS [ 0.031s] (1157/3356) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
69462026-08-26T14:52:15.563Z PASS [ 0.262s] (1158/3356) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
69472026-08-26T14:52:15.908Z PASS [ 0.345s] (1159/3356) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
69482026-08-26T14:52:16.054Z PASS [ 0.145s] (1160/3356) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
69492026-08-26T14:52:16.125Z PASS [ 0.072s] (1161/3356) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
69502026-08-26T14:52:16.155Z PASS [ 0.030s] (1162/3356) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
69512026-08-26T14:52:16.192Z PASS [ 0.037s] (1163/3356) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
69522026-08-26T14:52:16.241Z PASS [ 0.048s] (1164/3356) nexus-reconfigurator-planning example::tests::builder_all_zone_types
69532026-08-26T14:52:16.287Z PASS [ 0.047s] (1165/3356) nexus-reconfigurator-planning example::tests::builder_zone_counts
69542026-08-26T14:52:16.889Z PASS [ 4.435s] (1166/3356) nexus-mgs-updates driver_update::test::test_sp_update_watched
69552026-08-26T14:52:16.918Z PASS [ 0.029s] (1167/3356) nexus-reconfigurator-planning example::tests::instances_on_examples
69562026-08-26T14:52:16.972Z PASS [ 0.053s] (1168/3356) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
69572026-08-26T14:52:17.012Z PASS [ 0.041s] (1169/3356) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
69582026-08-26T14:52:17.053Z PASS [ 0.040s] (1170/3356) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
69592026-08-26T14:52:17.096Z PASS [ 0.043s] (1171/3356) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
69602026-08-26T14:52:17.139Z PASS [ 0.042s] (1172/3356) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
69612026-08-26T14:52:17.182Z PASS [ 0.043s] (1173/3356) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
69622026-08-26T14:52:17.225Z PASS [ 0.042s] (1174/3356) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
69632026-08-26T14:52:17.262Z PASS [ 0.037s] (1175/3356) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
69642026-08-26T14:52:17.297Z PASS [ 4.141s] (1176/3356) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
69652026-08-26T14:52:17.312Z PASS [ 0.049s] (1177/3356) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
69662026-08-26T14:52:17.341Z PASS [ 0.044s] (1178/3356) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
69672026-08-26T14:52:17.349Z PASS [ 4.197s] (1179/3356) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
69682026-08-26T14:52:17.364Z PASS [ 0.051s] (1180/3356) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
69692026-08-26T14:52:17.378Z PASS [ 4.116s] (1181/3356) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
69702026-08-26T14:52:17.415Z PASS [ 0.066s] (1182/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
69712026-08-26T14:52:17.441Z PASS [ 0.063s] (1183/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
69722026-08-26T14:52:17.447Z PASS [ 0.105s] (1184/3356) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
69732026-08-26T14:52:17.469Z PASS [ 0.106s] (1185/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
69742026-08-26T14:52:17.488Z PASS [ 4.315s] (1186/3356) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
69752026-08-26T14:52:17.494Z PASS [ 0.079s] (1187/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
69762026-08-26T14:52:17.509Z PASS [ 0.068s] (1188/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
69772026-08-26T14:52:17.538Z PASS [ 0.069s] (1189/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
69782026-08-26T14:52:17.541Z PASS [ 0.094s] (1190/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
69792026-08-26T14:52:17.556Z PASS [ 0.068s] (1191/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
69802026-08-26T14:52:17.564Z PASS [ 0.069s] (1192/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
69812026-08-26T14:52:17.576Z PASS [ 2.333s] (1193/3356) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
69822026-08-26T14:52:17.610Z PASS [ 0.100s] (1194/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
69832026-08-26T14:52:17.618Z PASS [ 0.080s] (1195/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
69842026-08-26T14:52:17.634Z PASS [ 0.093s] (1196/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
69852026-08-26T14:52:17.656Z PASS [ 0.099s] (1197/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
69862026-08-26T14:52:17.689Z PASS [ 0.113s] (1198/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
69872026-08-26T14:52:17.701Z PASS [ 0.137s] (1199/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
69882026-08-26T14:52:17.746Z PASS [ 0.136s] (1200/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
69892026-08-26T14:52:17.772Z PASS [ 0.153s] (1201/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
69902026-08-26T14:52:17.813Z PASS [ 0.179s] (1202/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
69912026-08-26T14:52:17.838Z PASS [ 0.137s] (1203/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
69922026-08-26T14:52:17.853Z PASS [ 0.198s] (1204/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
69932026-08-26T14:52:17.890Z PASS [ 0.200s] (1205/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
69942026-08-26T14:52:18.007Z PASS [ 0.154s] (1206/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
69952026-08-26T14:52:18.031Z PASS [ 3.878s] (1207/3356) nexus-reconfigurator-execution sagas::test::test_abandon_orphan_sagas
69962026-08-26T14:52:18.083Z PASS [ 0.076s] (1208/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
69972026-08-26T14:52:18.117Z PASS [ 0.304s] (1209/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
69982026-08-26T14:52:18.218Z PASS [ 0.446s] (1210/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
69992026-08-26T14:52:18.268Z PASS [ 5.613s] (1211/3356) nexus-mgs-updates driver_update::test_host_phase_1::basic
70002026-08-26T14:52:18.421Z PASS [ 0.583s] (1212/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
70012026-08-26T14:52:18.473Z PASS [ 0.727s] (1213/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
70022026-08-26T14:52:18.493Z PASS [ 0.020s] (1214/3356) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70032026-08-26T14:52:18.534Z PASS [ 0.041s] (1215/3356) nexus-saga-recovery recovery::test::test_execution_basic
70042026-08-26T14:52:18.562Z PASS [ 0.027s] (1216/3356) nexus-saga-recovery recovery::test::test_plan_basic
70052026-08-26T14:52:18.588Z PASS [ 0.026s] (1217/3356) nexus-saga-recovery recovery::test::test_read_all_from_channel
70062026-08-26T14:52:18.620Z PASS [ 0.030s] (1218/3356) nexus-saga-recovery test::test_basic
70072026-08-26T14:52:18.649Z PASS [ 0.030s] (1219/3356) nexus-switch-config tests::all_problems_are_accumulated
70082026-08-26T14:52:18.681Z PASS [ 0.032s] (1220/3356) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
70092026-08-26T14:52:18.724Z PASS [ 0.043s] (1221/3356) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
70102026-08-26T14:52:18.751Z PASS [ 0.027s] (1222/3356) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
70112026-08-26T14:52:18.778Z PASS [ 0.027s] (1223/3356) nexus-switch-config tests::empty_port_list_is_reported
70122026-08-26T14:52:18.808Z PASS [ 0.029s] (1224/3356) nexus-switch-config tests::illegal_max_paths_is_reported
70132026-08-26T14:52:18.840Z PASS [ 0.031s] (1225/3356) nexus-switch-config tests::malformed_uplink_address_is_reported
70142026-08-26T14:52:18.867Z PASS [ 0.027s] (1226/3356) nexus-switch-config tests::missing_rack_subnet_is_reported
70152026-08-26T14:52:18.896Z PASS [ 0.029s] (1227/3356) nexus-switch-config tests::no_silent_port_drops
70162026-08-26T14:52:18.923Z PASS [ 0.026s] (1228/3356) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
70172026-08-26T14:52:18.949Z PASS [ 0.026s] (1229/3356) nexus-switch-config tests::peered_port_requires_switch_bgp_config
70182026-08-26T14:52:18.954Z PASS [ 6.855s] (1230/3356) nexus-mgs-updates driver_update::test::test_rot_update_basic
70192026-08-26T14:52:18.972Z PASS [ 0.024s] (1231/3356) nexus-switch-config tests::peered_port_switch_asn
70202026-08-26T14:52:18.980Z PASS [ 0.026s] (1232/3356) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
70212026-08-26T14:52:19.001Z PASS [ 0.028s] (1233/3356) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
70222026-08-26T14:52:19.030Z PASS [ 0.029s] (1234/3356) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
70232026-08-26T14:52:19.058Z PASS [ 0.028s] (1235/3356) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
70242026-08-26T14:52:19.062Z PASS [ 6.971s] (1236/3356) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
70252026-08-26T14:52:19.085Z PASS [ 0.028s] (1237/3356) nexus-types alert::tests::test_from_str_roundtrips
70262026-08-26T14:52:19.091Z PASS [ 0.028s] (1238/3356) nexus-types alert::tests::test_is_test
70272026-08-26T14:52:19.113Z PASS [ 0.028s] (1239/3356) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
70282026-08-26T14:52:19.121Z PASS [ 0.030s] (1240/3356) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
70292026-08-26T14:52:19.143Z PASS [ 0.029s] (1241/3356) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
70302026-08-26T14:52:19.151Z PASS [ 0.030s] (1242/3356) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
70312026-08-26T14:52:19.171Z PASS [ 0.028s] (1243/3356) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
70322026-08-26T14:52:19.182Z PASS [ 0.030s] (1244/3356) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
70332026-08-26T14:52:19.200Z PASS [ 0.028s] (1245/3356) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
70342026-08-26T14:52:19.207Z PASS [ 0.026s] (1246/3356) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
70352026-08-26T14:52:19.227Z PASS [ 0.027s] (1247/3356) nexus-types deployment::network_resources::tests::display
70362026-08-26T14:52:19.236Z PASS [ 0.028s] (1248/3356) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
70372026-08-26T14:52:19.254Z PASS [ 0.027s] (1249/3356) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
70382026-08-26T14:52:19.263Z PASS [ 0.027s] (1250/3356) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
70392026-08-26T14:52:19.285Z PASS [ 0.030s] (1251/3356) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
70402026-08-26T14:52:19.328Z PASS [ 0.043s] (1252/3356) nexus-types deployment::test::test_serialize_pending_mgs_updates
70412026-08-26T14:52:19.374Z PASS [ 0.046s] (1253/3356) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
70422026-08-26T14:52:19.411Z PASS [ 0.037s] (1254/3356) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
70432026-08-26T14:52:19.445Z PASS [ 0.034s] (1255/3356) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
70442026-08-26T14:52:19.494Z PASS [ 0.049s] (1256/3356) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
70452026-08-26T14:52:19.524Z PASS [ 0.030s] (1257/3356) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
70462026-08-26T14:52:19.564Z PASS [ 0.040s] (1258/3356) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
70472026-08-26T14:52:19.596Z PASS [ 3.308s] (1259/3356) nexus-reconfigurator-planning example::tests::dns_resolution_works
70482026-08-26T14:52:19.602Z PASS [ 0.037s] (1260/3356) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
70492026-08-26T14:52:19.632Z PASS [ 0.035s] (1261/3356) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
70502026-08-26T14:52:19.647Z PASS [ 0.044s] (1262/3356) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
70512026-08-26T14:52:19.677Z PASS [ 0.045s] (1263/3356) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
70522026-08-26T14:52:19.701Z PASS [ 0.055s] (1264/3356) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
70532026-08-26T14:52:19.729Z PASS [ 0.052s] (1265/3356) nexus-types fm::case::tests::test_case_display
70542026-08-26T14:52:19.760Z PASS [ 0.059s] (1266/3356) nexus-types fm::case::tests::test_case_display_colored
70552026-08-26T14:52:19.768Z PASS [ 0.039s] (1267/3356) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
70562026-08-26T14:52:19.796Z PASS [ 0.036s] (1268/3356) nexus-types fm::config::tests::test_min_history_pruning_threshold
70572026-08-26T14:52:19.800Z PASS [ 0.032s] (1269/3356) nexus-types fm::config::tests::test_min_sitrep_limit
70582026-08-26T14:52:19.829Z PASS [ 0.032s] (1270/3356) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
70592026-08-26T14:52:19.846Z PASS [ 0.046s] (1271/3356) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
70602026-08-26T14:52:19.868Z PASS [ 0.039s] (1272/3356) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
70612026-08-26T14:52:19.885Z PASS [ 0.039s] (1273/3356) nexus-types quiesce::test::test_drained_blueprint
70622026-08-26T14:52:19.905Z PASS [ 0.036s] (1274/3356) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
70632026-08-26T14:52:19.921Z PASS [ 0.035s] (1275/3356) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
70642026-08-26T14:52:19.948Z PASS [ 0.044s] (1276/3356) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
70652026-08-26T14:52:19.958Z PASS [ 0.037s] (1277/3356) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
70662026-08-26T14:52:19.983Z PASS [ 0.035s] (1278/3356) nexus-types quiesce::test::test_quiesce_block_on_reassignment
70672026-08-26T14:52:20.000Z PASS [ 0.041s] (1279/3356) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
70682026-08-26T14:52:20.021Z PASS [ 0.038s] (1280/3356) nexus-types quiesce::test::test_quiesce_block_on_saga_started
70692026-08-26T14:52:20.038Z PASS [ 0.038s] (1281/3356) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
70702026-08-26T14:52:20.059Z PASS [ 0.038s] (1282/3356) nexus-types quiesce::test::test_quiesce_noop
70712026-08-26T14:52:20.077Z PASS [ 0.039s] (1283/3356) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
70722026-08-26T14:52:20.111Z PASS [ 0.052s] (1284/3356) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
70732026-08-26T14:52:20.177Z PASS [ 2.287s] (1285/3356) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
70742026-08-26T14:52:20.275Z PASS [ 0.198s] (1286/3356) nexus-types::read_series blueprint_mismatch
70752026-08-26T14:52:20.391Z PASS [ 0.214s] (1287/3356) nexus-types::read_series collection_mismatch
70762026-08-26T14:52:20.415Z PASS [ 0.303s] (1288/3356) nexus-types::read_series blueprint_source_reconciliation
70772026-08-26T14:52:20.475Z PASS [ 0.201s] (1289/3356) nexus-types::read_series external_dns_mismatch
70782026-08-26T14:52:20.553Z PASS [ 0.161s] (1290/3356) nexus-types::read_series identical_inputs
70792026-08-26T14:52:20.592Z PASS [ 0.040s] (1291/3356) nexus-types::read_series malformed_json
70802026-08-26T14:52:20.744Z PASS [ 0.268s] (1292/3356) nexus-types::read_series internal_dns_mismatch
70812026-08-26T14:52:20.777Z PASS [ 0.033s] (1293/3356) nexus-types::read_series no_inputs
70822026-08-26T14:52:20.951Z PASS [ 8.708s] (1294/3356) nexus-mgs-updates driver_update::test::test_sp_update_basic
70832026-08-26T14:52:21.075Z PASS [ 0.123s] (1295/3356) nexus-types::read_series single_input_happy_path
70842026-08-26T14:52:21.199Z PASS [ 0.607s] (1296/3356) nexus-types::read_series multiple_latest_candidates
70852026-08-26T14:52:21.209Z PASS [ 0.432s] (1297/3356) nexus-types::read_series overlapping_inputs_order_independent
70862026-08-26T14:52:21.228Z PASS [ 0.028s] (1298/3356) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
70872026-08-26T14:52:21.235Z PASS [ 0.026s] (1299/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
70882026-08-26T14:52:21.253Z PASS [ 0.025s] (1300/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
70892026-08-26T14:52:21.258Z PASS [ 0.179s] (1301/3356) nexus-types::read_series target_missing_from_its_own_file
70902026-08-26T14:52:21.261Z PASS [ 0.025s] (1302/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
70912026-08-26T14:52:21.280Z PASS [ 0.027s] (1303/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
70922026-08-26T14:52:21.284Z PASS [ 0.029s] (1304/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
70932026-08-26T14:52:21.288Z PASS [ 0.026s] (1305/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
70942026-08-26T14:52:21.309Z PASS [ 0.029s] (1306/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
70952026-08-26T14:52:21.313Z PASS [ 0.029s] (1307/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
70962026-08-26T14:52:21.319Z PASS [ 0.032s] (1308/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
70972026-08-26T14:52:21.339Z PASS [ 0.029s] (1309/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
70982026-08-26T14:52:21.343Z PASS [ 0.030s] (1310/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
70992026-08-26T14:52:21.350Z PASS [ 0.030s] (1311/3356) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
71002026-08-26T14:52:21.366Z PASS [ 0.027s] (1312/3356) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
71012026-08-26T14:52:21.371Z PASS [ 0.028s] (1313/3356) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
71022026-08-26T14:52:21.377Z PASS [ 0.027s] (1314/3356) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
71032026-08-26T14:52:21.393Z PASS [ 0.027s] (1315/3356) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
71042026-08-26T14:52:21.401Z PASS [ 0.029s] (1316/3356) nexus-types-versions impls::policy::tests::test_policy_parsing
71052026-08-26T14:52:21.408Z PASS [ 0.030s] (1317/3356) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
71062026-08-26T14:52:21.408Z PASS [ 0.993s] (1318/3356) nexus-types::read_series intended_blueprint_warning
71072026-08-26T14:52:21.419Z PASS [ 0.027s] (1319/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
71082026-08-26T14:52:21.430Z PASS [ 0.029s] (1320/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
71092026-08-26T14:52:21.438Z PASS [ 0.031s] (1321/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
71102026-08-26T14:52:21.449Z PASS [ 0.030s] (1322/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
71112026-08-26T14:52:21.458Z PASS [ 0.050s] (1323/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
71122026-08-26T14:52:21.470Z PASS [ 0.039s] (1324/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
71132026-08-26T14:52:21.478Z PASS [ 0.040s] (1325/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
71142026-08-26T14:52:21.482Z PASS [ 0.031s] (1326/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
71152026-08-26T14:52:21.495Z PASS [ 0.037s] (1327/3356) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
71162026-08-26T14:52:21.547Z PASS [ 0.078s] (1328/3356) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
71172026-08-26T14:52:21.578Z PASS [ 0.097s] (1329/3356) omicron-certificates tests::test_cert_extended_key_usage
71182026-08-26T14:52:21.590Z PASS [ 0.095s] (1330/3356) omicron-certificates tests::test_common_name_is_validated
71192026-08-26T14:52:21.616Z PASS [ 0.136s] (1331/3356) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
71202026-08-26T14:52:21.620Z PASS [ 2.639s] (1332/3356) nexus-test-utils test::test_suite_password_matches_hash
71212026-08-26T14:52:21.636Z PASS [ 0.088s] (1333/3356) omicron-certificates tests::test_subject_alternate_names_are_validated
71222026-08-26T14:52:21.651Z PASS [ 0.073s] (1334/3356) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
71232026-08-26T14:52:22.052Z PASS [ 3.783s] (1335/3356) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::equal_generation_different_availability_left_untouched
71242026-08-26T14:52:22.524Z PASS [ 9.687s] (1336/3356) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
71252026-08-26T14:52:22.544Z PASS [ 0.020s] (1337/3356) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
71262026-08-26T14:52:22.572Z PASS [ 0.027s] (1338/3356) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
71272026-08-26T14:52:22.752Z PASS [ 0.180s] (1339/3356) omicron-cockroach-metrics tests::test_cluster_client_caching
71282026-08-26T14:52:22.771Z PASS [ 0.019s] (1340/3356) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
71292026-08-26T14:52:22.789Z PASS [ 0.018s] (1341/3356) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
71302026-08-26T14:52:22.813Z PASS [ 0.024s] (1342/3356) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
71312026-08-26T14:52:22.833Z PASS [ 0.019s] (1343/3356) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
71322026-08-26T14:52:22.852Z PASS [ 0.019s] (1344/3356) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
71332026-08-26T14:52:22.873Z PASS [ 0.021s] (1345/3356) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
71342026-08-26T14:52:22.891Z PASS [ 0.018s] (1346/3356) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
71352026-08-26T14:52:22.912Z PASS [ 0.020s] (1347/3356) omicron-common address::test::test_dns_subnets
71362026-08-26T14:52:22.930Z PASS [ 0.019s] (1348/3356) omicron-common address::test::test_ip_range_checks_non_decreasing
71372026-08-26T14:52:22.951Z PASS [ 0.021s] (1349/3356) omicron-common address::test::test_ip_range_enum_deserialization
71382026-08-26T14:52:22.972Z PASS [ 0.020s] (1350/3356) omicron-common address::test::test_ip_range_iter
71392026-08-26T14:52:22.991Z PASS [ 0.019s] (1351/3356) omicron-common address::test::test_ip_range_length
71402026-08-26T14:52:23.009Z PASS [ 0.018s] (1352/3356) omicron-common address::test::test_ip_range_try_from
71412026-08-26T14:52:23.030Z PASS [ 0.020s] (1353/3356) omicron-common address::test::test_ipv6_subnet_deserialize
71422026-08-26T14:52:23.050Z PASS [ 0.020s] (1354/3356) omicron-common address::test::test_sled_address
71432026-08-26T14:52:23.069Z PASS [ 0.018s] (1355/3356) omicron-common api::external::error::test::test_bail_unless
71442026-08-26T14:52:23.088Z PASS [ 0.019s] (1356/3356) omicron-common api::external::error::test::test_context
71452026-08-26T14:52:23.106Z PASS [ 0.018s] (1357/3356) omicron-common api::external::http_pagination::test::test_pagination_examples
71462026-08-26T14:52:23.130Z PASS [ 0.023s] (1358/3356) omicron-common api::external::http_pagination::test::test_pagination_schemas
71472026-08-26T14:52:23.157Z PASS [ 0.027s] (1359/3356) omicron-common api::external::http_pagination::test::test_scan_by_id
71482026-08-26T14:52:23.161Z PASS [ 1.540s] (1360/3356) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
71492026-08-26T14:52:23.176Z PASS [ 1.540s] (1361/3356) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
71502026-08-26T14:52:23.180Z PASS [ 0.021s] (1362/3356) omicron-common api::external::http_pagination::test::test_scan_by_name
71512026-08-26T14:52:23.180Z PASS [ 0.020s] (1363/3356) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
71522026-08-26T14:52:23.196Z PASS [ 0.020s] (1364/3356) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
71532026-08-26T14:52:23.200Z PASS [ 0.022s] (1365/3356) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
71542026-08-26T14:52:23.205Z PASS [ 13.316s] (1366/3356) nexus-db-queries policy_test::test_conferred_roles
71552026-08-26T14:52:23.209Z PASS [ 0.025s] (1367/3356) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
71562026-08-26T14:52:23.214Z PASS [ 1.163s] (1368/3356) omicron-cockroach-admin context::tests::test_node_id
71572026-08-26T14:52:23.217Z PASS [ 0.021s] (1369/3356) omicron-common api::external::test::test_bytecount
71582026-08-26T14:52:23.223Z PASS [ 0.023s] (1370/3356) omicron-common api::external::test::test_bytecount_display
71592026-08-26T14:52:23.230Z PASS [ 0.025s] (1371/3356) omicron-common api::external::test::test_digest
71602026-08-26T14:52:23.234Z PASS [ 0.028s] (1372/3356) omicron-common api::external::test::test_firewall_deserialization
71612026-08-26T14:52:23.238Z PASS [ 0.021s] (1373/3356) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
71622026-08-26T14:52:23.247Z PASS [ 0.033s] (1374/3356) omicron-common api::external::test::test_firewall_rule_host_filter_parse
71632026-08-26T14:52:23.251Z PASS [ 0.017s] (1375/3356) omicron-common api::external::test::test_ip_port_range_from_str
71642026-08-26T14:52:23.255Z PASS [ 0.017s] (1376/3356) omicron-common api::external::test::test_ip_port_range_into_str
71652026-08-26T14:52:23.255Z PASS [ 0.025s] (1377/3356) omicron-common api::external::test::test_hostname_from_str
71662026-08-26T14:52:23.265Z PASS [ 0.042s] (1378/3356) omicron-common api::external::test::test_firewall_rule_target_parse
71672026-08-26T14:52:23.268Z PASS [ 0.021s] (1379/3356) omicron-common api::external::test::test_ipv6_net_operations
71682026-08-26T14:52:23.273Z PASS [ 0.023s] (1380/3356) omicron-common api::external::test::test_mac_system_iterator
71692026-08-26T14:52:23.279Z PASS [ 0.024s] (1381/3356) omicron-common api::external::test::test_macaddr
71702026-08-26T14:52:23.282Z PASS [ 0.027s] (1382/3356) omicron-common api::external::test::test_mac_to_int_conversions
71712026-08-26T14:52:23.286Z PASS [ 0.020s] (1383/3356) omicron-common api::external::test::test_name_parse
71722026-08-26T14:52:23.289Z PASS [ 0.019s] (1384/3356) omicron-common api::external::test::test_name_parse_from_param
71732026-08-26T14:52:23.298Z PASS [ 0.025s] (1385/3356) omicron-common api::external::test::test_resource_name_parse
71742026-08-26T14:52:23.307Z PASS [ 0.022s] (1386/3356) omicron-common api::external::test::test_semver_serialize
71752026-08-26T14:52:23.311Z PASS [ 0.028s] (1387/3356) omicron-common api::external::test::test_route_destination_parse
71762026-08-26T14:52:23.314Z PASS [ 0.026s] (1388/3356) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
71772026-08-26T14:52:23.318Z PASS [ 0.033s] (1389/3356) omicron-common api::external::test::test_route_target_parse
71782026-08-26T14:52:23.321Z PASS [ 0.021s] (1390/3356) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
71792026-08-26T14:52:23.328Z PASS [ 0.021s] (1391/3356) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
71802026-08-26T14:52:23.334Z PASS [ 0.024s] (1392/3356) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
71812026-08-26T14:52:23.346Z PASS [ 0.030s] (1393/3356) omicron-common disk::tests::parse_dataset_name
71822026-08-26T14:52:23.346Z PASS [ 0.027s] (1394/3356) omicron-common zpool_name::test::test_parse_bad_zpool_names
71832026-08-26T14:52:23.349Z PASS [ 0.032s] (1395/3356) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
71842026-08-26T14:52:23.366Z PASS [ 0.032s] (1396/3356) omicron-common zpool_name::test::test_parse_internal_zpool_name
71852026-08-26T14:52:23.366Z PASS [ 0.037s] (1397/3356) omicron-common zpool_name::test::test_parse_external_zpool_name
71862026-08-26T14:52:23.384Z PASS [ 0.038s] (1398/3356) omicron-common zpool_name::test::test_zpool_name_regex
71872026-08-26T14:52:23.390Z PASS [ 0.044s] (1399/3356) omicron-common zpool_name::test::test_parse_zpool_name_json
71882026-08-26T14:52:23.423Z PASS [ 0.033s] (1400/3356) omicron-gateway management_switch::location_map::tests::test_config_validation
71892026-08-26T14:52:23.463Z PASS [ 0.040s] (1401/3356) omicron-gateway management_switch::location_map::tests::test_resolve_location
71902026-08-26T14:52:23.517Z PASS [ 0.171s] (1402/3356) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
71912026-08-26T14:52:23.582Z PASS [ 0.064s] (1403/3356) omicron-gateway::test_all integration_tests::config::read_production_smf_config
71922026-08-26T14:52:23.669Z PASS [ 0.299s] (1404/3356) omicron-dev::test-omicron-dev test_omicron_dev_no_args
71932026-08-26T14:52:23.673Z PASS [ 0.209s] (1405/3356) omicron-gateway::test_all integration_tests::component_list::component_list
71942026-08-26T14:52:23.798Z PASS [ 0.216s] (1406/3356) omicron-gateway::test_all integration_tests::ereports::ereports_basic
71952026-08-26T14:52:23.987Z PASS [ 0.322s] (1407/3356) omicron-gateway::test_all integration_tests::ereports::ereports_commit
71962026-08-26T14:52:24.070Z PASS [ 0.397s] (1408/3356) omicron-gateway::test_all integration_tests::ereports::ereports_limit
71972026-08-26T14:52:24.227Z PASS [ 0.240s] (1409/3356) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
71982026-08-26T14:52:24.293Z PASS [ 0.223s] (1410/3356) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
71992026-08-26T14:52:24.317Z PASS [ 0.024s] (1411/3356) omicron-ledger test::test_commit_handles_write_failures
72002026-08-26T14:52:24.328Z PASS [ 0.530s] (1412/3356) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
72012026-08-26T14:52:24.338Z PASS [ 0.021s] (1413/3356) omicron-ledger test::test_create_default_ledger
72022026-08-26T14:52:24.350Z PASS [ 0.021s] (1414/3356) omicron-ledger test::test_create_ledger_reads_from_storage
72032026-08-26T14:52:24.359Z PASS [ 0.021s] (1415/3356) omicron-ledger test::test_create_ledger_reads_latest_from_storage
72042026-08-26T14:52:24.368Z PASS [ 0.018s] (1416/3356) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
72052026-08-26T14:52:24.377Z PASS [ 0.018s] (1417/3356) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
72062026-08-26T14:52:24.386Z PASS [ 0.018s] (1418/3356) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
72072026-08-26T14:52:24.393Z PASS [ 0.016s] (1419/3356) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
72082026-08-26T14:52:24.405Z PASS [ 0.019s] (1420/3356) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
72092026-08-26T14:52:24.443Z PASS [ 0.216s] (1421/3356) omicron-gateway::test_all integration_tests::task_dump::task_dump
72102026-08-26T14:52:24.682Z PASS [ 3.092s] (1422/3356) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72112026-08-26T14:52:24.795Z PASS [ 0.113s] (1423/3356) omicron-nexus app::alert::tests::test_alert_class_list
72122026-08-26T14:52:25.641Z PASS [ 11.764s] (1424/3356) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
72132026-08-26T14:52:26.534Z PASS [ 12.631s] (1425/3356) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
72142026-08-26T14:52:26.617Z PASS [ 11.806s] (1426/3356) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
72152026-08-26T14:52:26.630Z PASS [ 4.979s] (1427/3356) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
72162026-08-26T14:52:26.671Z PASS [ 12.808s] (1428/3356) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
72172026-08-26T14:52:26.826Z PASS [ 14.450s] (1429/3356) nexus-mgs-updates driver_update::test::test_sp_update_takeover
72182026-08-26T14:52:27.163Z PASS [ 5.547s] (1430/3356) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
72192026-08-26T14:52:27.209Z PASS [ 0.046s] (1431/3356) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
72202026-08-26T14:52:27.254Z PASS [ 0.046s] (1432/3356) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
72212026-08-26T14:52:27.297Z PASS [ 0.043s] (1433/3356) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
72222026-08-26T14:52:27.344Z PASS [ 0.047s] (1434/3356) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
72232026-08-26T14:52:27.390Z PASS [ 0.046s] (1435/3356) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
72242026-08-26T14:52:32.277Z PASS [ 13.013s] (1436/3356) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
72252026-08-26T14:52:32.354Z PASS [ 19.587s] (1437/3356) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
72262026-08-26T14:52:32.992Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
72272026-08-26T14:52:33.658Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
72282026-08-26T14:52:33.806Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
72292026-08-26T14:52:33.878Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
72302026-08-26T14:52:35.274Z PASS [ 17.243s] (1438/3356) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
72312026-08-26T14:52:35.421Z PASS [ 12.056s] (1439/3356) omicron-dev::test-omicron-dev test_run_all
72322026-08-26T14:52:38.678Z PASS [ 20.257s] (1440/3356) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::proptest_reconciliation
72332026-08-26T14:52:38.802Z PASS [ 6.449s] (1441/3356) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
72342026-08-26T14:52:38.885Z PASS [ 6.609s] (1442/3356) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
72352026-08-26T14:52:39.551Z PASS [ 14.756s] (1443/3356) omicron-nexus app::background::driver::test::test_activation_in_progress
72362026-08-26T14:52:39.808Z PASS [ 14.167s] (1444/3356) omicron-nexus app::background::driver::test::test_driver_basic
72372026-08-26T14:52:41.513Z PASS [ 23.395s] (1445/3356) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
72382026-08-26T14:52:41.643Z PASS [ 14.817s] (1446/3356) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
72392026-08-26T14:52:41.705Z PASS [ 0.061s] (1447/3356) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
72402026-08-26T14:52:41.847Z PASS [ 6.572s] (1448/3356) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
72412026-08-26T14:52:42.106Z PASS [ 24.022s] (1449/3356) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
72422026-08-26T14:52:42.477Z PASS [ 15.942s] (1450/3356) omicron-nexus app::background::init::test::test_dns_propagation_basic
72432026-08-26T14:52:43.353Z PASS [ 25.134s] (1451/3356) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
72442026-08-26T14:52:44.663Z PASS [ 5.112s] (1452/3356) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
72452026-08-26T14:52:46.069Z PASS [ 6.261s] (1453/3356) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
72462026-08-26T14:52:46.272Z PASS [ 7.387s] (1454/3356) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
72472026-08-26T14:52:46.390Z PASS [ 21.984s] (1455/3356) omicron-ls-apis::test_dependencies test_api_dependencies
72482026-08-26T14:52:46.671Z PASS [ 33.533s] (1456/3356) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
72492026-08-26T14:52:47.508Z PASS [ 5.994s] (1457/3356) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
72502026-08-26T14:52:47.723Z PASS [ 23.279s] (1458/3356) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
72512026-08-26T14:52:48.023Z PASS [ 21.405s] (1459/3356) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
72522026-08-26T14:52:48.677Z PASS [ 22.005s] (1460/3356) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
72532026-08-26T14:52:49.863Z PASS [ 23.233s] (1461/3356) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
72542026-08-26T14:52:50.282Z PASS [ 25.887s] (1462/3356) omicron-ls-apis::test_dependencies test_api_check
72552026-08-26T14:52:53.307Z PASS [ 14.629s] (1463/3356) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
72562026-08-26T14:52:53.403Z PASS [ 7.014s] (1464/3356) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
72572026-08-26T14:52:53.509Z PASS [ 6.838s] (1465/3356) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
72582026-08-26T14:52:53.879Z PASS [ 5.856s] (1466/3356) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
72592026-08-26T14:52:54.132Z PASS [ 6.409s] (1467/3356) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
72602026-08-26T14:52:54.299Z PASS [ 6.791s] (1468/3356) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
72612026-08-26T14:52:54.861Z PASS [ 19.439s] (1469/3356) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
72622026-08-26T14:52:55.391Z PASS [ 6.714s] (1470/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
72632026-08-26T14:52:56.217Z PASS [ 14.513s] (1471/3356) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
72642026-08-26T14:52:56.471Z PASS [ 14.624s] (1472/3356) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
72652026-08-26T14:52:56.589Z PASS [ 6.726s] (1473/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
72662026-08-26T14:52:57.054Z PASS [ 6.772s] (1474/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
72672026-08-26T14:52:57.339Z PASS [ 14.863s] (1475/3356) omicron-nexus app::background::tasks::dns_config::test::test_basic
72682026-08-26T14:52:57.392Z PASS [ 15.285s] (1476/3356) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
72692026-08-26T14:52:58.154Z PASS [ 14.801s] (1477/3356) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
72702026-08-26T14:52:59.145Z PASS [ 14.481s] (1478/3356) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
72712026-08-26T14:52:59.236Z PASS [ 5.833s] (1479/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
72722026-08-26T14:52:59.457Z PASS [ 5.948s] (1480/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
72732026-08-26T14:52:59.510Z PASS [ 0.053s] (1481/3356) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
72742026-08-26T14:52:59.562Z PASS [ 0.052s] (1482/3356) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
72752026-08-26T14:52:59.610Z PASS [ 0.048s] (1483/3356) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
72762026-08-26T14:52:59.662Z PASS [ 0.052s] (1484/3356) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
72772026-08-26T14:52:59.710Z PASS [ 0.048s] (1485/3356) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
72782026-08-26T14:52:59.763Z PASS [ 0.052s] (1486/3356) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
72792026-08-26T14:52:59.813Z PASS [ 0.051s] (1487/3356) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
72802026-08-26T14:52:59.897Z PASS [ 0.083s] (1488/3356) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
72812026-08-26T14:52:59.981Z PASS [ 0.084s] (1489/3356) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
72822026-08-26T14:52:59.984Z PASS [ 6.675s] (1490/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
72832026-08-26T14:52:59.988Z PASS [ 6.106s] (1491/3356) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
72842026-08-26T14:53:00.112Z PASS [ 0.131s] (1492/3356) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
72852026-08-26T14:53:00.122Z PASS [ 0.138s] (1493/3356) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
72862026-08-26T14:53:00.150Z PASS [ 0.164s] (1494/3356) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
72872026-08-26T14:53:00.162Z PASS [ 0.050s] (1495/3356) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
72882026-08-26T14:53:00.167Z PASS [ 0.045s] (1496/3356) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
72892026-08-26T14:53:00.200Z PASS [ 0.049s] (1497/3356) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
72902026-08-26T14:53:00.210Z PASS [ 0.047s] (1498/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
72912026-08-26T14:53:00.219Z PASS [ 0.052s] (1499/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
72922026-08-26T14:53:00.252Z PASS [ 0.053s] (1500/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
72932026-08-26T14:53:00.256Z PASS [ 0.046s] (1501/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
72942026-08-26T14:53:00.271Z PASS [ 0.052s] (1502/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
72952026-08-26T14:53:00.327Z PASS [ 0.075s] (1503/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
72962026-08-26T14:53:00.332Z PASS [ 0.059s] (1504/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
72972026-08-26T14:53:00.335Z PASS [ 0.078s] (1505/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
72982026-08-26T14:53:00.358Z PASS [ 6.225s] (1506/3356) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
72992026-08-26T14:53:00.411Z PASS [ 0.084s] (1507/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
73002026-08-26T14:53:00.415Z PASS [ 0.085s] (1508/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
73012026-08-26T14:53:00.427Z PASS [ 0.093s] (1509/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
73022026-08-26T14:53:00.439Z PASS [ 0.079s] (1510/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
73032026-08-26T14:53:00.462Z PASS [ 0.050s] (1511/3356) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
73042026-08-26T14:53:00.529Z PASS [ 21.726s] (1512/3356) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73052026-08-26T14:53:00.929Z PASS [ 6.630s] (1513/3356) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
73062026-08-26T14:53:01.524Z PASS [ 15.252s] (1514/3356) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
73072026-08-26T14:53:01.581Z PASS [ 15.512s] (1515/3356) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
73082026-08-26T14:53:01.732Z PASS [ 5.515s] (1516/3356) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
73092026-08-26T14:53:03.208Z PASS [ 8.347s] (1517/3356) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
73102026-08-26T14:53:05.574Z PASS [ 6.430s] (1518/3356) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
73112026-08-26T14:53:05.862Z PASS [ 42.478s] (1519/3356) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
73122026-08-26T14:53:06.446Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
73132026-08-26T14:53:07.431Z PASS [ 40.040s] (1520/3356) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
73142026-08-26T14:53:09.977Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
73152026-08-26T14:53:11.632Z PASS [ 58.486s] (1521/3356) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
73162026-08-26T14:53:13.454Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
73172026-08-26T14:53:13.499Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
73182026-08-26T14:53:15.869Z PASS [ 15.340s] (1522/3356) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
73192026-08-26T14:53:16.072Z PASS [ 16.836s] (1523/3356) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
73202026-08-26T14:53:16.090Z PASS [ 15.628s] (1524/3356) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
73212026-08-26T14:53:17.840Z PASS [ 19.686s] (1525/3356) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
73222026-08-26T14:53:18.297Z PASS [ 17.368s] (1526/3356) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
73232026-08-26T14:53:18.304Z PASS [ 21.714s] (1527/3356) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
73242026-08-26T14:53:18.381Z PASS [ 16.856s] (1528/3356) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
73252026-08-26T14:53:18.593Z PASS [ 17.011s] (1529/3356) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
73262026-08-26T14:53:18.756Z PASS [ 17.023s] (1530/3356) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
73272026-08-26T14:53:18.902Z PASS [ 15.694s] (1531/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
73282026-08-26T14:53:19.065Z PASS [ 23.674s] (1532/3356) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
73292026-08-26T14:53:19.987Z PASS [ 19.572s] (1533/3356) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
73302026-08-26T14:53:20.528Z PASS [ 4.438s] (1534/3356) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
73312026-08-26T14:53:20.814Z PASS [ 23.474s] (1535/3356) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
73322026-08-26T14:53:21.168Z PASS [ 15.594s] (1536/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
73332026-08-26T14:53:21.181Z PASS [ 71.207s] (1537/3356) nexus-db-queries policy_test::test_iam_roles_behavior
73342026-08-26T14:53:21.444Z PASS [ 15.582s] (1538/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
73352026-08-26T14:53:21.999Z PASS [ 3.618s] (1539/3356) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
73362026-08-26T14:53:22.154Z PASS [ 3.858s] (1540/3356) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
73372026-08-26T14:53:22.327Z PASS [ 4.023s] (1541/3356) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
73382026-08-26T14:53:22.339Z PASS [ 68.887s] (1542/3356) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
73392026-08-26T14:53:22.400Z PASS [ 3.807s] (1543/3356) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
73402026-08-26T14:53:23.716Z PASS [ 4.960s] (1544/3356) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
73412026-08-26T14:53:24.079Z PASS [ 23.652s] (1545/3356) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
73422026-08-26T14:53:24.141Z PASS [ 5.239s] (1546/3356) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
73432026-08-26T14:53:24.156Z PASS [ 0.077s] (1547/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
73442026-08-26T14:53:24.202Z PASS [ 0.059s] (1548/3356) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
73452026-08-26T14:53:24.215Z PASS [ 0.059s] (1549/3356) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
73462026-08-26T14:53:24.265Z PASS [ 0.064s] (1550/3356) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
73472026-08-26T14:53:24.277Z PASS [ 0.061s] (1551/3356) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
73482026-08-26T14:53:24.301Z PASS [ 110.497s] (1552/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
73492026-08-26T14:53:24.323Z PASS [ 0.058s] (1553/3356) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
73502026-08-26T14:53:24.333Z PASS [ 0.056s] (1554/3356) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
73512026-08-26T14:53:24.562Z PASS [ 0.238s] (1555/3356) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
73522026-08-26T14:53:24.588Z PASS [ 0.256s] (1556/3356) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
73532026-08-26T14:53:24.600Z PASS [ 0.299s] (1557/3356) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
73542026-08-26T14:53:24.643Z PASS [ 0.055s] (1558/3356) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
73552026-08-26T14:53:24.648Z PASS [ 0.048s] (1559/3356) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
73562026-08-26T14:53:24.697Z PASS [ 0.053s] (1560/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
73572026-08-26T14:53:24.702Z PASS [ 0.054s] (1561/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
73582026-08-26T14:53:24.780Z PASS [ 0.083s] (1562/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
73592026-08-26T14:53:24.785Z PASS [ 0.083s] (1563/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
73602026-08-26T14:53:24.831Z PASS [ 0.051s] (1564/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
73612026-08-26T14:53:24.835Z PASS [ 0.048s] (1565/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
73622026-08-26T14:53:24.892Z PASS [ 0.060s] (1566/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
73632026-08-26T14:53:24.902Z PASS [ 0.069s] (1567/3356) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
73642026-08-26T14:53:24.960Z PASS [ 0.068s] (1568/3356) omicron-nexus app::crucible::test::upstairs_health_search
73652026-08-26T14:53:25.036Z PASS [ 0.076s] (1569/3356) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
73662026-08-26T14:53:25.148Z PASS [ 0.112s] (1570/3356) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
73672026-08-26T14:53:25.235Z PASS [ 0.086s] (1571/3356) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
73682026-08-26T14:53:25.311Z PASS [ 0.075s] (1572/3356) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
73692026-08-26T14:53:25.496Z PASS [ 0.594s] (1573/3356) omicron-nexus app::deployment::tests::test_debug_files
73702026-08-26T14:53:25.660Z PASS [ 0.349s] (1574/3356) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
73712026-08-26T14:53:25.719Z PASS [ 0.059s] (1575/3356) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
73722026-08-26T14:53:25.723Z PASS [ 1.159s] (1576/3356) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
73732026-08-26T14:53:25.733Z PASS [ 111.856s] (1577/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
73742026-08-26T14:53:25.837Z PASS [ 0.115s] (1578/3356) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
73752026-08-26T14:53:25.841Z PASS [ 0.118s] (1579/3356) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
73762026-08-26T14:53:25.847Z PASS [ 0.346s] (1580/3356) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
73772026-08-26T14:53:25.859Z PASS [ 0.127s] (1581/3356) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
73782026-08-26T14:53:25.916Z PASS [ 0.078s] (1582/3356) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
73792026-08-26T14:53:25.940Z PASS [ 0.103s] (1583/3356) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
73802026-08-26T14:53:25.966Z PASS [ 0.124s] (1584/3356) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
73812026-08-26T14:53:25.978Z PASS [ 0.119s] (1585/3356) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
73822026-08-26T14:53:25.995Z PASS [ 0.055s] (1586/3356) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
73832026-08-26T14:53:26.003Z PASS [ 0.088s] (1587/3356) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
73842026-08-26T14:53:26.119Z PASS [ 0.140s] (1588/3356) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
73852026-08-26T14:53:26.127Z PASS [ 0.124s] (1589/3356) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
73862026-08-26T14:53:26.172Z PASS [ 0.176s] (1590/3356) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
73872026-08-26T14:53:26.279Z PASS [ 0.107s] (1591/3356) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
73882026-08-26T14:53:26.308Z PASS [ 0.189s] (1592/3356) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
73892026-08-26T14:53:26.368Z PASS [ 0.401s] (1593/3356) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
73902026-08-26T14:53:26.385Z PASS [ 18.953s] (1594/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
73912026-08-26T14:53:26.434Z PASS [ 0.066s] (1595/3356) omicron-nexus app::external_endpoints::test::test_no_endpoint
73922026-08-26T14:53:26.466Z PASS [ 0.081s] (1596/3356) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
73932026-08-26T14:53:26.494Z PASS [ 0.060s] (1597/3356) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
73942026-08-26T14:53:26.520Z PASS [ 0.211s] (1598/3356) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
73952026-08-26T14:53:26.532Z PASS [ 0.066s] (1599/3356) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
73962026-08-26T14:53:26.553Z PASS [ 0.059s] (1600/3356) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
73972026-08-26T14:53:26.582Z PASS [ 0.062s] (1601/3356) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
73982026-08-26T14:53:26.586Z PASS [ 0.051s] (1602/3356) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
73992026-08-26T14:53:26.627Z PASS [ 0.073s] (1603/3356) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74002026-08-26T14:53:26.689Z PASS [ 0.062s] (1604/3356) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
74012026-08-26T14:53:26.692Z PASS [ 0.108s] (1605/3356) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74022026-08-26T14:53:26.707Z PASS [ 0.125s] (1606/3356) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74032026-08-26T14:53:26.818Z PASS [ 0.130s] (1607/3356) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
74042026-08-26T14:53:26.822Z PASS [ 0.112s] (1608/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
74052026-08-26T14:53:26.871Z PASS [ 0.052s] (1609/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
74062026-08-26T14:53:26.882Z PASS [ 0.062s] (1610/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
74072026-08-26T14:53:26.890Z PASS [ 0.762s] (1611/3356) omicron-nexus app::external_endpoints::test::test_authority
74082026-08-26T14:53:26.895Z PASS [ 113.238s] (1612/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74092026-08-26T14:53:26.929Z PASS [ 0.058s] (1613/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
74102026-08-26T14:53:26.936Z PASS [ 0.054s] (1614/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
74112026-08-26T14:53:27.186Z PASS [ 0.291s] (1615/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
74122026-08-26T14:53:27.217Z PASS [ 0.287s] (1616/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
74132026-08-26T14:53:27.223Z PASS [ 0.287s] (1617/3356) omicron-nexus app::multicast::tests::test_is_ssm_address
74142026-08-26T14:53:27.228Z PASS [ 0.339s] (1618/3356) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
74152026-08-26T14:53:27.288Z PASS [ 0.060s] (1619/3356) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
74162026-08-26T14:53:28.312Z PASS [ 27.875s] (1620/3356) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
74172026-08-26T14:53:28.385Z PASS [ 12.312s] (1621/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
74182026-08-26T14:53:28.529Z PASS [ 2.250s] (1622/3356) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
74192026-08-26T14:53:28.932Z PASS [ 13.063s] (1623/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
74202026-08-26T14:53:31.605Z PASS [ 19.973s] (1624/3356) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
74212026-08-26T14:53:32.241Z PASS [ 34.849s] (1625/3356) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
74222026-08-26T14:53:32.762Z PASS [ 11.581s] (1626/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
74232026-08-26T14:53:32.862Z PASS [ 79.365s] (1627/3356) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74242026-08-26T14:53:32.913Z PASS [ 15.073s] (1628/3356) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
74252026-08-26T14:53:32.993Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74262026-08-26T14:53:33.105Z PASS [ 11.936s] (1629/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
74272026-08-26T14:53:33.180Z PASS [ 12.652s] (1630/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
74282026-08-26T14:53:33.616Z PASS [ 11.461s] (1631/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
74292026-08-26T14:53:33.644Z PASS [ 14.579s] (1632/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
74302026-08-26T14:53:34.024Z PASS [ 13.210s] (1633/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
74312026-08-26T14:53:34.807Z PASS [ 14.819s] (1634/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
74322026-08-26T14:53:36.665Z PASS [ 40.194s] (1635/3356) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
74332026-08-26T14:53:37.388Z PASS [ 15.048s] (1636/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
74342026-08-26T14:53:37.957Z PASS [ 15.630s] (1637/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
74352026-08-26T14:53:38.246Z PASS [ 15.845s] (1638/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
74362026-08-26T14:53:38.278Z PASS [ 16.833s] (1639/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
74372026-08-26T14:53:38.576Z PASS [ 14.861s] (1640/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
74382026-08-26T14:53:39.053Z PASS [ 17.054s] (1641/3356) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
74392026-08-26T14:53:39.150Z PASS [ 12.459s] (1642/3356) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
74402026-08-26T14:53:40.605Z PASS [ 43.551s] (1643/3356) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
74412026-08-26T14:53:41.275Z PASS [ 14.089s] (1644/3356) omicron-nexus app::quiesce::test::test_quiesce_easy
74422026-08-26T14:53:42.906Z PASS [ 15.683s] (1645/3356) omicron-nexus app::quiesce::test::test_quiesce_multi
74432026-08-26T14:53:43.114Z PASS [ 15.897s] (1646/3356) omicron-nexus app::quiesce::test::test_quiesce_full
74442026-08-26T14:53:48.460Z PASS [ 19.528s] (1647/3356) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
74452026-08-26T14:53:49.913Z PASS [ 21.601s] (1648/3356) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
74462026-08-26T14:53:49.993Z PASS [ 21.608s] (1649/3356) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
74472026-08-26T14:53:51.935Z PASS [ 20.330s] (1650/3356) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
74482026-08-26T14:53:52.542Z PASS [ 25.253s] (1651/3356) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
74492026-08-26T14:53:53.427Z PASS [ 24.898s] (1652/3356) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
74502026-08-26T14:53:53.631Z PASS [ 20.450s] (1653/3356) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
74512026-08-26T14:53:53.950Z PASS [ 21.709s] (1654/3356) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
74522026-08-26T14:53:56.931Z PASS [ 19.543s] (1655/3356) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
74532026-08-26T14:53:57.585Z PASS [ 19.008s] (1656/3356) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
74542026-08-26T14:53:57.773Z PASS [ 18.623s] (1657/3356) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
74552026-08-26T14:53:57.931Z PASS [ 19.975s] (1658/3356) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
74562026-08-26T14:53:58.542Z PASS [ 20.296s] (1659/3356) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
74572026-08-26T14:53:58.773Z PASS [ 20.494s] (1660/3356) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
74582026-08-26T14:53:59.070Z PASS [ 25.455s] (1661/3356) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
74592026-08-26T14:53:59.150Z PASS [ 17.875s] (1662/3356) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
74602026-08-26T14:53:59.988Z PASS [ 17.083s] (1663/3356) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
74612026-08-26T14:54:00.430Z PASS [ 26.406s] (1664/3356) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
74622026-08-26T14:54:01.811Z PASS [ 25.145s] (1665/3356) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
74632026-08-26T14:54:01.911Z PASS [ 22.858s] (1666/3356) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
74642026-08-26T14:54:02.742Z PASS [ 22.137s] (1667/3356) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
74652026-08-26T14:54:03.202Z PASS [ 29.557s] (1668/3356) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
74662026-08-26T14:54:06.448Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
74672026-08-26T14:54:06.731Z PASS [ 23.618s] (1669/3356) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
74682026-08-26T14:54:09.850Z PASS [ 19.856s] (1670/3356) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
74692026-08-26T14:54:11.164Z PASS [ 19.228s] (1671/3356) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
74702026-08-26T14:54:11.577Z PASS [ 38.663s] (1672/3356) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
74712026-08-26T14:54:11.820Z PASS [ 23.360s] (1673/3356) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
74722026-08-26T14:54:13.368Z PASS [ 38.561s] (1674/3356) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
74732026-08-26T14:54:15.293Z PASS [ 22.752s] (1675/3356) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
74742026-08-26T14:54:15.729Z PASS [ 22.098s] (1676/3356) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
74752026-08-26T14:54:16.247Z PASS [ 22.297s] (1677/3356) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
74762026-08-26T14:54:18.297Z PASS [ 20.712s] (1678/3356) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
74772026-08-26T14:54:19.545Z PASS [ 21.003s] (1679/3356) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
74782026-08-26T14:54:19.789Z PASS [ 22.015s] (1680/3356) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
74792026-08-26T14:54:20.172Z PASS [ 21.022s] (1681/3356) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
74802026-08-26T14:54:20.950Z PASS [ 22.177s] (1682/3356) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
74812026-08-26T14:54:22.814Z PASS [ 22.825s] (1683/3356) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
74822026-08-26T14:54:23.089Z PASS [ 21.278s] (1684/3356) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
74832026-08-26T14:54:23.932Z PASS [ 51.169s] (1685/3356) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
74842026-08-26T14:54:23.946Z PASS [ 22.036s] (1686/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
74852026-08-26T14:54:24.926Z PASS [ 21.724s] (1687/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
74862026-08-26T14:54:28.554Z PASS [ 21.822s] (1688/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
74872026-08-26T14:54:29.206Z PASS [ 56.343s] (1689/3356) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
74882026-08-26T14:54:29.315Z PASS [ 56.209s] (1690/3356) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
74892026-08-26T14:54:29.444Z PASS [ 11.147s] (1691/3356) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
74902026-08-26T14:54:30.232Z PASS [ 10.687s] (1692/3356) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
74912026-08-26T14:54:31.094Z PASS [ 11.305s] (1693/3356) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
74922026-08-26T14:54:32.121Z PASS [ 20.301s] (1694/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
74932026-08-26T14:54:32.178Z PASS [ 0.057s] (1695/3356) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
74942026-08-26T14:54:32.944Z PASS [ 12.772s] (1696/3356) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
74952026-08-26T14:54:32.995Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74962026-08-26T14:54:33.162Z PASS [ 21.998s] (1697/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
74972026-08-26T14:54:33.288Z PASS [ 12.337s] (1698/3356) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
74982026-08-26T14:54:33.602Z PASS [ 20.234s] (1699/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
74992026-08-26T14:54:34.247Z PASS [ 18.000s] (1700/3356) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
75002026-08-26T14:54:34.482Z PASS [ 11.667s] (1701/3356) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75012026-08-26T14:54:34.559Z PASS [ 10.627s] (1702/3356) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75022026-08-26T14:54:34.636Z PASS [ 18.907s] (1703/3356) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75032026-08-26T14:54:36.569Z PASS [ 11.643s] (1704/3356) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75042026-08-26T14:54:42.766Z PASS [ 11.672s] (1705/3356) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
75052026-08-26T14:54:42.839Z PASS [ 27.545s] (1706/3356) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
75062026-08-26T14:54:45.334Z PASS [ 10.698s] (1707/3356) omicron-nexus app::sagas::test_saga::test_saga_stuck
75072026-08-26T14:54:49.916Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75082026-08-26T14:54:50.058Z PASS [ 13.488s] (1708/3356) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
75092026-08-26T14:54:50.467Z PASS [ 16.865s] (1709/3356) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
75102026-08-26T14:54:50.700Z PASS [ 17.412s] (1710/3356) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
75112026-08-26T14:54:50.924Z PASS [ 16.442s] (1711/3356) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
75122026-08-26T14:54:50.998Z PASS [ 16.751s] (1712/3356) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
75132026-08-26T14:54:51.450Z PASS [ 16.892s] (1713/3356) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
75142026-08-26T14:54:51.978Z PASS [ 52.907s] (1714/3356) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
75152026-08-26T14:54:53.335Z PASS [ 10.569s] (1715/3356) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
75162026-08-26T14:54:53.421Z PASS [ 10.582s] (1716/3356) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
75172026-08-26T14:54:53.429Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75182026-08-26T14:54:56.933Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75192026-08-26T14:54:56.964Z PASS [ 11.629s] (1717/3356) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
75202026-08-26T14:54:57.934Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
75212026-08-26T14:54:58.165Z PASS [ 35.076s] (1718/3356) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
75222026-08-26T14:54:59.016Z PASS [ 69.103s] (1719/3356) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
75232026-08-26T14:54:59.483Z PASS [ 35.536s] (1720/3356) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
75242026-08-26T14:54:59.496Z PASS [ 27.318s] (1721/3356) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
75252026-08-26T14:55:00.432Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
75262026-08-26T14:55:00.864Z PASS [ 31.658s] (1722/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
75272026-08-26T14:55:02.039Z PASS [ 59.296s] (1723/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
75282026-08-26T14:55:02.136Z PASS [ 11.137s] (1724/3356) omicron-nexus app::update::test::test_contact_support_healthy_system
75292026-08-26T14:55:02.385Z PASS [ 11.461s] (1725/3356) omicron-nexus app::update::test::test_contact_support_all_unhealthy
75302026-08-26T14:55:02.463Z PASS [ 0.078s] (1726/3356) omicron-nexus app::update::test::test_problems_all_unhealthy
75312026-08-26T14:55:02.475Z PASS [ 11.018s] (1727/3356) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
75322026-08-26T14:55:02.564Z PASS [ 0.101s] (1728/3356) omicron-nexus app::update::test::test_problems_healthy_system
75332026-08-26T14:55:02.589Z PASS [ 0.120s] (1729/3356) omicron-nexus app::update::test::test_problems_missing_sleds
75342026-08-26T14:55:02.644Z PASS [ 0.080s] (1730/3356) omicron-nexus app::update::test::test_problems_stale_inventory
75352026-08-26T14:55:02.676Z PASS [ 0.087s] (1731/3356) omicron-nexus app::update::test::test_problems_stuck_sagas
75362026-08-26T14:55:02.736Z PASS [ 0.092s] (1732/3356) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
75372026-08-26T14:55:02.756Z PASS [ 0.080s] (1733/3356) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
75382026-08-26T14:55:02.821Z PASS [ 0.084s] (1734/3356) omicron-nexus app::update::test::test_problems_stuck_update
75392026-08-26T14:55:02.880Z PASS [ 0.123s] (1735/3356) omicron-nexus app::update::test::test_problems_unhealthy_services
75402026-08-26T14:55:02.896Z PASS [ 0.075s] (1736/3356) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
75412026-08-26T14:55:02.961Z PASS [ 0.081s] (1737/3356) omicron-nexus app::update::test::test_problems_unhealthy_services_errors_only
75422026-08-26T14:55:02.974Z PASS [ 0.078s] (1738/3356) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
75432026-08-26T14:55:03.043Z PASS [ 0.082s] (1739/3356) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
75442026-08-26T14:55:03.050Z PASS [ 0.076s] (1740/3356) omicron-nexus app::update::test::test_problems_unhealthy_svcs_not_in_maintenace
75452026-08-26T14:55:03.127Z PASS [ 0.084s] (1741/3356) omicron-nexus app::update::test::test_problems_unhealthy_zpools
75462026-08-26T14:55:03.131Z PASS [ 0.079s] (1742/3356) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
75472026-08-26T14:55:03.188Z PASS [ 0.060s] (1743/3356) omicron-nexus external_api::console_api::test::test_accept_gz
75482026-08-26T14:55:03.253Z PASS [ 0.065s] (1744/3356) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
75492026-08-26T14:55:03.295Z PASS [ 13.237s] (1745/3356) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
75502026-08-26T14:55:03.317Z PASS [ 0.064s] (1746/3356) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
75512026-08-26T14:55:03.350Z PASS [ 0.055s] (1747/3356) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
75522026-08-26T14:55:03.360Z PASS [ 11.383s] (1748/3356) omicron-nexus app::update::test::test_contact_support_missing_sleds
75532026-08-26T14:55:03.371Z PASS [ 0.054s] (1749/3356) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
75542026-08-26T14:55:03.407Z PASS [ 0.057s] (1750/3356) omicron-nexus external_api::console_api::test::test_find_file_finds_file
75552026-08-26T14:55:03.418Z PASS [ 0.057s] (1751/3356) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
75562026-08-26T14:55:03.427Z PASS [ 0.056s] (1752/3356) omicron-nexus external_api::console_api::test::test_relative_uri
75572026-08-26T14:55:03.998Z PASS [ 13.531s] (1753/3356) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
75582026-08-26T14:55:04.042Z PASS [ 13.341s] (1754/3356) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
75592026-08-26T14:55:04.940Z PASS [ 11.605s] (1755/3356) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
75602026-08-26T14:55:05.351Z PASS [ 2.223s] (1756/3356) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
75612026-08-26T14:55:05.381Z PASS [ 11.960s] (1757/3356) omicron-nexus app::update::test::test_contact_support_only_propolis_services
75622026-08-26T14:55:06.449Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
75632026-08-26T14:55:08.668Z PASS [ 11.703s] (1758/3356) omicron-nexus app::update::test::test_contact_support_services_errors_only
75642026-08-26T14:55:09.759Z PASS [ 11.594s] (1759/3356) omicron-nexus app::update::test::test_contact_support_stuck_saga
75652026-08-26T14:55:09.852Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
75662026-08-26T14:55:10.797Z PASS [ 11.780s] (1760/3356) omicron-nexus app::update::test::test_contact_support_stuck_update
75672026-08-26T14:55:10.828Z PASS [ 11.344s] (1761/3356) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
75682026-08-26T14:55:11.578Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
75692026-08-26T14:55:11.913Z PASS [ 12.417s] (1762/3356) omicron-nexus app::update::test::test_contact_support_unhealthy_svcs_not_in_maintenace
75702026-08-26T14:55:13.029Z PASS [ 12.165s] (1763/3356) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
75712026-08-26T14:55:13.619Z PASS [ 11.580s] (1764/3356) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
75722026-08-26T14:55:14.002Z PASS [ 11.866s] (1765/3356) omicron-nexus app::update::test::test_contact_support_update_in_progress
75732026-08-26T14:55:15.277Z PASS [ 11.849s] (1766/3356) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
75742026-08-26T14:55:16.339Z PASS [ 43.177s] (1767/3356) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
75752026-08-26T14:55:17.281Z PASS [ 13.863s] (1768/3356) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
75762026-08-26T14:55:21.843Z PASS [ 53.290s] (1769/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
75772026-08-26T14:55:21.881Z PASS [ 16.530s] (1770/3356) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
75782026-08-26T14:55:22.865Z PASS [ 18.867s] (1771/3356) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
75792026-08-26T14:55:23.239Z PASS [ 19.197s] (1772/3356) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
75802026-08-26T14:55:23.450Z PASS [ 0.584s] (1773/3356) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
75812026-08-26T14:55:23.917Z PASS [ 18.536s] (1774/3356) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
75822026-08-26T14:55:24.229Z PASS [ 2.347s] (1775/3356) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
75832026-08-26T14:55:24.234Z PASS [ 2.391s] (1776/3356) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
75842026-08-26T14:55:25.141Z PASS [ 14.313s] (1777/3356) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
75852026-08-26T14:55:26.057Z PASS [ 13.028s] (1778/3356) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
75862026-08-26T14:55:26.205Z PASS [ 17.538s] (1779/3356) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
75872026-08-26T14:55:26.419Z PASS [ 14.506s] (1780/3356) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
75882026-08-26T14:55:26.913Z PASS [ 16.117s] (1781/3356) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
75892026-08-26T14:55:28.168Z PASS [ 91.236s] (1782/3356) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
75902026-08-26T14:55:28.680Z PASS [ 11.399s] (1783/3356) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
75912026-08-26T14:55:29.317Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
75922026-08-26T14:55:29.446Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
75932026-08-26T14:55:30.235Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
75942026-08-26T14:55:31.096Z PASS [ 26.155s] (1784/3356) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
75952026-08-26T14:55:31.547Z PASS [ 98.120s] (1785/3356) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
75962026-08-26T14:55:32.233Z PASS [ 62.919s] (1786/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
75972026-08-26T14:55:32.608Z PASS [ 17.330s] (1787/3356) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
75982026-08-26T14:55:32.946Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
75992026-08-26T14:55:32.996Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76002026-08-26T14:55:33.691Z PASS [ 83.841s] (1788/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76012026-08-26T14:55:34.122Z PASS [ 64.678s] (1789/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76022026-08-26T14:55:34.261Z PASS [ 17.921s] (1790/3356) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
76032026-08-26T14:55:35.028Z PASS [ 83.452s] (1791/3356) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76042026-08-26T14:55:36.141Z PASS [ 12.902s] (1792/3356) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76052026-08-26T14:55:36.160Z PASS [ 11.932s] (1793/3356) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
76062026-08-26T14:55:36.231Z PASS [ 11.090s] (1794/3356) omicron-nexus::test_all integration_tests::basic::test_basic_failures
76072026-08-26T14:55:36.560Z PASS [ 13.110s] (1795/3356) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76082026-08-26T14:55:36.564Z PASS [ 26.802s] (1796/3356) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
76092026-08-26T14:55:36.822Z PASS [ 12.905s] (1797/3356) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
76102026-08-26T14:55:36.830Z PASS [ 12.595s] (1798/3356) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
76112026-08-26T14:55:36.866Z PASS [ 0.305s] (1799/3356) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
76122026-08-26T14:55:37.290Z PASS [ 11.084s] (1800/3356) omicron-nexus::test_all integration_tests::basic::test_ping
76132026-08-26T14:55:37.738Z PASS [ 1.507s] (1801/3356) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
76142026-08-26T14:55:37.757Z PASS [ 64.812s] (1802/3356) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
76152026-08-26T14:55:38.419Z PASS [ 1.859s] (1803/3356) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
76162026-08-26T14:55:40.178Z PASS [ 99.747s] (1804/3356) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76172026-08-26T14:55:40.453Z PASS [ 12.285s] (1805/3356) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
76182026-08-26T14:55:40.633Z PASS [ 11.953s] (1806/3356) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
76192026-08-26T14:55:42.897Z PASS [ 11.802s] (1807/3356) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
76202026-08-26T14:55:43.945Z PASS [ 12.398s] (1808/3356) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
76212026-08-26T14:55:44.378Z PASS [ 12.144s] (1809/3356) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
76222026-08-26T14:55:45.212Z PASS [ 12.604s] (1810/3356) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
76232026-08-26T14:55:46.299Z PASS [ 12.178s] (1811/3356) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
76242026-08-26T14:55:46.772Z PASS [ 20.353s] (1812/3356) omicron-nexus::test_all integration_tests::basic::test_projects_basic
76252026-08-26T14:55:47.037Z PASS [ 12.009s] (1813/3356) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
76262026-08-26T14:55:47.500Z PASS [ 13.809s] (1814/3356) omicron-nexus::test_all integration_tests::certificates::test_crud
76272026-08-26T14:55:47.546Z PASS [ 33.544s] (1815/3356) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
76282026-08-26T14:55:48.290Z PASS [ 12.129s] (1816/3356) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
76292026-08-26T14:55:48.676Z PASS [ 11.806s] (1817/3356) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
76302026-08-26T14:55:48.772Z PASS [ 78.539s] (1818/3356) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
76312026-08-26T14:55:48.915Z PASS [ 22.857s] (1819/3356) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
76322026-08-26T14:55:48.942Z PASS [ 12.794s] (1820/3356) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
76332026-08-26T14:55:48.978Z PASS [ 12.155s] (1821/3356) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
76342026-08-26T14:55:49.166Z PASS [ 12.325s] (1822/3356) omicron-nexus::test_all integration_tests::console_api::test_assets
76352026-08-26T14:55:49.494Z PASS [ 11.731s] (1823/3356) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
76362026-08-26T14:55:51.120Z PASS [ 24.202s] (1824/3356) omicron-nexus::test_all integration_tests::basic::test_projects_list
76372026-08-26T14:55:51.625Z PASS [ 48.216s] (1825/3356) omicron-nexus populate::test::test_populators
76382026-08-26T14:55:52.141Z PASS [ 11.688s] (1826/3356) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
76392026-08-26T14:55:52.431Z PASS [ 14.011s] (1827/3356) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
76402026-08-26T14:55:53.277Z PASS [ 13.086s] (1828/3356) omicron-nexus::test_all integration_tests::console_api::test_session_me
76412026-08-26T14:55:53.515Z PASS [ 16.211s] (1829/3356) omicron-nexus::test_all integration_tests::console_api::test_console_pages
76422026-08-26T14:55:53.926Z PASS [ 19.661s] (1830/3356) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
76432026-08-26T14:55:54.486Z PASS [ 11.587s] (1831/3356) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
76442026-08-26T14:55:54.551Z PASS [ 16.812s] (1832/3356) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
76452026-08-26T14:55:57.935Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76462026-08-26T14:55:57.973Z PASS [ 17.325s] (1833/3356) omicron-nexus::test_all integration_tests::console_api::test_sessions
76472026-08-26T14:55:59.889Z PASS [ 353.452s] (1834/3356) oximeter-db client::tests::test_replicated
76482026-08-26T14:56:01.523Z PASS [ 1.630s] (1835/3356) omicron-clickhouse-admin context::tests::test_database_usage
76492026-08-26T14:56:01.546Z PASS [ 0.028s] (1836/3356) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
76502026-08-26T14:56:01.591Z PASS [ 0.030s] (1837/3356) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
76512026-08-26T14:56:01.607Z PASS [ 0.029s] (1838/3356) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
76522026-08-26T14:56:01.630Z PASS [ 0.026s] (1839/3356) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
76532026-08-26T14:56:01.657Z PASS [ 0.027s] (1840/3356) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
76542026-08-26T14:56:02.727Z PASS [ 1.069s] (1841/3356) omicron-clickhouse-admin context::tests::test_retention_policy
76552026-08-26T14:56:03.278Z PASS [ 0.551s] (1842/3356) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
76562026-08-26T14:56:03.454Z PASS [ 0.176s] (1843/3356) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
76572026-08-26T14:56:03.660Z PASS [ 0.206s] (1844/3356) omicron-clickhouse-admin::integration_test test_lgif_parsing
76582026-08-26T14:56:03.858Z PASS [ 0.197s] (1845/3356) omicron-clickhouse-admin::integration_test test_raft_config_parsing
76592026-08-26T14:56:04.038Z PASS [ 0.181s] (1846/3356) omicron-clickhouse-admin::integration_test test_teardown
76602026-08-26T14:56:04.094Z PASS [ 0.054s] (1847/3356) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
76612026-08-26T14:56:04.900Z PASS [ 11.636s] (1848/3356) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
76622026-08-26T14:56:05.653Z PASS [ 11.103s] (1849/3356) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
76632026-08-26T14:56:05.773Z PASS [ 11.851s] (1850/3356) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
76642026-08-26T14:56:05.914Z PASS [ 11.428s] (1851/3356) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
76652026-08-26T14:56:08.921Z PASS [ 130.989s] (1852/3356) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76662026-08-26T14:56:09.990Z PASS [ 23.690s] (1853/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
76672026-08-26T14:56:11.197Z PASS [ 26.818s] (1854/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
76682026-08-26T14:56:11.843Z PASS [ 13.885s] (1855/3356) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
76692026-08-26T14:56:12.632Z PASS [ 19.131s] (1856/3356) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
76702026-08-26T14:56:13.537Z PASS [ 7.875s] (1857/3356) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
76712026-08-26T14:56:13.622Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
76722026-08-26T14:56:16.697Z PASS [ 32.752s] (1858/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
76732026-08-26T14:56:17.747Z PASS [ 12.846s] (1859/3356) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
76742026-08-26T14:56:17.852Z PASS [ 12.079s] (1860/3356) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
76752026-08-26T14:56:23.269Z PASS [ 31.981s] (1861/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
76762026-08-26T14:56:27.298Z PASS [ 35.674s] (1862/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
76772026-08-26T14:56:32.998Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76782026-08-26T14:56:36.825Z PASS [ 30.911s] (1863/3356) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
76792026-08-26T14:56:38.194Z PASS [ 24.665s] (1864/3356) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
76802026-08-26T14:56:39.871Z PASS [ 86.251s] (1865/3356) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
76812026-08-26T14:56:41.041Z PASS [ 55.829s] (1866/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
76822026-08-26T14:56:43.368Z PASS [ 33.378s] (1867/3356) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
76832026-08-26T14:56:45.421Z PASS [ 34.225s] (1868/3356) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
76842026-08-26T14:56:46.037Z PASS [ 57.101s] (1869/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
76852026-08-26T14:56:46.776Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
76862026-08-26T14:56:47.041Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
76872026-08-26T14:56:47.502Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
76882026-08-26T14:56:47.548Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
76892026-08-26T14:56:48.293Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
76902026-08-26T14:56:48.395Z PASS [ 55.963s] (1870/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
76912026-08-26T14:56:48.775Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
76922026-08-26T14:56:48.883Z PASS [ 39.962s] (1871/3356) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
76932026-08-26T14:56:48.916Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
76942026-08-26T14:56:48.980Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
76952026-08-26T14:56:49.158Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
76962026-08-26T14:56:49.491Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
76972026-08-26T14:56:50.834Z PASS [ 61.919s] (1872/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
76982026-08-26T14:56:51.117Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
76992026-08-26T14:56:52.144Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77002026-08-26T14:56:55.336Z PASS [ 14.295s] (1873/3356) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
77012026-08-26T14:56:56.653Z PASS [ 38.906s] (1874/3356) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77022026-08-26T14:56:57.782Z PASS [ 66.666s] (1875/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
77032026-08-26T14:56:59.395Z PASS [ 16.027s] (1876/3356) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
77042026-08-26T14:57:00.039Z PASS [ 39.385s] (1877/3356) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
77052026-08-26T14:57:01.848Z PASS [ 74.811s] (1878/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
77062026-08-26T14:57:01.904Z PASS [ 15.867s] (1879/3356) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
77072026-08-26T14:57:02.068Z PASS [ 72.579s] (1880/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
77082026-08-26T14:57:04.095Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
77092026-08-26T14:57:04.576Z PASS [ 60.473s] (1881/3356) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
77102026-08-26T14:57:04.952Z PASS [ 76.661s] (1882/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
77112026-08-26T14:57:06.250Z PASS [ 79.478s] (1883/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77122026-08-26T14:57:06.968Z PASS [ 79.422s] (1884/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77132026-08-26T14:57:07.247Z PASS [ 30.423s] (1885/3356) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
77142026-08-26T14:57:08.003Z PASS [ 3.438s] (1886/3356) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
77152026-08-26T14:57:08.745Z PASS [ 56.902s] (1887/3356) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
77162026-08-26T14:57:09.145Z PASS [ 81.643s] (1888/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77172026-08-26T14:57:09.217Z PASS [ 51.366s] (1889/3356) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
77182026-08-26T14:57:09.553Z PASS [ 56.920s] (1890/3356) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
77192026-08-26T14:57:10.017Z PASS [ 81.245s] (1891/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
77202026-08-26T14:57:11.132Z PASS [ 25.710s] (1892/3356) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
77212026-08-26T14:57:13.910Z PASS [ 57.213s] (1893/3356) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
77222026-08-26T14:57:14.621Z PASS [ 36.427s] (1894/3356) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
77232026-08-26T14:57:14.749Z PASS [ 26.355s] (1895/3356) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
77242026-08-26T14:57:15.148Z PASS [ 47.850s] (1896/3356) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
77252026-08-26T14:57:16.820Z PASS [ 27.937s] (1897/3356) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
77262026-08-26T14:57:19.972Z PASS [ 11.969s] (1898/3356) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
77272026-08-26T14:57:20.818Z PASS [ 88.677s] (1899/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77282026-08-26T14:57:21.772Z PASS [ 19.868s] (1900/3356) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
77292026-08-26T14:57:22.878Z PASS [ 25.040s] (1901/3356) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
77302026-08-26T14:57:22.975Z PASS [ 27.566s] (1902/3356) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
77312026-08-26T14:57:23.472Z PASS [ 13.455s] (1903/3356) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
77322026-08-26T14:57:23.757Z PASS [ 43.886s] (1904/3356) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
77332026-08-26T14:57:25.194Z PASS [ 14.060s] (1905/3356) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
77342026-08-26T14:57:25.707Z PASS [ 18.412s] (1906/3356) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
77352026-08-26T14:57:27.617Z PASS [ 36.783s] (1907/3356) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
77362026-08-26T14:57:27.805Z PASS [ 13.056s] (1908/3356) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
77372026-08-26T14:57:27.854Z PASS [ 13.233s] (1909/3356) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
77382026-08-26T14:57:29.160Z PASS [ 14.012s] (1910/3356) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
77392026-08-26T14:57:29.677Z PASS [ 15.766s] (1911/3356) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
77402026-08-26T14:57:30.012Z PASS [ 23.762s] (1912/3356) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
77412026-08-26T14:57:31.169Z PASS [ 14.349s] (1913/3356) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
77422026-08-26T14:57:31.982Z PASS [ 22.839s] (1914/3356) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
77432026-08-26T14:57:32.998Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77442026-08-26T14:57:33.566Z PASS [ 31.498s] (1915/3356) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
77452026-08-26T14:57:33.768Z PASS [ 13.795s] (1916/3356) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
77462026-08-26T14:57:34.393Z PASS [ 24.841s] (1917/3356) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
77472026-08-26T14:57:36.330Z PASS [ 107.353s] (1918/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77482026-08-26T14:57:37.289Z PASS [ 16.469s] (1919/3356) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
77492026-08-26T14:57:38.404Z PASS [ 16.632s] (1920/3356) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
77502026-08-26T14:57:39.440Z PASS [ 16.617s] (1921/3356) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
77512026-08-26T14:57:40.116Z PASS [ 40.075s] (1922/3356) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
77522026-08-26T14:57:40.401Z PASS [ 38.552s] (1923/3356) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
77532026-08-26T14:57:40.895Z PASS [ 17.993s] (1924/3356) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
77542026-08-26T14:57:41.629Z PASS [ 15.969s] (1925/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
77552026-08-26T14:57:43.741Z PASS [ 14.581s] (1926/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
77562026-08-26T14:57:44.063Z PASS [ 34.845s] (1927/3356) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
77572026-08-26T14:57:44.298Z PASS [ 14.621s] (1928/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
77582026-08-26T14:57:44.618Z PASS [ 16.812s] (1929/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
77592026-08-26T14:57:44.979Z PASS [ 14.966s] (1930/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
77602026-08-26T14:57:45.293Z PASS [ 45.898s] (1931/3356) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
77612026-08-26T14:57:45.600Z PASS [ 22.127s] (1932/3356) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
77622026-08-26T14:57:46.032Z PASS [ 49.378s] (1933/3356) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
77632026-08-26T14:57:46.049Z PASS [ 14.881s] (1934/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
77642026-08-26T14:57:47.559Z PASS [ 13.790s] (1935/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
77652026-08-26T14:57:48.874Z PASS [ 21.257s] (1936/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
77662026-08-26T14:57:49.064Z PASS [ 17.082s] (1937/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
77672026-08-26T14:57:49.159Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77682026-08-26T14:57:49.828Z PASS [ 21.974s] (1938/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
77692026-08-26T14:57:50.032Z PASS [ 15.637s] (1939/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
77702026-08-26T14:57:50.042Z PASS [ 16.476s] (1940/3356) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
77712026-08-26T14:57:51.042Z PASS [ 44.074s] (1941/3356) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
77722026-08-26T14:57:53.760Z PASS [ 48.808s] (1942/3356) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
77732026-08-26T14:57:55.598Z PASS [ 13.969s] (1943/3356) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
77742026-08-26T14:57:55.682Z PASS [ 46.937s] (1944/3356) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
77752026-08-26T14:57:56.087Z PASS [ 32.330s] (1945/3356) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
77762026-08-26T14:57:56.615Z PASS [ 31.421s] (1946/3356) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
77772026-08-26T14:57:56.938Z PASS [ 16.043s] (1947/3356) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
77782026-08-26T14:57:57.165Z PASS [ 16.764s] (1948/3356) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
77792026-08-26T14:57:57.873Z PASS [ 18.435s] (1949/3356) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
77802026-08-26T14:57:58.628Z PASS [ 14.887s] (1950/3356) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
77812026-08-26T14:57:58.938Z PASS [ 21.651s] (1951/3356) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
77822026-08-26T14:58:00.437Z PASS [ 20.322s] (1952/3356) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
77832026-08-26T14:58:01.374Z PASS [ 25.044s] (1953/3356) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
77842026-08-26T14:58:01.771Z PASS [ 17.708s] (1954/3356) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
77852026-08-26T14:58:03.070Z PASS [ 6.131s] (1955/3356) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
77862026-08-26T14:58:03.220Z PASS [ 6.606s] (1956/3356) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
77872026-08-26T14:58:03.319Z PASS [ 19.020s] (1957/3356) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
77882026-08-26T14:58:03.823Z PASS [ 18.843s] (1958/3356) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
77892026-08-26T14:58:05.345Z PASS [ 9.258s] (1959/3356) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
77902026-08-26T14:58:05.547Z PASS [ 20.930s] (1960/3356) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
77912026-08-26T14:58:06.903Z PASS [ 9.738s] (1961/3356) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
77922026-08-26T14:58:10.092Z PASS [ 24.799s] (1962/3356) omicron-nexus::test_all integration_tests::images::test_image_create
77932026-08-26T14:58:10.638Z PASS [ 21.764s] (1963/3356) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
77942026-08-26T14:58:11.479Z PASS [ 23.920s] (1964/3356) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
77952026-08-26T14:58:12.286Z PASS [ 22.458s] (1965/3356) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
77962026-08-26T14:58:12.825Z PASS [ 23.760s] (1966/3356) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
77972026-08-26T14:58:13.269Z PASS [ 15.394s] (1967/3356) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
77982026-08-26T14:58:13.443Z PASS [ 23.401s] (1968/3356) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
77992026-08-26T14:58:14.162Z PASS [ 18.478s] (1969/3356) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
78002026-08-26T14:58:14.605Z PASS [ 15.975s] (1970/3356) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
78012026-08-26T14:58:14.954Z PASS [ 24.924s] (1971/3356) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
78022026-08-26T14:58:15.461Z PASS [ 24.418s] (1972/3356) omicron-nexus::test_all integration_tests::images::test_silo_image_create
78032026-08-26T14:58:15.570Z PASS [ 29.521s] (1973/3356) omicron-nexus::test_all integration_tests::images::test_image_promotion
78042026-08-26T14:58:16.138Z PASS [ 20.537s] (1974/3356) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
78052026-08-26T14:58:16.546Z PASS [ 22.786s] (1975/3356) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
78062026-08-26T14:58:18.130Z PASS [ 14.307s] (1976/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
78072026-08-26T14:58:19.593Z PASS [ 18.219s] (1977/3356) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
78082026-08-26T14:58:19.953Z PASS [ 14.555s] (1978/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
78092026-08-26T14:58:20.065Z PASS [ 150.878s] (1979/3356) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78102026-08-26T14:58:21.364Z PASS [ 35.759s] (1980/3356) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
78112026-08-26T14:58:23.403Z PASS [ 20.333s] (1981/3356) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
78122026-08-26T14:58:24.040Z PASS [ 23.602s] (1982/3356) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
78132026-08-26T14:58:25.151Z PASS [ 23.379s] (1983/3356) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
78142026-08-26T14:58:25.287Z PASS [ 46.882s] (1984/3356) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
78152026-08-26T14:58:25.816Z PASS [ 15.723s] (1985/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
78162026-08-26T14:58:27.592Z PASS [ 22.044s] (1986/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
78172026-08-26T14:58:29.155Z PASS [ 17.675s] (1987/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
78182026-08-26T14:58:29.730Z PASS [ 17.443s] (1988/3356) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
78192026-08-26T14:58:31.801Z PASS [ 17.639s] (1989/3356) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
78202026-08-26T14:58:31.870Z PASS [ 28.640s] (1990/3356) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
78212026-08-26T14:58:33.000Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78222026-08-26T14:58:33.318Z PASS [ 26.405s] (1991/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
78232026-08-26T14:58:33.380Z PASS [ 18.763s] (1992/3356) omicron-nexus::test_all integration_tests::instances::test_instance_access
78242026-08-26T14:58:33.844Z PASS [ 30.495s] (1993/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
78252026-08-26T14:58:34.104Z PASS [ 48.057s] (1994/3356) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
78262026-08-26T14:58:36.201Z PASS [ 21.239s] (1995/3356) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
78272026-08-26T14:58:36.980Z PASS [ 26.340s] (1996/3356) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
78282026-08-26T14:58:38.667Z PASS [ 18.766s] (1997/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
78292026-08-26T14:58:39.201Z PASS [ 22.655s] (1998/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
78302026-08-26T14:58:40.267Z PASS [ 22.137s] (1999/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
78312026-08-26T14:58:40.442Z PASS [ 41.504s] (2000/3356) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
78322026-08-26T14:58:40.759Z PASS [ 20.725s] (2001/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
78332026-08-26T14:58:41.147Z PASS [ 25.687s] (2002/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
78342026-08-26T14:58:41.283Z PASS [ 15.996s] (2003/3356) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
78352026-08-26T14:58:42.643Z PASS [ 17.492s] (2004/3356) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
78362026-08-26T14:58:42.715Z PASS [ 26.579s] (2005/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
78372026-08-26T14:58:43.497Z PASS [ 27.927s] (2006/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
78382026-08-26T14:58:45.543Z PASS [ 25.949s] (2007/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
78392026-08-26T14:58:46.863Z PASS [ 21.047s] (2008/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
78402026-08-26T14:58:47.907Z PASS [ 26.547s] (2009/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
78412026-08-26T14:58:48.377Z PASS [ 34.933s] (2010/3356) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
78422026-08-26T14:58:49.329Z PASS [ 25.925s] (2011/3356) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
78432026-08-26T14:58:51.056Z PASS [ 23.464s] (2012/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
78442026-08-26T14:58:51.096Z PASS [ 21.940s] (2013/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
78452026-08-26T14:58:53.098Z PASS [ 21.297s] (2014/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
78462026-08-26T14:58:53.305Z PASS [ 21.437s] (2015/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
78472026-08-26T14:58:54.068Z PASS [ 12.785s] (2016/3356) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
78482026-08-26T14:58:54.113Z PASS [ 24.383s] (2017/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
78492026-08-26T14:58:54.494Z PASS [ 13.734s] (2018/3356) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
78502026-08-26T14:58:55.113Z PASS [ 13.965s] (2019/3356) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
78512026-08-26T14:58:57.112Z PASS [ 33.072s] (2020/3356) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
78522026-08-26T14:58:57.248Z PASS [ 14.603s] (2021/3356) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
78532026-08-26T14:58:59.389Z PASS [ 25.575s] (2022/3356) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
78542026-08-26T14:58:59.511Z PASS [ 19.068s] (2023/3356) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
78552026-08-26T14:59:00.764Z PASS [ 20.496s] (2024/3356) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
78562026-08-26T14:59:01.941Z PASS [ 27.851s] (2025/3356) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
78572026-08-26T14:59:02.428Z PASS [ 26.234s] (2026/3356) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
78582026-08-26T14:59:02.943Z PASS [ 17.400s] (2027/3356) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
78592026-08-26T14:59:03.574Z PASS [ 26.594s] (2028/3356) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
78602026-08-26T14:59:04.391Z PASS [ 25.189s] (2029/3356) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
78612026-08-26T14:59:06.861Z PASS [ 15.765s] (2030/3356) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
78622026-08-26T14:59:06.962Z PASS [ 28.294s] (2031/3356) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
78632026-08-26T14:59:07.151Z PASS [ 13.038s] (2032/3356) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
78642026-08-26T14:59:07.738Z PASS [ 18.410s] (2033/3356) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
78652026-08-26T14:59:10.634Z PASS [ 37.266s] (2034/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
78662026-08-26T14:59:10.675Z PASS [ 11.164s] (2035/3356) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
78672026-08-26T14:59:11.392Z PASS [ 18.094s] (2036/3356) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
78682026-08-26T14:59:11.944Z PASS [ 17.873s] (2037/3356) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
78692026-08-26T14:59:12.556Z PASS [ 19.455s] (2038/3356) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
78702026-08-26T14:59:12.826Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
78712026-08-26T14:59:12.998Z PASS [ 18.503s] (2039/3356) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
78722026-08-26T14:59:13.090Z PASS [ 24.713s] (2040/3356) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
78732026-08-26T14:59:13.269Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
78742026-08-26T14:59:14.013Z PASS [ 18.900s] (2041/3356) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
78752026-08-26T14:59:14.064Z PASS [ 26.158s] (2042/3356) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
78762026-08-26T14:59:15.195Z PASS [ 14.432s] (2043/3356) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
78772026-08-26T14:59:15.396Z PASS [ 32.681s] (2044/3356) omicron-nexus::test_all integration_tests::instances::test_instance_serial
78782026-08-26T14:59:15.443Z PASS [ 13.502s] (2045/3356) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
78792026-08-26T14:59:15.552Z PASS [ 11.161s] (2046/3356) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
78802026-08-26T14:59:15.664Z PASS [ 18.388s] (2047/3356) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
78812026-08-26T14:59:16.265Z PASS [ 13.837s] (2048/3356) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
78822026-08-26T14:59:16.953Z PASS [ 30.089s] (2049/3356) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
78832026-08-26T14:59:17.379Z PASS [ 64.111s] (2050/3356) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
78842026-08-26T14:59:20.465Z PASS [ 21.076s] (2051/3356) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
78852026-08-26T14:59:23.316Z PASS [ 39.819s] (2052/3356) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
78862026-08-26T14:59:23.866Z PASS [ 11.924s] (2053/3356) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
78872026-08-26T14:59:25.661Z PASS [ 22.718s] (2054/3356) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
78882026-08-26T14:59:25.985Z PASS [ 73.161s] (2055/3356) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
78892026-08-26T14:59:26.049Z PASS [ 13.496s] (2056/3356) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
78902026-08-26T14:59:26.275Z PASS [ 22.702s] (2057/3356) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
78912026-08-26T14:59:27.106Z PASS [ 16.430s] (2058/3356) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
78922026-08-26T14:59:27.188Z PASS [ 30.076s] (2059/3356) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
78932026-08-26T14:59:28.340Z PASS [ 13.144s] (2060/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
78942026-08-26T14:59:28.707Z PASS [ 21.556s] (2061/3356) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
78952026-08-26T14:59:28.758Z PASS [ 14.694s] (2062/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
78962026-08-26T14:59:28.921Z PASS [ 17.526s] (2063/3356) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
78972026-08-26T14:59:29.000Z PASS [ 13.555s] (2064/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
78982026-08-26T14:59:29.093Z PASS [ 16.096s] (2065/3356) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
78992026-08-26T14:59:29.262Z PASS [ 22.301s] (2066/3356) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
79002026-08-26T14:59:29.281Z PASS [ 13.729s] (2067/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
79012026-08-26T14:59:30.054Z PASS [ 14.658s] (2068/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
79022026-08-26T14:59:30.142Z PASS [ 12.761s] (2069/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
79032026-08-26T14:59:30.436Z PASS [ 57.126s] (2070/3356) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
79042026-08-26T14:59:30.479Z PASS [ 14.844s] (2071/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
79052026-08-26T14:59:31.540Z PASS [ 15.275s] (2072/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_includes_non_discoverable
79062026-08-26T14:59:31.546Z PASS [ 17.533s] (2073/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
79072026-08-26T14:59:31.851Z PASS [ 24.112s] (2074/3356) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
79082026-08-26T14:59:32.267Z PASS [ 21.633s] (2075/3356) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
79092026-08-26T14:59:32.849Z PASS [ 25.988s] (2076/3356) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
79102026-08-26T14:59:33.006Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79112026-08-26T14:59:34.526Z PASS [ 21.435s] (2077/3356) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
79122026-08-26T14:59:37.242Z PASS [ 20.290s] (2078/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
79132026-08-26T14:59:37.534Z PASS [ 17.069s] (2079/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
79142026-08-26T14:59:37.644Z PASS [ 13.778s] (2080/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
79152026-08-26T14:59:38.509Z PASS [ 12.848s] (2081/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
79162026-08-26T14:59:39.822Z PASS [ 13.836s] (2082/3356) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
79172026-08-26T14:59:42.187Z PASS [ 16.137s] (2083/3356) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
79182026-08-26T14:59:42.591Z PASS [ 16.316s] (2084/3356) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
79192026-08-26T14:59:45.218Z PASS [ 16.218s] (2085/3356) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
79202026-08-26T14:59:45.681Z PASS [ 16.586s] (2086/3356) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
79212026-08-26T14:59:46.203Z PASS [ 22.884s] (2087/3356) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
79222026-08-26T14:59:46.301Z PASS [ 17.543s] (2088/3356) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
79232026-08-26T14:59:47.222Z PASS [ 20.034s] (2089/3356) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
79242026-08-26T14:59:47.527Z PASS [ 18.246s] (2090/3356) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
79252026-08-26T14:59:50.753Z PASS [ 23.639s] (2091/3356) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
79262026-08-26T14:59:51.060Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
79272026-08-26T14:59:53.317Z PASS [ 24.976s] (2092/3356) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
79282026-08-26T14:59:55.499Z PASS [ 23.647s] (2093/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
79292026-08-26T14:59:55.689Z PASS [ 25.249s] (2094/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
79302026-08-26T14:59:55.789Z PASS [ 10.571s] (2095/3356) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
79312026-08-26T14:59:56.310Z PASS [ 13.717s] (2096/3356) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
79322026-08-26T14:59:56.900Z PASS [ 14.713s] (2097/3356) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
79332026-08-26T14:59:57.631Z PASS [ 28.713s] (2098/3356) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
79342026-08-26T14:59:58.140Z PASS [ 12.460s] (2099/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion
79352026-08-26T14:59:59.210Z PASS [ 13.010s] (2100/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
79362026-08-26T14:59:59.257Z PASS [ 12.956s] (2101/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
79372026-08-26T15:00:01.662Z PASS [ 24.413s] (2102/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
79382026-08-26T15:00:06.072Z PASS [ 31.545s] (2103/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
79392026-08-26T15:00:06.503Z PASS [ 36.362s] (2104/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
79402026-08-26T15:00:06.693Z PASS [ 36.215s] (2105/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
79412026-08-26T15:00:07.713Z PASS [ 11.404s] (2106/3356) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
79422026-08-26T15:00:08.836Z PASS [ 13.046s] (2107/3356) omicron-nexus::test_all integration_tests::projects::test_projects
79432026-08-26T15:00:09.105Z PASS [ 15.789s] (2108/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
79442026-08-26T15:00:09.401Z PASS [ 40.119s] (2109/3356) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
79452026-08-26T15:00:10.096Z PASS [ 10.870s] (2110/3356) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
79462026-08-26T15:00:10.120Z PASS [ 10.861s] (2111/3356) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
79472026-08-26T15:00:10.834Z PASS [ 13.935s] (2112/3356) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
79482026-08-26T15:00:10.981Z PASS [ 15.297s] (2113/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
79492026-08-26T15:00:11.094Z PASS [ 0.113s] (2114/3356) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
79502026-08-26T15:00:11.269Z PASS [ 0.175s] (2115/3356) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
79512026-08-26T15:00:11.273Z PASS [ 13.642s] (2116/3356) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
79522026-08-26T15:00:11.478Z PASS [ 0.205s] (2117/3356) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
79532026-08-26T15:00:11.550Z PASS [ 0.281s] (2118/3356) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
79542026-08-26T15:00:11.595Z PASS [ 0.115s] (2119/3356) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
79552026-08-26T15:00:11.758Z PASS [ 43.051s] (2120/3356) omicron-nexus::test_all integration_tests::metrics::test_metrics
79562026-08-26T15:00:12.394Z PASS [ 39.544s] (2121/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
79572026-08-26T15:00:13.716Z PASS [ 12.060s] (2122/3356) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
79582026-08-26T15:00:13.896Z PASS [ 43.841s] (2123/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
79592026-08-26T15:00:16.505Z PASS [ 44.964s] (2124/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
79602026-08-26T15:00:16.613Z PASS [ 0.108s] (2125/3356) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
79612026-08-26T15:00:17.334Z PASS [ 29.824s] (2126/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
79622026-08-26T15:00:17.831Z PASS [ 40.297s] (2127/3356) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
79632026-08-26T15:00:17.991Z PASS [ 0.159s] (2128/3356) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
79642026-08-26T15:00:18.102Z PASS [ 0.109s] (2129/3356) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
79652026-08-26T15:00:18.170Z PASS [ 11.667s] (2130/3356) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
79662026-08-26T15:00:18.754Z PASS [ 31.531s] (2131/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
79672026-08-26T15:00:19.742Z PASS [ 24.243s] (2132/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
79682026-08-26T15:00:19.748Z PASS [ 12.035s] (2133/3356) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
79692026-08-26T15:00:21.355Z PASS [ 43.709s] (2134/3356) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
79702026-08-26T15:00:21.391Z PASS [ 12.555s] (2135/3356) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
79712026-08-26T15:00:22.004Z PASS [ 15.310s] (2136/3356) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
79722026-08-26T15:00:22.895Z PASS [ 50.628s] (2137/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
79732026-08-26T15:00:23.888Z PASS [ 12.336s] (2138/3356) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
79742026-08-26T15:00:24.170Z PASS [ 12.409s] (2139/3356) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
79752026-08-26T15:00:24.255Z PASS [ 12.661s] (2140/3356) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
79762026-08-26T15:00:24.281Z PASS [ 2.277s] (2141/3356) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
79772026-08-26T15:00:24.520Z PASS [ 14.402s] (2142/3356) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
79782026-08-26T15:00:25.047Z PASS [ 15.646s] (2143/3356) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
79792026-08-26T15:00:25.164Z PASS [ 12.771s] (2144/3356) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
79802026-08-26T15:00:25.210Z PASS [ 16.103s] (2145/3356) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
79812026-08-26T15:00:25.891Z PASS [ 35.146s] (2146/3356) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
79822026-08-26T15:00:26.229Z PASS [ 12.333s] (2147/3356) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
79832026-08-26T15:00:26.241Z PASS [ 12.525s] (2148/3356) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
79842026-08-26T15:00:26.248Z PASS [ 1.967s] (2149/3356) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
79852026-08-26T15:00:26.371Z PASS [ 2.116s] (2150/3356) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
79862026-08-26T15:00:26.403Z PASS [ 15.569s] (2151/3356) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
79872026-08-26T15:00:26.929Z PASS [ 1.721s] (2152/3356) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
79882026-08-26T15:00:27.696Z PASS [ 1.293s] (2153/3356) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
79892026-08-26T15:00:27.748Z PASS [ 1.501s] (2154/3356) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
79902026-08-26T15:00:27.926Z PASS [ 1.555s] (2155/3356) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
79912026-08-26T15:00:28.184Z PASS [ 11.571s] (2156/3356) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
79922026-08-26T15:00:28.302Z PASS [ 10.969s] (2157/3356) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
79932026-08-26T15:00:28.421Z PASS [ 10.250s] (2158/3356) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
79942026-08-26T15:00:28.425Z PASS [ 9.669s] (2159/3356) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
79952026-08-26T15:00:28.570Z PASS [ 18.490s] (2160/3356) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
79962026-08-26T15:00:28.633Z PASS [ 30.493s] (2161/3356) omicron-nexus::test_all integration_tests::quotas::test_quotas
79972026-08-26T15:00:28.925Z PASS [ 10.824s] (2162/3356) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
79982026-08-26T15:00:29.584Z PASS [ 58.037s] (2163/3356) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
79992026-08-26T15:00:29.611Z PASS [ 9.869s] (2164/3356) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
80002026-08-26T15:00:29.887Z PASS [ 23.816s] (2165/3356) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
80012026-08-26T15:00:31.325Z PASS [ 51.503s] (2166/3356) omicron-nexus::test_all integration_tests::password_login::test_local_users
80022026-08-26T15:00:31.396Z PASS [ 3.699s] (2167/3356) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
80032026-08-26T15:00:33.002Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80042026-08-26T15:00:34.338Z PASS [ 55.828s] (2168/3356) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
80052026-08-26T15:00:38.012Z PASS [ 9.441s] (2169/3356) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
80062026-08-26T15:00:38.315Z PASS [ 9.389s] (2170/3356) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
80072026-08-26T15:00:38.714Z PASS [ 9.101s] (2171/3356) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
80082026-08-26T15:00:38.932Z PASS [ 10.299s] (2172/3356) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
80092026-08-26T15:00:39.638Z PASS [ 9.751s] (2173/3356) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
80102026-08-26T15:00:41.456Z PASS [ 10.060s] (2174/3356) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
80112026-08-26T15:00:41.731Z PASS [ 10.406s] (2175/3356) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
80122026-08-26T15:00:41.781Z PASS [ 10.386s] (2176/3356) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
80132026-08-26T15:00:41.948Z PASS [ 12.364s] (2177/3356) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
80142026-08-26T15:00:42.050Z PASS [ 10.654s] (2178/3356) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
80152026-08-26T15:00:42.707Z PASS [ 11.310s] (2179/3356) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
80162026-08-26T15:00:44.209Z PASS [ 9.871s] (2180/3356) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
80172026-08-26T15:00:47.154Z PASS [ 8.221s] (2181/3356) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
80182026-08-26T15:00:47.767Z PASS [ 9.755s] (2182/3356) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
80192026-08-26T15:00:48.312Z PASS [ 9.997s] (2183/3356) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
80202026-08-26T15:00:48.432Z PASS [ 9.719s] (2184/3356) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
80212026-08-26T15:00:48.840Z PASS [ 9.202s] (2185/3356) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
80222026-08-26T15:00:49.862Z PASS [ 8.405s] (2186/3356) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
80232026-08-26T15:00:51.061Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
80242026-08-26T15:00:51.288Z PASS [ 9.557s] (2187/3356) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
80252026-08-26T15:00:51.522Z PASS [ 9.740s] (2188/3356) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
80262026-08-26T15:00:51.683Z PASS [ 9.634s] (2189/3356) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
80272026-08-26T15:00:51.974Z PASS [ 10.026s] (2190/3356) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
80282026-08-26T15:00:51.991Z PASS [ 9.285s] (2191/3356) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
80292026-08-26T15:00:52.041Z PASS [ 120.984s] (2192/3356) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
80302026-08-26T15:00:55.076Z PASS [ 10.867s] (2193/3356) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
80312026-08-26T15:00:55.922Z PASS [ 8.769s] (2194/3356) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
80322026-08-26T15:00:56.395Z PASS [ 8.628s] (2195/3356) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
80332026-08-26T15:00:58.093Z PASS [ 9.781s] (2196/3356) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
80342026-08-26T15:00:58.722Z PASS [ 10.290s] (2197/3356) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
80352026-08-26T15:00:59.131Z PASS [ 10.291s] (2198/3356) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
80362026-08-26T15:01:00.908Z PASS [ 9.620s] (2199/3356) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
80372026-08-26T15:01:01.635Z PASS [ 9.644s] (2200/3356) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
80382026-08-26T15:01:01.778Z PASS [ 9.803s] (2201/3356) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
80392026-08-26T15:01:01.804Z PASS [ 9.763s] (2202/3356) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
80402026-08-26T15:01:02.517Z PASS [ 10.834s] (2203/3356) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
80412026-08-26T15:01:02.814Z PASS [ 11.291s] (2204/3356) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
80422026-08-26T15:01:04.192Z PASS [ 14.329s] (2205/3356) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
80432026-08-26T15:01:04.707Z PASS [ 9.631s] (2206/3356) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
80442026-08-26T15:01:05.184Z PASS [ 9.262s] (2207/3356) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
80452026-08-26T15:01:08.784Z PASS [ 10.061s] (2208/3356) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
80462026-08-26T15:01:09.339Z PASS [ 12.943s] (2209/3356) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
80472026-08-26T15:01:10.657Z PASS [ 9.747s] (2210/3356) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
80482026-08-26T15:01:10.847Z PASS [ 42.921s] (2211/3356) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
80492026-08-26T15:01:11.092Z PASS [ 9.312s] (2212/3356) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
80502026-08-26T15:01:11.125Z PASS [ 13.032s] (2213/3356) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
80512026-08-26T15:01:11.685Z PASS [ 12.554s] (2214/3356) omicron-nexus::test_all integration_tests::silos::test_silos
80522026-08-26T15:01:13.412Z PASS [ 10.895s] (2215/3356) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
80532026-08-26T15:01:13.447Z PASS [ 8.263s] (2216/3356) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
80542026-08-26T15:01:13.526Z PASS [ 46.597s] (2217/3356) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
80552026-08-26T15:01:14.712Z PASS [ 46.963s] (2218/3356) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
80562026-08-26T15:01:17.538Z PASS [ 15.734s] (2219/3356) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
80572026-08-26T15:01:17.852Z PASS [ 16.217s] (2220/3356) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
80582026-08-26T15:01:21.379Z PASS [ 12.595s] (2221/3356) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
80592026-08-26T15:01:21.461Z PASS [ 18.647s] (2222/3356) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
80602026-08-26T15:01:24.369Z PASS [ 15.030s] (2223/3356) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
80612026-08-26T15:01:24.545Z PASS [ 13.419s] (2224/3356) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
80622026-08-26T15:01:25.754Z PASS [ 15.098s] (2225/3356) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
80632026-08-26T15:01:25.790Z PASS [ 21.082s] (2226/3356) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
80642026-08-26T15:01:25.949Z PASS [ 21.757s] (2227/3356) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
80652026-08-26T15:01:26.028Z PASS [ 12.500s] (2228/3356) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
80662026-08-26T15:01:26.204Z PASS [ 12.677s] (2229/3356) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
80672026-08-26T15:01:26.389Z PASS [ 12.862s] (2230/3356) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
80682026-08-26T15:01:26.582Z PASS [ 13.169s] (2231/3356) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
80692026-08-26T15:01:26.832Z PASS [ 12.120s] (2232/3356) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
80702026-08-26T15:01:26.899Z PASS [ 12.187s] (2233/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
80712026-08-26T15:01:27.996Z PASS [ 13.284s] (2234/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
80722026-08-26T15:01:28.424Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
80732026-08-26T15:01:28.516Z PASS [ 13.804s] (2235/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
80742026-08-26T15:01:29.460Z PASS [ 11.922s] (2236/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
80752026-08-26T15:01:31.171Z PASS [ 1.711s] (2237/3356) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
80762026-08-26T15:01:31.275Z PASS [ 19.589s] (2238/3356) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
80772026-08-26T15:01:33.003Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80782026-08-26T15:01:34.391Z PASS [ 23.543s] (2239/3356) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
80792026-08-26T15:01:36.250Z PASS [ 14.871s] (2240/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
80802026-08-26T15:01:36.751Z PASS [ 23.223s] (2241/3356) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
80812026-08-26T15:01:37.562Z PASS [ 11.613s] (2242/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
80822026-08-26T15:01:37.663Z PASS [ 13.119s] (2243/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
80832026-08-26T15:01:37.676Z PASS [ 26.586s] (2244/3356) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
80842026-08-26T15:01:38.838Z PASS [ 12.449s] (2245/3356) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
80852026-08-26T15:01:39.115Z PASS [ 25.667s] (2246/3356) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
80862026-08-26T15:01:39.276Z PASS [ 28.428s] (2247/3356) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
80872026-08-26T15:01:39.770Z PASS [ 13.188s] (2248/3356) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
80882026-08-26T15:01:40.164Z PASS [ 29.317s] (2249/3356) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
80892026-08-26T15:01:40.375Z PASS [ 13.543s] (2250/3356) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
80902026-08-26T15:01:40.523Z PASS [ 29.675s] (2251/3356) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
80912026-08-26T15:01:40.956Z PASS [ 15.167s] (2252/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
80922026-08-26T15:01:41.108Z PASS [ 15.081s] (2253/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
80932026-08-26T15:01:42.092Z PASS [ 17.723s] (2254/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
80942026-08-26T15:01:42.304Z PASS [ 15.405s] (2255/3356) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
80952026-08-26T15:01:42.391Z PASS [ 24.538s] (2256/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
80962026-08-26T15:01:42.512Z PASS [ 14.517s] (2257/3356) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
80972026-08-26T15:01:42.672Z PASS [ 16.468s] (2258/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
80982026-08-26T15:01:43.239Z PASS [ 74.817s] (2259/3356) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
80992026-08-26T15:01:44.958Z PASS [ 10.567s] (2260/3356) omicron-nexus::test_all integration_tests::updates::test_repo_prune
81002026-08-26T15:01:48.164Z PASS [ 16.889s] (2261/3356) omicron-nexus::test_all integration_tests::updates::test_repo_list
81012026-08-26T15:01:48.958Z PASS [ 12.208s] (2262/3356) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
81022026-08-26T15:01:49.208Z PASS [ 11.647s] (2263/3356) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
81032026-08-26T15:01:49.676Z PASS [ 12.000s] (2264/3356) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
81042026-08-26T15:01:50.099Z PASS [ 24.346s] (2265/3356) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
81052026-08-26T15:01:51.382Z PASS [ 13.718s] (2266/3356) omicron-nexus::test_all integration_tests::updates::test_stock_planner
81062026-08-26T15:01:51.934Z PASS [ 12.820s] (2267/3356) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
81072026-08-26T15:01:54.350Z PASS [ 15.512s] (2268/3356) omicron-nexus::test_all integration_tests::updates::test_update_status
81082026-08-26T15:01:54.529Z PASS [ 23.358s] (2269/3356) omicron-nexus::test_all integration_tests::updates::test_debug_files
81092026-08-26T15:01:56.064Z PASS [ 19.814s] (2270/3356) omicron-nexus::test_all integration_tests::updates::test_repo_upload
81102026-08-26T15:02:00.312Z PASS [ 21.035s] (2271/3356) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
81112026-08-26T15:02:03.365Z PASS [ 20.126s] (2272/3356) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
81122026-08-26T15:02:05.325Z PASS [ 25.161s] (2273/3356) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
81132026-08-26T15:02:05.549Z PASS [ 23.245s] (2274/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
81142026-08-26T15:02:05.727Z PASS [ 25.351s] (2275/3356) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
81152026-08-26T15:02:08.281Z PASS [ 46.819s] (2276/3356) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
81162026-08-26T15:02:08.527Z PASS [ 28.756s] (2277/3356) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
81172026-08-26T15:02:11.930Z PASS [ 29.838s] (2278/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
81182026-08-26T15:02:12.190Z PASS [ 24.026s] (2279/3356) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
81192026-08-26T15:02:12.453Z PASS [ 30.062s] (2280/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
81202026-08-26T15:02:20.611Z PASS [ 39.655s] (2281/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
81212026-08-26T15:02:20.655Z PASS [ 8.465s] (2282/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
81222026-08-26T15:02:20.687Z PASS [ 40.164s] (2283/3356) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
81232026-08-26T15:02:20.872Z PASS [ 8.419s] (2284/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
81242026-08-26T15:02:23.779Z PASS [ 40.540s] (2285/3356) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
81252026-08-26T15:02:25.859Z PASS [ 36.183s] (2286/3356) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
81262026-08-26T15:02:28.518Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
81272026-08-26T15:02:29.354Z PASS [ 23.628s] (2287/3356) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
81282026-08-26T15:02:29.763Z PASS [ 9.107s] (2288/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
81292026-08-26T15:02:29.805Z PASS [ 9.193s] (2289/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
81302026-08-26T15:02:29.972Z PASS [ 9.284s] (2290/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
81312026-08-26T15:02:30.041Z PASS [ 9.169s] (2291/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
81322026-08-26T15:02:33.004Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81332026-08-26T15:02:33.307Z PASS [ 9.527s] (2292/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
81342026-08-26T15:02:33.433Z PASS [ 50.193s] (2293/3356) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
81352026-08-26T15:02:33.654Z PASS [ 28.104s] (2294/3356) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
81362026-08-26T15:02:35.336Z PASS [ 9.478s] (2295/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
81372026-08-26T15:02:35.419Z PASS [ 0.082s] (2296/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
81382026-08-26T15:02:35.624Z PASS [ 44.242s] (2297/3356) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
81392026-08-26T15:02:36.161Z PASS [ 27.880s] (2298/3356) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
81402026-08-26T15:02:36.307Z PASS [ 55.198s] (2299/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
81412026-08-26T15:02:37.080Z PASS [ 28.554s] (2300/3356) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
81422026-08-26T15:02:39.255Z PASS [ 56.015s] (2301/3356) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
81432026-08-26T15:02:39.898Z PASS [ 27.967s] (2302/3356) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
81442026-08-26T15:02:40.383Z PASS [ 11.028s] (2303/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
81452026-08-26T15:02:40.637Z PASS [ 10.832s] (2304/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
81462026-08-26T15:02:41.523Z PASS [ 11.481s] (2305/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
81472026-08-26T15:02:41.873Z PASS [ 11.901s] (2306/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
81482026-08-26T15:02:42.455Z PASS [ 50.521s] (2307/3356) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
81492026-08-26T15:02:42.515Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
81502026-08-26T15:02:42.674Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
81512026-08-26T15:02:42.898Z PASS [ 52.798s] (2308/3356) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
81522026-08-26T15:02:43.079Z PASS [ 13.316s] (2309/3356) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
81532026-08-26T15:02:44.162Z PASS [ 49.812s] (2310/3356) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
81542026-08-26T15:02:44.961Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
81552026-08-26T15:02:45.799Z PASS [ 40.473s] (2311/3356) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
81562026-08-26T15:02:45.925Z PASS [ 12.492s] (2312/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
81572026-08-26T15:02:46.212Z PASS [ 12.558s] (2313/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
81582026-08-26T15:02:46.234Z PASS [ 12.926s] (2314/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
81592026-08-26T15:02:47.417Z PASS [ 11.792s] (2315/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
81602026-08-26T15:02:48.187Z PASS [ 675.195s] (2316/3356) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81612026-08-26T15:02:48.706Z PASS [ 66.032s] (2317/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
81622026-08-26T15:02:48.961Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
81632026-08-26T15:02:49.015Z PASS [ 12.848s] (2318/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
81642026-08-26T15:02:49.074Z PASS [ 12.750s] (2319/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
81652026-08-26T15:02:49.211Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
81662026-08-26T15:02:49.545Z PASS [ 46.174s] (2320/3356) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
81672026-08-26T15:02:49.699Z PASS [ 12.618s] (2321/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
81682026-08-26T15:02:49.880Z PASS [ 49.568s] (2322/3356) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
81692026-08-26T15:02:52.774Z PASS [ 13.519s] (2323/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
81702026-08-26T15:02:53.287Z PASS [ 84.770s] (2324/3356) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
81712026-08-26T15:02:53.553Z PASS [ 13.655s] (2325/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
81722026-08-26T15:02:54.165Z PASS [ 58.100s] (2326/3356) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
81732026-08-26T15:02:54.533Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
81742026-08-26T15:02:55.779Z PASS [ 14.256s] (2327/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
81752026-08-26T15:02:55.786Z PASS [ 13.907s] (2328/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
81762026-08-26T15:02:55.894Z PASS [ 13.438s] (2329/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
81772026-08-26T15:02:57.098Z PASS [ 14.018s] (2330/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
81782026-08-26T15:02:57.469Z PASS [ 14.570s] (2331/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
81792026-08-26T15:02:58.462Z PASS [ 69.502s] (2332/3356) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
81802026-08-26T15:02:59.024Z PASS [ 74.065s] (2333/3356) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
81812026-08-26T15:02:59.592Z PASS [ 77.079s] (2334/3356) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
81822026-08-26T15:03:00.364Z PASS [ 71.154s] (2335/3356) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
81832026-08-26T15:03:01.304Z PASS [ 15.504s] (2336/3356) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
81842026-08-26T15:03:01.966Z PASS [ 14.542s] (2337/3356) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
81852026-08-26T15:03:02.544Z PASS [ 16.609s] (2338/3356) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
81862026-08-26T15:03:03.365Z PASS [ 17.131s] (2339/3356) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
81872026-08-26T15:03:05.419Z PASS [ 19.199s] (2340/3356) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
81882026-08-26T15:03:06.278Z PASS [ 30.858s] (2341/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
81892026-08-26T15:03:07.335Z PASS [ 19.147s] (2342/3356) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
81902026-08-26T15:03:08.373Z PASS [ 27.989s] (2343/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
81912026-08-26T15:03:09.140Z PASS [ 13.359s] (2344/3356) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
81922026-08-26T15:03:09.177Z PASS [ 0.037s] (2345/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
81932026-08-26T15:03:09.198Z PASS [ 0.021s] (2346/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
81942026-08-26T15:03:09.222Z PASS [ 0.024s] (2347/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
81952026-08-26T15:03:09.244Z PASS [ 0.022s] (2348/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
81962026-08-26T15:03:09.262Z PASS [ 0.018s] (2349/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
81972026-08-26T15:03:09.283Z PASS [ 0.020s] (2350/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
81982026-08-26T15:03:09.304Z PASS [ 0.021s] (2351/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
81992026-08-26T15:03:09.324Z PASS [ 0.019s] (2352/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
82002026-08-26T15:03:09.344Z PASS [ 0.021s] (2353/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
82012026-08-26T15:03:09.879Z PASS [ 0.020s] (2354/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
82022026-08-26T15:03:09.909Z PASS [ 0.021s] (2355/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
82032026-08-26T15:03:09.909Z PASS [ 0.019s] (2356/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
82042026-08-26T15:03:09.909Z PASS [ 0.020s] (2357/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
82052026-08-26T15:03:09.909Z PASS [ 0.019s] (2358/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
82062026-08-26T15:03:09.909Z PASS [ 0.022s] (2359/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
82072026-08-26T15:03:09.910Z PASS [ 0.021s] (2360/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
82082026-08-26T15:03:09.910Z PASS [ 0.019s] (2361/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
82092026-08-26T15:03:09.910Z PASS [ 0.023s] (2362/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
82102026-08-26T15:03:09.910Z PASS [ 0.019s] (2363/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
82112026-08-26T15:03:09.910Z PASS [ 0.022s] (2364/3356) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
82122026-08-26T15:03:10.019Z PASS [ 20.139s] (2365/3356) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
82132026-08-26T15:03:10.472Z PASS [ 21.461s] (2366/3356) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
82142026-08-26T15:03:11.235Z PASS [ 15.342s] (2367/3356) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
82152026-08-26T15:03:11.275Z PASS [ 0.040s] (2368/3356) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
82162026-08-26T15:03:11.323Z PASS [ 0.047s] (2369/3356) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
82172026-08-26T15:03:11.364Z PASS [ 0.041s] (2370/3356) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
82182026-08-26T15:03:11.387Z PASS [ 0.024s] (2371/3356) omicron-package config::tests::multi_preset_arg
82192026-08-26T15:03:11.410Z PASS [ 0.022s] (2372/3356) omicron-package dot::test::test_bad_dependency
82202026-08-26T15:03:11.432Z PASS [ 0.022s] (2373/3356) omicron-package dot::test::test_dot_output
82212026-08-26T15:03:11.859Z PASS [ 23.153s] (2374/3356) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
82222026-08-26T15:03:11.880Z PASS [ 14.411s] (2375/3356) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
82232026-08-26T15:03:11.896Z PASS [ 0.038s] (2376/3356) omicron-passwords test::test_password_constraints
82242026-08-26T15:03:12.185Z PASS [ 18.894s] (2377/3356) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
82252026-08-26T15:03:12.236Z PASS [ 0.046s] (2378/3356) omicron-passwords test::test_stable
82262026-08-26T15:03:12.254Z PASS [ 0.024s] (2379/3356) omicron-passwords test::test_weak_hashes
82272026-08-26T15:03:12.279Z PASS [ 0.027s] (2380/3356) omicron-rpaths internal::tests::test_configure_from_path
82282026-08-26T15:03:12.302Z PASS [ 0.022s] (2381/3356) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
82292026-08-26T15:03:12.321Z PASS [ 0.020s] (2382/3356) omicron-rpaths internal::tests::test_emit_rpath
82302026-08-26T15:03:12.404Z PASS [ 0.082s] (2383/3356) omicron-sled-agent artifact_store::test::generations
82312026-08-26T15:03:12.488Z PASS [ 0.079s] (2384/3356) omicron-sled-agent artifact_store::test::issue_7796
82322026-08-26T15:03:12.560Z PASS [ 0.078s] (2385/3356) omicron-sled-agent artifact_store::test::list_get_put
82332026-08-26T15:03:12.597Z PASS [ 14.136s] (2386/3356) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
82342026-08-26T15:03:12.636Z PASS [ 0.076s] (2387/3356) omicron-sled-agent artifact_store::test::no_dataset
82352026-08-26T15:03:12.646Z PASS [ 15.540s] (2388/3356) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
82362026-08-26T15:03:12.646Z PASS [ 22.939s] (2389/3356) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
82372026-08-26T15:03:12.683Z PASS [ 0.086s] (2390/3356) omicron-sled-agent artifact_store::test::wrong_hash
82382026-08-26T15:03:12.695Z PASS [ 0.059s] (2391/3356) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
82392026-08-26T15:03:12.695Z PASS [ 0.058s] (2392/3356) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
82402026-08-26T15:03:12.704Z PASS [ 0.065s] (2393/3356) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
82412026-08-26T15:03:12.713Z PASS [ 0.030s] (2394/3356) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
82422026-08-26T15:03:12.741Z PASS [ 0.045s] (2395/3356) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
82432026-08-26T15:03:12.749Z PASS [ 0.052s] (2396/3356) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
82442026-08-26T15:03:12.749Z PASS [ 0.044s] (2397/3356) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
82452026-08-26T15:03:12.758Z PASS [ 0.040s] (2398/3356) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
82462026-08-26T15:03:12.770Z PASS [ 0.029s] (2399/3356) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
82472026-08-26T15:03:12.803Z PASS [ 0.055s] (2400/3356) omicron-sled-agent fmd::tests::boolean_array
82482026-08-26T15:03:12.814Z PASS [ 0.044s] (2401/3356) omicron-sled-agent fmd::tests::boolean_value
82492026-08-26T15:03:12.830Z PASS [ 0.077s] (2402/3356) omicron-sled-agent fmd::tests::boolean_presence
82502026-08-26T15:03:12.838Z PASS [ 0.087s] (2403/3356) omicron-sled-agent config::test::test_smf_configs
82512026-08-26T15:03:12.846Z PASS [ 0.037s] (2404/3356) omicron-sled-agent fmd::tests::double
82522026-08-26T15:03:12.868Z PASS [ 0.053s] (2405/3356) omicron-sled-agent fmd::tests::hrtime
82532026-08-26T15:03:12.877Z PASS [ 0.046s] (2406/3356) omicron-sled-agent fmd::tests::integer_arrays
82542026-08-26T15:03:12.886Z PASS [ 0.046s] (2407/3356) omicron-sled-agent fmd::tests::integers
82552026-08-26T15:03:12.894Z PASS [ 0.050s] (2408/3356) omicron-sled-agent fmd::tests::string
82562026-08-26T15:03:12.914Z PASS [ 0.046s] (2409/3356) omicron-sled-agent fmd::tests::string_array
82572026-08-26T15:03:12.924Z PASS [ 0.039s] (2410/3356) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
82582026-08-26T15:03:12.925Z PASS [ 0.048s] (2411/3356) omicron-sled-agent fmd::tests::unknown_type
82592026-08-26T15:03:12.939Z PASS [ 0.043s] (2412/3356) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
82602026-08-26T15:03:12.948Z PASS [ 0.032s] (2413/3356) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
82612026-08-26T15:03:12.963Z PASS [ 0.034s] (2414/3356) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
82622026-08-26T15:03:12.977Z PASS [ 0.037s] (2415/3356) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
82632026-08-26T15:03:12.977Z PASS [ 0.034s] (2416/3356) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
82642026-08-26T15:03:12.986Z PASS [ 0.031s] (2417/3356) omicron-sled-agent instance::tests::add_new_floating_ip
82652026-08-26T15:03:12.995Z PASS [ 0.031s] (2418/3356) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
82662026-08-26T15:03:13.005Z PASS [ 0.036s] (2419/3356) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
82672026-08-26T15:03:13.015Z PASS [ 0.039s] (2420/3356) omicron-sled-agent instance::tests::prune_existing_floating_ip
82682026-08-26T15:03:13.211Z PASS [ 0.233s] (2421/3356) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
82692026-08-26T15:03:13.246Z PASS [ 0.258s] (2422/3356) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
82702026-08-26T15:03:13.389Z PASS [ 0.392s] (2423/3356) omicron-sled-agent instance::tests::test_instance_create_events_normal
82712026-08-26T15:03:13.430Z PASS [ 0.041s] (2424/3356) omicron-sled-agent instance::tests::test_multicast_membership_equality
82722026-08-26T15:03:13.465Z PASS [ 0.035s] (2425/3356) omicron-sled-agent metrics::test_samples_per_collection
82732026-08-26T15:03:13.601Z PASS [ 20.047s] (2426/3356) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
82742026-08-26T15:03:13.639Z PASS [ 0.034s] (2427/3356) omicron-sled-agent probe_manager::test::probe_state_set_ops
82752026-08-26T15:03:13.651Z PASS [ 0.398s] (2428/3356) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
82762026-08-26T15:03:13.673Z PASS [ 0.038s] (2429/3356) omicron-sled-agent profile::tests::empty_profile
82772026-08-26T15:03:13.681Z PASS [ 0.037s] (2430/3356) omicron-sled-agent profile::tests::test_disabled_instance
82782026-08-26T15:03:13.705Z PASS [ 0.032s] (2431/3356) omicron-sled-agent profile::tests::test_instance
82792026-08-26T15:03:13.718Z PASS [ 0.037s] (2432/3356) omicron-sled-agent profile::tests::test_multiple
82802026-08-26T15:03:13.742Z PASS [ 0.037s] (2433/3356) omicron-sled-agent profile::tests::test_property
82812026-08-26T15:03:13.759Z PASS [ 0.040s] (2434/3356) omicron-sled-agent profile::tests::test_property_group
82822026-08-26T15:03:13.780Z PASS [ 0.038s] (2435/3356) omicron-sled-agent profile::tests::test_service
82832026-08-26T15:03:13.791Z PASS [ 0.781s] (2436/3356) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
82842026-08-26T15:03:13.800Z PASS [ 0.037s] (2437/3356) omicron-sled-agent profile::tests::test_service_property_group
82852026-08-26T15:03:13.809Z PASS [ 33.172s] (2438/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
82862026-08-26T15:03:13.817Z PASS [ 0.032s] (2439/3356) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
82872026-08-26T15:03:13.832Z PASS [ 0.033s] (2440/3356) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
82882026-08-26T15:03:13.840Z PASS [ 0.041s] (2441/3356) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
82892026-08-26T15:03:13.855Z PASS [ 0.046s] (2442/3356) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
82902026-08-26T15:03:13.863Z PASS [ 0.044s] (2443/3356) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
82912026-08-26T15:03:13.894Z PASS [ 0.056s] (2444/3356) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
82922026-08-26T15:03:13.907Z PASS [ 0.048s] (2445/3356) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
82932026-08-26T15:03:13.916Z PASS [ 0.056s] (2446/3356) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
82942026-08-26T15:03:13.938Z PASS [ 0.045s] (2447/3356) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
82952026-08-26T15:03:13.958Z PASS [ 0.045s] (2448/3356) omicron-sled-agent sim::storage::test::nested_dataset
82962026-08-26T15:03:13.967Z PASS [ 0.055s] (2449/3356) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
82972026-08-26T15:03:13.983Z PASS [ 0.045s] (2450/3356) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
82982026-08-26T15:03:13.997Z PASS [ 0.041s] (2451/3356) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
82992026-08-26T15:03:14.006Z PASS [ 0.041s] (2452/3356) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
83002026-08-26T15:03:14.030Z PASS [ 0.047s] (2453/3356) omicron-sled-agent sim::storage::test::snapshot_needs_region
83012026-08-26T15:03:14.051Z PASS [ 0.049s] (2454/3356) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
83022026-08-26T15:03:14.064Z PASS [ 0.066s] (2455/3356) omicron-sled-agent support_bundle::storage::tests::basic_crud
83032026-08-26T15:03:14.083Z PASS [ 0.053s] (2456/3356) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
83042026-08-26T15:03:14.119Z PASS [ 0.065s] (2457/3356) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
83052026-08-26T15:03:14.138Z PASS [ 0.061s] (2458/3356) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
83062026-08-26T15:03:14.152Z PASS [ 0.050s] (2459/3356) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
83072026-08-26T15:03:14.169Z PASS [ 24.629s] (2460/3356) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
83082026-08-26T15:03:14.186Z PASS [ 0.053s] (2461/3356) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
83092026-08-26T15:03:14.203Z PASS [ 0.057s] (2462/3356) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
83102026-08-26T15:03:14.203Z PASS [ 0.057s] (2463/3356) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
83112026-08-26T15:03:14.235Z PASS [ 0.033s] (2464/3356) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
83122026-08-26T15:03:14.244Z PASS [ 0.056s] (2465/3356) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
83132026-08-26T15:03:14.244Z PASS [ 0.058s] (2466/3356) omicron-sled-agent support_bundle::storage::tests::ranges
83142026-08-26T15:03:14.244Z PASS [ 0.060s] (2467/3356) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
83152026-08-26T15:03:14.266Z PASS [ 1.033s] (2468/3356) omicron-sled-agent instance::tests::test_instance_manager_creation
83162026-08-26T15:03:14.274Z PASS [ 0.045s] (2469/3356) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
83172026-08-26T15:03:14.390Z PASS [ 21.615s] (2470/3356) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
83182026-08-26T15:03:14.470Z PASS [ 0.066s] (2471/3356) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
83192026-08-26T15:03:14.525Z PASS [ 0.041s] (2472/3356) omicron-sled-agent zone_bundle::tests::test_dir_size
83202026-08-26T15:03:14.562Z PASS [ 0.065s] (2473/3356) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
83212026-08-26T15:03:14.631Z PASS [ 0.069s] (2474/3356) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
83222026-08-26T15:03:14.674Z PASS [ 0.043s] (2475/3356) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
83232026-08-26T15:03:15.476Z PASS [ 0.802s] (2476/3356) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
83242026-08-26T15:03:15.507Z PASS [ 0.031s] (2477/3356) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
83252026-08-26T15:03:15.535Z PASS [ 0.028s] (2478/3356) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
83262026-08-26T15:03:15.906Z PASS [ 0.370s] (2479/3356) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
83272026-08-26T15:03:15.915Z PASS [ 14.601s] (2480/3356) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
83282026-08-26T15:03:15.953Z PASS [ 4.073s] (2481/3356) omicron-passwords test::test_reproducible
83292026-08-26T15:03:15.989Z PASS [ 0.034s] (2482/3356) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
83302026-08-26T15:03:16.023Z PASS [ 0.036s] (2483/3356) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
83312026-08-26T15:03:16.036Z PASS [ 21.871s] (2484/3356) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
83322026-08-26T15:03:16.067Z PASS [ 12.698s] (2485/3356) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
83332026-08-26T15:03:16.152Z PASS [ 0.247s] (2486/3356) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
83342026-08-26T15:03:16.224Z PASS [ 14.264s] (2487/3356) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
83352026-08-26T15:03:16.318Z PASS [ 0.295s] (2488/3356) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
83362026-08-26T15:03:16.339Z PASS [ 0.276s] (2489/3356) omicron-test-utils dev::db::test::test_bad_cmd
83372026-08-26T15:03:16.486Z PASS [ 0.450s] (2490/3356) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
83382026-08-26T15:03:16.621Z PASS [ 2.374s] (2491/3356) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
83392026-08-26T15:03:16.640Z PASS [ 0.299s] (2492/3356) omicron-test-utils dev::db::test::test_database_start_hang
83402026-08-26T15:03:16.659Z PASS [ 0.032s] (2493/3356) omicron-test-utils dev::db::test::test_make_pg_config_fail
83412026-08-26T15:03:16.659Z PASS [ 0.504s] (2494/3356) omicron-test-utils dev::db::test::test_cmd_fails
83422026-08-26T15:03:16.672Z PASS [ 0.033s] (2495/3356) omicron-test-utils dev::db::test::test_make_pg_config_ok
83432026-08-26T15:03:16.690Z PASS [ 0.037s] (2496/3356) omicron-test-utils dev::db::test::test_parse_http_addr
83442026-08-26T15:03:16.704Z PASS [ 0.041s] (2497/3356) omicron-test-utils dev::db::test::test_process_exit_abnormal
83452026-08-26T15:03:16.715Z PASS [ 0.041s] (2498/3356) omicron-test-utils dev::db::test::test_process_exit_normal
83462026-08-26T15:03:16.938Z PASS [ 14.403s] (2499/3356) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
83472026-08-26T15:03:16.964Z PASS [ 1.058s] (2500/3356) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
83482026-08-26T15:03:16.979Z PASS [ 0.039s] (2501/3356) omicron-test-utils dev::db::test::test_starter_tmpdir
83492026-08-26T15:03:17.011Z PASS [ 0.046s] (2502/3356) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
83502026-08-26T15:03:17.024Z PASS [ 0.035s] (2503/3356) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
83512026-08-26T15:03:17.046Z PASS [ 3.223s] (2504/3356) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
83522026-08-26T15:03:17.061Z PASS [ 0.035s] (2505/3356) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
83532026-08-26T15:03:17.062Z PASS [ 0.039s] (2506/3356) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
83542026-08-26T15:03:17.062Z PASS [ 11.643s] (2507/3356) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
83552026-08-26T15:03:17.085Z PASS [ 0.038s] (2508/3356) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
83562026-08-26T15:03:17.095Z PASS [ 0.041s] (2509/3356) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
83572026-08-26T15:03:17.095Z PASS [ 0.041s] (2510/3356) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
83582026-08-26T15:03:17.104Z PASS [ 0.049s] (2511/3356) omicron-test-utils dev::test_cmds::tests::test_redact_extra
83592026-08-26T15:03:17.104Z PASS [ 0.415s] (2512/3356) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
83602026-08-26T15:03:17.124Z PASS [ 0.634s] (2513/3356) omicron-test-utils dev::db::test::test_http_addr_integration
83612026-08-26T15:03:17.140Z PASS [ 0.054s] (2514/3356) omicron-test-utils dev::test_cmds::tests::test_redact_section
83622026-08-26T15:03:17.148Z PASS [ 0.050s] (2515/3356) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
83632026-08-26T15:03:17.160Z PASS [ 0.057s] (2516/3356) oximeter test::timeseries_schema_consistency
83642026-08-26T15:03:17.205Z PASS [ 0.099s] (2517/3356) oximeter-collector agent::tests::test_self_stat_collection_count
83652026-08-26T15:03:17.217Z PASS [ 0.097s] (2518/3356) oximeter-collector agent::tests::test_self_stat_error_counter
83662026-08-26T15:03:17.227Z PASS [ 0.086s] (2519/3356) oximeter-collector agent::tests::test_self_stat_unreachable_counter
83672026-08-26T15:03:17.241Z PASS [ 33.071s] (2520/3356) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
83682026-08-26T15:03:17.574Z PASS [ 0.035s] (2521/3356) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
83692026-08-26T15:03:17.589Z PASS [ 0.093s] (2522/3356) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
83702026-08-26T15:03:17.589Z PASS [ 0.181s] (2523/3356) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
83712026-08-26T15:03:17.589Z PASS [ 0.037s] (2524/3356) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
83722026-08-26T15:03:17.589Z PASS [ 0.038s] (2525/3356) oximeter-collector self_stats::tests::test_failure_reason_serialization
83732026-08-26T15:03:17.589Z PASS [ 0.067s] (2526/3356) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
83742026-08-26T15:03:17.589Z PASS [ 0.063s] (2527/3356) oximeter-collector results_sink::tests::test_batch_handoff_overflow
83752026-08-26T15:03:17.590Z PASS [ 0.106s] (2528/3356) oximeter-collector agent::tests::verify_producer_details
83762026-08-26T15:03:17.590Z PASS [ 0.033s] (2529/3356) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
83772026-08-26T15:03:17.590Z PASS [ 0.038s] (2530/3356) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
83782026-08-26T15:03:17.590Z PASS [ 0.036s] (2531/3356) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
83792026-08-26T15:03:17.590Z PASS [ 0.043s] (2532/3356) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
83802026-08-26T15:03:17.590Z PASS [ 0.029s] (2533/3356) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
83812026-08-26T15:03:17.590Z PASS [ 0.141s] (2534/3356) oximeter-collector::test_commands test_oximeter_no_args
83822026-08-26T15:03:17.620Z PASS [ 1.292s] (2535/3356) omicron-test-utils dev::db::test::test_database_concurrent
83832026-08-26T15:03:17.630Z PASS [ 0.484s] (2536/3356) oximeter-collector agent::tests::test_standalone_integration
83842026-08-26T15:03:17.643Z PASS [ 0.032s] (2537/3356) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
83852026-08-26T15:03:17.690Z PASS [ 0.977s] (2538/3356) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
83862026-08-26T15:03:17.736Z PASS [ 0.046s] (2539/3356) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
83872026-08-26T15:03:17.861Z PASS [ 11.584s] (2540/3356) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
83882026-08-26T15:03:17.938Z PASS [ 3.713s] (2541/3356) omicron-sled-agent zone_bundle::illumos_tests::test_context
83892026-08-26T15:03:18.075Z PASS [ 0.752s] (2542/3356) oximeter-db client::oxql::tests::test_get_entire_table
83902026-08-26T15:03:18.088Z PASS [ 0.754s] (2543/3356) oximeter-db client::oxql::tests::test_get_fields_query
83912026-08-26T15:03:18.121Z PASS [ 0.786s] (2544/3356) oximeter-db client::oxql::tests::test_get_fields
83922026-08-26T15:03:18.155Z PASS [ 0.789s] (2545/3356) oximeter-db client::oxql::tests::test_get_one_timeseries
83932026-08-26T15:03:18.155Z PASS [ 3.855s] (2546/3356) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
83942026-08-26T15:03:18.155Z PASS [ 0.798s] (2547/3356) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
83952026-08-26T15:03:18.181Z PASS [ 0.770s] (2548/3356) oximeter-db client::oxql::tests::test_limit_operations
83962026-08-26T15:03:18.255Z PASS [ 0.627s] (2549/3356) oximeter-db client::tests::can_ping_clickhouse
83972026-08-26T15:03:18.304Z PASS [ 6.872s] (2550/3356) omicron-passwords test::test_compatible
83982026-08-26T15:03:18.314Z PASS [ 4.087s] (2551/3356) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
83992026-08-26T15:03:18.508Z PASS [ 4.266s] (2552/3356) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
84002026-08-26T15:03:18.542Z PASS [ 11.207s] (2553/3356) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
84012026-08-26T15:03:18.639Z PASS [ 0.700s] (2554/3356) oximeter-db client::tests::read_latest_version_reports_max
84022026-08-26T15:03:18.714Z PASS [ 0.626s] (2555/3356) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
84032026-08-26T15:03:18.767Z PASS [ 0.639s] (2556/3356) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
84042026-08-26T15:03:18.778Z PASS [ 0.648s] (2557/3356) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
84052026-08-26T15:03:18.788Z PASS [ 0.709s] (2558/3356) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
84062026-08-26T15:03:18.812Z PASS [ 0.029s] (2559/3356) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
84072026-08-26T15:03:18.833Z PASS [ 0.712s] (2560/3356) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
84082026-08-26T15:03:22.513Z PASS [ 0.806s] (2561/3356) oximeter-db client::tests::select_timeseries_with_select_one
84092026-08-26T15:03:22.542Z PASS [ 0.795s] (2562/3356) oximeter-db client::tests::test_client_select_timeseries_one
84102026-08-26T15:03:22.543Z PASS [ 0.751s] (2563/3356) oximeter-db client::tests::test_database_version_will_not_upgrade
84112026-08-26T15:03:22.543Z PASS [ 0.771s] (2564/3356) oximeter-db client::tests::test_database_version_will_not_downgrade
84122026-08-26T15:03:22.543Z PASS [ 0.837s] (2565/3356) oximeter-db client::tests::test_database_version_update_is_idempotent
84132026-08-26T15:03:22.543Z PASS [ 0.037s] (2566/3356) oximeter-db client::tests::test_read_schema_upgrade_sql_files
84142026-08-26T15:03:22.543Z PASS [ 0.035s] (2567/3356) oximeter-db client::tests::test_read_timeseries_to_delete
84152026-08-26T15:03:22.543Z PASS [ 0.038s] (2568/3356) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
84162026-08-26T15:03:22.543Z PASS [ 0.034s] (2569/3356) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
84172026-08-26T15:03:22.543Z PASS [ 10.847s] (2570/3356) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
84182026-08-26T15:03:22.543Z PASS [ 0.724s] (2571/3356) oximeter-db client::tests::test_differentiate_by_timeseries_name
84192026-08-26T15:03:22.543Z PASS [ 0.723s] (2572/3356) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
84202026-08-26T15:03:22.543Z PASS [ 1.555s] (2573/3356) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
84212026-08-26T15:03:22.543Z PASS [ 0.729s] (2574/3356) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
84222026-08-26T15:03:22.543Z PASS [ 0.711s] (2575/3356) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
84232026-08-26T15:03:22.543Z PASS [ 0.706s] (2576/3356) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
84242026-08-26T15:03:22.543Z PASS [ 0.721s] (2577/3356) oximeter-db client::tests::test_field_record_count
84252026-08-26T15:03:22.543Z PASS [ 0.720s] (2578/3356) oximeter-db client::tests::test_insert_samples
84262026-08-26T15:03:22.543Z PASS [ 1.746s] (2579/3356) oximeter-db client::tests::insert_samples_fails_fast
84272026-08-26T15:03:22.543Z PASS [ 0.706s] (2580/3356) oximeter-db client::tests::test_is_oximeter_cluster
84282026-08-26T15:03:22.543Z PASS [ 0.961s] (2581/3356) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
84292026-08-26T15:03:22.543Z PASS [ 0.764s] (2582/3356) oximeter-db client::tests::test_list_timeseries
84302026-08-26T15:03:22.543Z PASS [ 0.029s] (2583/3356) oximeter-db client::tests::test_unravel_index
84312026-08-26T15:03:22.543Z PASS [ 0.038s] (2584/3356) oximeter-db client::tests::test_verify_schema_upgrades
84322026-08-26T15:03:22.543Z PASS [ 0.038s] (2585/3356) oximeter-db model::fields::tests::test_extract_fields_as_block
84332026-08-26T15:03:22.543Z PASS [ 0.032s] (2586/3356) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
84342026-08-26T15:03:22.543Z PASS [ 0.035s] (2587/3356) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
84352026-08-26T15:03:22.543Z PASS [ 0.035s] (2588/3356) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
84362026-08-26T15:03:22.543Z PASS [ 0.731s] (2589/3356) oximeter-db client::tests::test_schema_mismatch
84372026-08-26T15:03:22.544Z PASS [ 0.037s] (2590/3356) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
84382026-08-26T15:03:22.544Z PASS [ 0.031s] (2591/3356) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
84392026-08-26T15:03:22.544Z PASS [ 0.030s] (2592/3356) oximeter-db native::block::tests::concat_blocks
84402026-08-26T15:03:22.544Z PASS [ 0.035s] (2593/3356) oximeter-db native::block::tests::datetime64_scale_checks_range
84412026-08-26T15:03:22.544Z PASS [ 0.031s] (2594/3356) oximeter-db native::block::tests::parse_date_time
84422026-08-26T15:03:22.544Z PASS [ 0.037s] (2595/3356) oximeter-db native::block::tests::parse_date_time64
84432026-08-26T15:03:22.544Z PASS [ 0.031s] (2596/3356) oximeter-db native::block::tests::parse_escaped_date_time64
84442026-08-26T15:03:22.544Z PASS [ 0.037s] (2597/3356) oximeter-db native::block::tests::test_data_type_to_string
84452026-08-26T15:03:22.544Z PASS [ 0.740s] (2598/3356) oximeter-db client::tests::test_schema_update
84462026-08-26T15:03:22.544Z PASS [ 0.826s] (2599/3356) oximeter-db client::tests::test_schema_reinserted_after_redeployment
84472026-08-26T15:03:22.544Z PASS [ 0.043s] (2600/3356) oximeter-db native::block::tests::test_datetime64_conversions
84482026-08-26T15:03:22.544Z PASS [ 0.033s] (2601/3356) oximeter-db native::block::tests::test_parse_all_known_timezones
84492026-08-26T15:03:22.544Z PASS [ 0.036s] (2602/3356) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
84502026-08-26T15:03:22.544Z PASS [ 0.037s] (2603/3356) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
84512026-08-26T15:03:22.544Z PASS [ 0.039s] (2604/3356) oximeter-db native::block::tests::test_parse_enum8
84522026-08-26T15:03:22.544Z PASS [ 0.037s] (2605/3356) oximeter-db native::block::tests::test_parse_enum_variant
84532026-08-26T15:03:22.544Z PASS [ 0.033s] (2606/3356) oximeter-db native::block::tests::test_parse_invalid_data_type
84542026-08-26T15:03:22.544Z PASS [ 0.828s] (2607/3356) oximeter-db client::tests::test_select_all_datum_types
84552026-08-26T15:03:22.544Z PASS [ 0.794s] (2608/3356) oximeter-db client::tests::test_select_all_field_types
84562026-08-26T15:03:22.544Z PASS [ 0.780s] (2609/3356) oximeter-db client::tests::test_select_timeseries_with_all
84572026-08-26T15:03:22.544Z PASS [ 1.068s] (2610/3356) oximeter-db client::tests::test_recall_of_all_fields
84582026-08-26T15:03:22.544Z PASS [ 3.956s] (2611/3356) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
84592026-08-26T15:03:22.544Z PASS [ 0.036s] (2612/3356) oximeter-db native::io::block::tests::test_decode_block_with_nulls
84602026-08-26T15:03:22.544Z PASS [ 0.755s] (2613/3356) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
84612026-08-26T15:03:22.544Z PASS [ 0.035s] (2614/3356) oximeter-db native::io::block::tests::test_decode_full_block
84622026-08-26T15:03:22.544Z PASS [ 0.825s] (2615/3356) oximeter-db client::tests::test_select_timeseries_with_order
84632026-08-26T15:03:22.544Z PASS [ 0.031s] (2616/3356) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
84642026-08-26T15:03:22.545Z PASS [ 0.754s] (2617/3356) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
84652026-08-26T15:03:22.545Z PASS [ 0.039s] (2618/3356) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
84662026-08-26T15:03:22.545Z PASS [ 0.040s] (2619/3356) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
84672026-08-26T15:03:22.545Z PASS [ 0.037s] (2620/3356) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
84682026-08-26T15:03:22.545Z PASS [ 0.747s] (2621/3356) oximeter-db client::tests::test_select_timeseries_with_start_time
84692026-08-26T15:03:22.545Z PASS [ 0.031s] (2622/3356) oximeter-db native::io::column::tests::test_decode_string_column
84702026-08-26T15:03:22.545Z PASS [ 0.033s] (2623/3356) oximeter-db native::io::column::tests::test_decode_uint8_column
84712026-08-26T15:03:22.545Z PASS [ 0.031s] (2624/3356) oximeter-db native::io::column::tests::test_decode_uuid_column
84722026-08-26T15:03:22.545Z PASS [ 0.038s] (2625/3356) oximeter-db native::io::column::tests::test_decode_uint64_column
84732026-08-26T15:03:22.545Z PASS [ 0.961s] (2626/3356) oximeter-db client::tests::test_select_timeseries_with_limit
84742026-08-26T15:03:22.545Z PASS [ 0.032s] (2627/3356) oximeter-db native::io::column::tests::test_encode_decode_column
84752026-08-26T15:03:22.545Z PASS [ 0.028s] (2628/3356) oximeter-db native::io::packet::server::tests::test_decode_full_hello
84762026-08-26T15:03:22.545Z PASS [ 0.029s] (2629/3356) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
84772026-08-26T15:03:22.545Z PASS [ 0.027s] (2630/3356) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
84782026-08-26T15:03:22.545Z PASS [ 0.715s] (2631/3356) oximeter-db client::tests::test_timeseries_schema_list
84792026-08-26T15:03:22.545Z PASS [ 0.030s] (2632/3356) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
84802026-08-26T15:03:22.545Z PASS [ 0.031s] (2633/3356) oximeter-db native::io::packet::server::tests::test_decode_pong
84812026-08-26T15:03:22.545Z PASS [ 0.040s] (2634/3356) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
84822026-08-26T15:03:22.545Z PASS [ 0.030s] (2635/3356) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
84832026-08-26T15:03:22.545Z PASS [ 0.028s] (2636/3356) oximeter-db native::io::packet::server::tests::test_decode_single_exception
84842026-08-26T15:03:22.545Z PASS [ 0.030s] (2637/3356) oximeter-db native::io::string::test::test_encode_decode
84852026-08-26T15:03:22.545Z PASS [ 0.029s] (2638/3356) oximeter-db native::io::string::test::test_encode_hello_world
84862026-08-26T15:03:22.545Z PASS [ 0.027s] (2639/3356) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
84872026-08-26T15:03:22.545Z PASS [ 0.027s] (2640/3356) oximeter-db native::io::table_columns::tests::test_column_count
84882026-08-26T15:03:22.545Z PASS [ 0.028s] (2641/3356) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
84892026-08-26T15:03:22.545Z PASS [ 0.029s] (2642/3356) oximeter-db native::io::table_columns::tests::test_column_description_with_default
84902026-08-26T15:03:22.545Z PASS [ 0.025s] (2643/3356) oximeter-db native::io::table_columns::tests::test_column_descriptions
84912026-08-26T15:03:22.545Z PASS [ 0.026s] (2644/3356) oximeter-db native::io::varuint::test_encode_decode_varuint
84922026-08-26T15:03:22.545Z PASS [ 0.025s] (2645/3356) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
84932026-08-26T15:03:22.546Z PASS [ 0.031s] (2646/3356) oximeter-db oxql::ast::grammar::tests::test_align_table_op
84942026-08-26T15:03:22.546Z PASS [ 0.026s] (2647/3356) oximeter-db oxql::ast::grammar::tests::test_comparison
84952026-08-26T15:03:22.546Z PASS [ 0.035s] (2648/3356) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
84962026-08-26T15:03:22.546Z PASS [ 0.030s] (2649/3356) oximeter-db oxql::ast::grammar::tests::test_double_literal
84972026-08-26T15:03:22.546Z PASS [ 0.030s] (2650/3356) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
84982026-08-26T15:03:22.546Z PASS [ 0.032s] (2651/3356) oximeter-db oxql::ast::grammar::tests::test_duration_literal
84992026-08-26T15:03:22.546Z PASS [ 0.031s] (2652/3356) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
85002026-08-26T15:03:22.546Z PASS [ 0.026s] (2653/3356) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
85012026-08-26T15:03:22.546Z PASS [ 0.027s] (2654/3356) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
85022026-08-26T15:03:22.546Z PASS [ 0.028s] (2655/3356) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
85032026-08-26T15:03:22.546Z PASS [ 0.029s] (2656/3356) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
85042026-08-26T15:03:22.546Z PASS [ 0.032s] (2657/3356) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
85052026-08-26T15:03:22.546Z PASS [ 0.030s] (2658/3356) oximeter-db oxql::ast::grammar::tests::test_group_by
85062026-08-26T15:03:22.546Z PASS [ 0.030s] (2659/3356) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
85072026-08-26T15:03:22.546Z PASS [ 0.030s] (2660/3356) oximeter-db oxql::ast::grammar::tests::test_ident
85082026-08-26T15:03:22.546Z PASS [ 0.034s] (2661/3356) oximeter-db oxql::ast::grammar::tests::test_get_table_op
85092026-08-26T15:03:22.578Z PASS [ 0.030s] (2662/3356) oximeter-db oxql::ast::grammar::tests::test_integer_literal
85102026-08-26T15:03:22.579Z PASS [ 0.029s] (2663/3356) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
85112026-08-26T15:03:22.581Z PASS [ 0.028s] (2664/3356) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
85122026-08-26T15:03:22.581Z PASS [ 0.038s] (2665/3356) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
85132026-08-26T15:03:22.581Z PASS [ 0.038s] (2666/3356) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
85142026-08-26T15:03:22.582Z PASS [ 0.040s] (2667/3356) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
85152026-08-26T15:03:22.582Z PASS [ 0.044s] (2668/3356) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
85162026-08-26T15:03:22.582Z PASS [ 0.027s] (2669/3356) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
85172026-08-26T15:03:22.582Z PASS [ 0.033s] (2670/3356) oximeter-db oxql::ast::grammar::tests::test_query
85182026-08-26T15:03:22.582Z PASS [ 0.033s] (2671/3356) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
85192026-08-26T15:03:22.582Z PASS [ 0.026s] (2672/3356) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
85202026-08-26T15:03:22.582Z PASS [ 0.030s] (2673/3356) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
85212026-08-26T15:03:22.582Z PASS [ 0.032s] (2674/3356) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
85222026-08-26T15:03:22.582Z PASS [ 0.031s] (2675/3356) oximeter-db oxql::ast::grammar::tests::test_reducer
85232026-08-26T15:03:22.582Z PASS [ 0.028s] (2676/3356) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
85242026-08-26T15:03:22.582Z PASS [ 0.029s] (2677/3356) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
85252026-08-26T15:03:22.582Z PASS [ 0.956s] (2678/3356) oximeter-db client::tests::test_sql_query_output
85262026-08-26T15:03:22.582Z PASS [ 0.032s] (2679/3356) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
85272026-08-26T15:03:22.582Z PASS [ 0.033s] (2680/3356) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
85282026-08-26T15:03:22.582Z PASS [ 0.028s] (2681/3356) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
85292026-08-26T15:03:22.582Z PASS [ 0.031s] (2682/3356) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
85302026-08-26T15:03:22.582Z PASS [ 0.024s] (2683/3356) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
85312026-08-26T15:03:22.582Z PASS [ 0.026s] (2684/3356) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
85322026-08-26T15:03:22.582Z PASS [ 0.027s] (2685/3356) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
85332026-08-26T15:03:22.582Z PASS [ 0.619s] (2686/3356) oximeter-db native::connection::tests::test_basic_select_query
85342026-08-26T15:03:22.582Z PASS [ 0.040s] (2687/3356) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
85352026-08-26T15:03:22.582Z PASS [ 0.042s] (2688/3356) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
85362026-08-26T15:03:22.582Z PASS [ 0.043s] (2689/3356) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
85372026-08-26T15:03:22.582Z PASS [ 0.043s] (2690/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
85382026-08-26T15:03:22.582Z PASS [ 0.043s] (2691/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
85392026-08-26T15:03:22.582Z PASS [ 0.042s] (2692/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
85402026-08-26T15:03:22.582Z PASS [ 0.629s] (2693/3356) oximeter-db native::connection::tests::test_exchange_hello
85412026-08-26T15:03:22.582Z PASS [ 0.045s] (2694/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
85422026-08-26T15:03:22.582Z PASS [ 0.032s] (2695/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
85432026-08-26T15:03:22.582Z PASS [ 0.634s] (2696/3356) oximeter-db native::connection::tests::test_insert_and_select_data
85442026-08-26T15:03:22.582Z PASS [ 0.630s] (2697/3356) oximeter-db native::connection::tests::test_insert_and_select_uuid
85452026-08-26T15:03:22.583Z PASS [ 0.034s] (2698/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
85462026-08-26T15:03:22.583Z PASS [ 0.031s] (2699/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
85472026-08-26T15:03:22.583Z PASS [ 0.036s] (2700/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
85482026-08-26T15:03:22.583Z PASS [ 0.037s] (2701/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
85492026-08-26T15:03:22.583Z PASS [ 0.030s] (2702/3356) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
85502026-08-26T15:03:22.583Z PASS [ 0.035s] (2703/3356) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
85512026-08-26T15:03:22.583Z PASS [ 0.038s] (2704/3356) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
85522026-08-26T15:03:22.583Z PASS [ 0.036s] (2705/3356) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
85532026-08-26T15:03:22.583Z PASS [ 0.031s] (2706/3356) oximeter-db oxql::plan::align::test::test_align_input_schema
85542026-08-26T15:03:22.583Z PASS [ 0.036s] (2707/3356) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
85552026-08-26T15:03:22.583Z PASS [ 0.035s] (2708/3356) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
85562026-08-26T15:03:22.583Z PASS [ 0.043s] (2709/3356) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
85572026-08-26T15:03:22.583Z PASS [ 0.044s] (2710/3356) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
85582026-08-26T15:03:22.583Z PASS [ 0.639s] (2711/3356) oximeter-db native::connection::tests::test_select_array_of_nullable_column
85592026-08-26T15:03:22.583Z PASS [ 0.640s] (2712/3356) oximeter-db native::connection::tests::test_select_array_column
85602026-08-26T15:03:22.583Z PASS [ 0.631s] (2713/3356) oximeter-db native::connection::tests::test_select_nullable_column
85612026-08-26T15:03:22.583Z PASS [ 0.047s] (2714/3356) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
85622026-08-26T15:03:22.583Z PASS [ 0.050s] (2715/3356) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
85632026-08-26T15:03:22.583Z PASS [ 0.050s] (2716/3356) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
85642026-08-26T15:03:22.583Z PASS [ 0.040s] (2717/3356) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
85652026-08-26T15:03:22.583Z PASS [ 0.051s] (2718/3356) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
85662026-08-26T15:03:22.583Z PASS [ 0.039s] (2719/3356) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
85672026-08-26T15:03:22.583Z PASS [ 0.041s] (2720/3356) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
85682026-08-26T15:03:22.583Z PASS [ 0.041s] (2721/3356) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
85692026-08-26T15:03:22.583Z PASS [ 0.040s] (2722/3356) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
85702026-08-26T15:03:22.583Z PASS [ 0.728s] (2723/3356) oximeter-db native::connection::tests::test_can_cancel_query
85712026-08-26T15:03:22.583Z PASS [ 0.041s] (2724/3356) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
85722026-08-26T15:03:22.583Z PASS [ 0.041s] (2725/3356) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
85732026-08-26T15:03:22.583Z PASS [ 0.041s] (2726/3356) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
85742026-08-26T15:03:22.583Z PASS [ 0.043s] (2727/3356) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
85752026-08-26T15:03:22.583Z PASS [ 0.040s] (2728/3356) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
85762026-08-26T15:03:22.583Z PASS [ 0.040s] (2729/3356) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
85772026-08-26T15:03:22.584Z PASS [ 0.045s] (2730/3356) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
85782026-08-26T15:03:22.584Z PASS [ 0.056s] (2731/3356) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
85792026-08-26T15:03:22.584Z PASS [ 0.036s] (2732/3356) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
85802026-08-26T15:03:22.584Z PASS [ 0.047s] (2733/3356) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
85812026-08-26T15:03:22.584Z PASS [ 0.050s] (2734/3356) oximeter-db oxql::query::tests::test_coalesce_limits
85822026-08-26T15:03:22.584Z PASS [ 0.058s] (2735/3356) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
85832026-08-26T15:03:22.584Z PASS [ 0.057s] (2736/3356) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
85842026-08-26T15:03:22.584Z PASS [ 0.054s] (2737/3356) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
85852026-08-26T15:03:22.584Z PASS [ 0.034s] (2738/3356) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
85862026-08-26T15:03:22.584Z PASS [ 0.056s] (2739/3356) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
85872026-08-26T15:03:22.584Z PASS [ 0.034s] (2740/3356) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
85882026-08-26T15:03:22.584Z PASS [ 0.034s] (2741/3356) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
85892026-08-26T15:03:22.584Z PASS [ 0.034s] (2742/3356) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
85902026-08-26T15:03:22.584Z PASS [ 0.040s] (2743/3356) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
85912026-08-26T15:03:22.584Z PASS [ 0.042s] (2744/3356) oximeter-db oxql::query::tests::test_coalesce_predicates
85922026-08-26T15:03:22.584Z PASS [ 0.039s] (2745/3356) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
85932026-08-26T15:03:22.584Z PASS [ 0.617s] (2746/3356) oximeter-db native::connection::tests::test_send_cancel_with_no_query
85942026-08-26T15:03:22.584Z PASS [ 0.042s] (2747/3356) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
85952026-08-26T15:03:22.584Z PASS [ 0.047s] (2748/3356) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
85962026-08-26T15:03:22.584Z PASS [ 0.055s] (2749/3356) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
85972026-08-26T15:03:22.584Z PASS [ 0.053s] (2750/3356) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
85982026-08-26T15:03:22.584Z PASS [ 0.055s] (2751/3356) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
85992026-08-26T15:03:22.584Z PASS [ 0.052s] (2752/3356) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
86002026-08-26T15:03:22.584Z PASS [ 0.047s] (2753/3356) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
86012026-08-26T15:03:22.584Z PASS [ 0.058s] (2754/3356) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
86022026-08-26T15:03:22.584Z PASS [ 0.058s] (2755/3356) oximeter-db oxql::query::tests::test_query_end_time
86032026-08-26T15:03:22.584Z PASS [ 0.060s] (2756/3356) oximeter-db oxql::query::tests::test_insert_filters
86042026-08-26T15:03:22.584Z PASS [ 0.052s] (2757/3356) oximeter-db oxql::query::tests::test_split_query
86052026-08-26T15:03:22.584Z PASS [ 0.049s] (2758/3356) oximeter-db query::tests::test_field_cmp
86062026-08-26T15:03:22.584Z PASS [ 0.046s] (2759/3356) oximeter-db query::tests::test_field_selector_as_query
86072026-08-26T15:03:22.584Z PASS [ 0.043s] (2760/3356) oximeter-db query::tests::test_field_value_as_db_str
86082026-08-26T15:03:22.584Z PASS [ 0.037s] (2761/3356) oximeter-db query::tests::test_select_query_builder_from_parts
86092026-08-26T15:03:22.591Z PASS [ 0.053s] (2762/3356) oximeter-db query::tests::test_select_query_builder_field_selectors
86102026-08-26T15:03:22.592Z PASS [ 0.050s] (2763/3356) oximeter-db query::tests::test_select_query_builder_filter_raw
86112026-08-26T15:03:22.592Z PASS [ 0.036s] (2764/3356) oximeter-db query::tests::test_select_query_builder_full
86122026-08-26T15:03:22.592Z PASS [ 0.033s] (2765/3356) oximeter-db query::tests::test_select_query_builder_limit_offset
86132026-08-26T15:03:22.592Z PASS [ 0.048s] (2766/3356) oximeter-db query::tests::test_select_query_builder_no_selectors
86142026-08-26T15:03:22.592Z PASS [ 0.051s] (2767/3356) oximeter-db query::tests::test_select_query_builder_no_fields
86152026-08-26T15:03:22.592Z PASS [ 0.051s] (2768/3356) oximeter-db sql::tests::test_allow_limit_offset
86162026-08-26T15:03:22.592Z PASS [ 0.054s] (2769/3356) oximeter-db query::tests::test_time_range
86172026-08-26T15:03:22.592Z PASS [ 0.055s] (2770/3356) oximeter-db sql::tests::test_cannot_name_database
86182026-08-26T15:03:22.592Z PASS [ 0.060s] (2771/3356) oximeter-db query::tests::test_string_field_selector
86192026-08-26T15:03:22.592Z PASS [ 0.051s] (2772/3356) oximeter-db sql::tests::test_multiple_statements_are_not_supported
86202026-08-26T15:03:22.592Z PASS [ 0.054s] (2773/3356) oximeter-db sql::tests::test_ctes_are_not_supported
86212026-08-26T15:03:22.592Z PASS [ 0.052s] (2774/3356) oximeter-db sql::tests::test_join_must_be_inner
86222026-08-26T15:03:22.592Z PASS [ 0.060s] (2775/3356) oximeter-db sql::tests::test_allow_subqueries
86232026-08-26T15:03:22.592Z PASS [ 0.056s] (2776/3356) oximeter-db sql::tests::test_function_allow_list
86242026-08-26T15:03:22.592Z PASS [ 0.045s] (2777/3356) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
86252026-08-26T15:03:22.592Z PASS [ 0.046s] (2778/3356) oximeter-db sql::tests::test_query_must_be_select_statement
86262026-08-26T15:03:22.592Z PASS [ 0.045s] (2779/3356) oximeter-db sql::tests::test_require_table_is_timeseries_name
86272026-08-26T15:03:22.592Z PASS [ 0.041s] (2780/3356) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
86282026-08-26T15:03:22.592Z PASS [ 0.042s] (2781/3356) oximeter-db sql::tests::test_with_comma_join_fails
86292026-08-26T15:03:22.592Z PASS [ 0.030s] (2782/3356) oximeter-db tests::test_timeseries_key_field_stability
86302026-08-26T15:03:22.592Z PASS [ 0.036s] (2783/3356) oximeter-instruments http::tests::test_latency_tracker
86312026-08-26T15:03:22.592Z PASS [ 0.036s] (2784/3356) oximeter-instruments kstat::cpu::tests::test_kstat_interested
86322026-08-26T15:03:22.592Z PASS [ 0.040s] (2785/3356) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
86332026-08-26T15:03:22.592Z PASS [ 0.054s] (2786/3356) oximeter-db tests::test_timeseries_key_sample_stability
86342026-08-26T15:03:22.592Z PASS [ 0.054s] (2787/3356) oximeter-db::integration_test test_schemas_are_not_modified
86352026-08-26T15:03:22.592Z PASS [ 0.029s] (2788/3356) oximeter-instruments kstat::link::tests::test_interested_negative
86362026-08-26T15:03:22.592Z PASS [ 0.033s] (2789/3356) oximeter-instruments kstat::link::tests::test_interested_positive
86372026-08-26T15:03:22.592Z PASS [ 0.076s] (2790/3356) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
86382026-08-26T15:03:22.592Z PASS [ 0.068s] (2791/3356) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
86392026-08-26T15:03:22.592Z PASS [ 0.074s] (2792/3356) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
86402026-08-26T15:03:22.593Z PASS [ 0.081s] (2793/3356) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
86412026-08-26T15:03:22.593Z PASS [ 0.034s] (2794/3356) oximeter-instruments kstat::link::tests::test_to_samples
86422026-08-26T15:03:22.593Z PASS [ 0.076s] (2795/3356) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
86432026-08-26T15:03:22.593Z PASS [ 0.075s] (2796/3356) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
86442026-08-26T15:03:22.593Z PASS [ 0.068s] (2797/3356) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
86452026-08-26T15:03:22.593Z PASS [ 0.075s] (2798/3356) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
86462026-08-26T15:03:22.593Z PASS [ 0.053s] (2799/3356) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
86472026-08-26T15:03:22.593Z PASS [ 0.026s] (2800/3356) oximeter-instruments kstat::opte_port::tests::test_interested_negative
86482026-08-26T15:03:22.593Z PASS [ 0.067s] (2801/3356) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
86492026-08-26T15:03:22.593Z PASS [ 0.029s] (2802/3356) oximeter-instruments kstat::opte_port::tests::test_interested_positive
86502026-08-26T15:03:22.593Z PASS [ 0.027s] (2803/3356) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
86512026-08-26T15:03:22.593Z PASS [ 0.029s] (2804/3356) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
86522026-08-26T15:03:22.593Z PASS [ 0.027s] (2805/3356) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
86532026-08-26T15:03:22.593Z PASS [ 0.032s] (2806/3356) oximeter-instruments kstat::opte_port::tests::test_to_samples
86542026-08-26T15:03:22.593Z PASS [ 0.029s] (2807/3356) oximeter-instruments kstat::zone::tests::test_kstat_interested
86552026-08-26T15:03:22.593Z PASS [ 0.032s] (2808/3356) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
86562026-08-26T15:03:22.593Z PASS [ 0.021s] (2809/3356) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
86572026-08-26T15:03:22.593Z PASS [ 0.032s] (2810/3356) oximeter-instruments zfs::usage::tests::test_dataset_samples
86582026-08-26T15:03:22.593Z PASS [ 0.042s] (2811/3356) oximeter-instruments kstat::zone::tests::test_zone_samples
86592026-08-26T15:03:22.593Z PASS [ 0.023s] (2812/3356) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
86602026-08-26T15:03:22.593Z PASS [ 0.027s] (2813/3356) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
86612026-08-26T15:03:22.593Z PASS [ 0.045s] (2814/3356) oximeter-instruments zfs::usage::tests::test_collect_zpools
86622026-08-26T15:03:22.593Z PASS [ 0.025s] (2815/3356) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
86632026-08-26T15:03:22.593Z PASS [ 0.023s] (2816/3356) oximeter-macro-impl tests::test_metric_enum
86642026-08-26T15:03:22.593Z PASS [ 0.025s] (2817/3356) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
86652026-08-26T15:03:22.593Z PASS [ 0.025s] (2818/3356) oximeter-macro-impl tests::test_metric_annotated_field
86662026-08-26T15:03:22.593Z PASS [ 0.028s] (2819/3356) oximeter-macro-impl tests::test_metric_datum_field
86672026-08-26T15:03:22.593Z PASS [ 0.025s] (2820/3356) oximeter-macro-impl tests::test_metric_without_datum_field
86682026-08-26T15:03:22.593Z PASS [ 0.024s] (2821/3356) oximeter-macro-impl tests::test_target
86692026-08-26T15:03:22.593Z PASS [ 0.062s] (2822/3356) oximeter-instruments zfs::usage::tests::test_collect_datasets
86702026-08-26T15:03:22.593Z PASS [ 0.026s] (2823/3356) oximeter-macro-impl tests::test_target_empty_struct
86712026-08-26T15:03:22.593Z PASS [ 0.025s] (2824/3356) oximeter-macro-impl tests::test_target_enum
86722026-08-26T15:03:22.593Z PASS [ 0.021s] (2825/3356) oximeter-macro-impl tests::test_target_with_datum_field
86732026-08-26T15:03:22.594Z PASS [ 0.524s] (2826/3356) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
86742026-08-26T15:03:22.594Z PASS [ 0.028s] (2827/3356) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
86752026-08-26T15:03:22.594Z PASS [ 0.027s] (2828/3356) oximeter-macro-impl tests::test_target_unit_struct
86762026-08-26T15:03:22.594Z PASS [ 0.028s] (2829/3356) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
86772026-08-26T15:03:22.594Z PASS [ 0.028s] (2830/3356) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
86782026-08-26T15:03:22.594Z PASS [ 0.026s] (2831/3356) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
86792026-08-26T15:03:22.594Z PASS [ 0.020s] (2832/3356) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
86802026-08-26T15:03:22.594Z PASS [ 0.032s] (2833/3356) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
86812026-08-26T15:03:22.594Z PASS [ 0.034s] (2834/3356) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
86822026-08-26T15:03:22.594Z PASS [ 0.024s] (2835/3356) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
86832026-08-26T15:03:22.594Z PASS [ 0.036s] (2836/3356) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
86842026-08-26T15:03:22.594Z PASS [ 0.021s] (2837/3356) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
86852026-08-26T15:03:22.594Z PASS [ 0.025s] (2838/3356) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
86862026-08-26T15:03:22.594Z PASS [ 0.023s] (2839/3356) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
86872026-08-26T15:03:22.594Z PASS [ 0.020s] (2840/3356) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
86882026-08-26T15:03:22.594Z PASS [ 0.022s] (2841/3356) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
86892026-08-26T15:03:22.594Z PASS [ 0.021s] (2842/3356) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
86902026-08-26T15:03:22.594Z PASS [ 0.023s] (2843/3356) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
86912026-08-26T15:03:22.594Z PASS [ 0.025s] (2844/3356) oximeter-schema ir::tests::fail_on_empty_metric_name
86922026-08-26T15:03:22.594Z PASS [ 0.026s] (2845/3356) oximeter-schema ir::tests::fail_on_empty_descriptions
86932026-08-26T15:03:22.594Z PASS [ 0.024s] (2846/3356) oximeter-schema ir::tests::fail_on_empty_target_name
86942026-08-26T15:03:22.594Z PASS [ 0.027s] (2847/3356) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
86952026-08-26T15:03:22.594Z PASS [ 0.025s] (2848/3356) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
86962026-08-26T15:03:22.594Z PASS [ 0.026s] (2849/3356) oximeter-schema ir::tests::fail_on_very_long_field_names
86972026-08-26T15:03:22.594Z PASS [ 0.025s] (2850/3356) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
86982026-08-26T15:03:22.594Z PASS [ 0.026s] (2851/3356) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
86992026-08-26T15:03:22.594Z PASS [ 0.028s] (2852/3356) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
87002026-08-26T15:03:22.594Z PASS [ 0.029s] (2853/3356) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
87012026-08-26T15:03:22.594Z PASS [ 0.027s] (2854/3356) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
87022026-08-26T15:03:22.594Z PASS [ 0.028s] (2855/3356) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
87032026-08-26T15:03:22.594Z PASS [ 0.022s] (2856/3356) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
87042026-08-26T15:03:22.594Z PASS [ 0.031s] (2857/3356) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
87052026-08-26T15:03:22.595Z PASS [ 0.027s] (2858/3356) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
87062026-08-26T15:03:22.595Z PASS [ 0.031s] (2859/3356) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
87072026-08-26T15:03:22.595Z PASS [ 0.030s] (2860/3356) oximeter-schema ir::tests::only_support_format_version_1
87082026-08-26T15:03:22.595Z PASS [ 0.028s] (2861/3356) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
87092026-08-26T15:03:22.600Z PASS [ 0.020s] (2862/3356) oximeter-types queue::tests::test_bounded_queue
87102026-08-26T15:03:22.600Z PASS [ 0.022s] (2863/3356) oximeter-types queue::tests::test_bounded_queue_overflow
87112026-08-26T15:03:22.600Z PASS [ 0.028s] (2864/3356) oximeter-types queue::tests::test_bounded_queue_sample_overflow
87122026-08-26T15:03:22.600Z PASS [ 0.027s] (2865/3356) oximeter-types traits::tests::test_metric_trait
87132026-08-26T15:03:22.600Z PASS [ 0.024s] (2866/3356) oximeter-types-versions impls::histogram::tests::test_bin_range_from
87142026-08-26T15:03:22.600Z PASS [ 0.027s] (2867/3356) oximeter-types-versions impls::histogram::tests::test_bin_range
87152026-08-26T15:03:22.600Z PASS [ 0.025s] (2868/3356) oximeter-types-versions impls::histogram::tests::test_bin_range_to
87162026-08-26T15:03:22.600Z PASS [ 0.029s] (2869/3356) oximeter-types traits::tests::test_target_trait
87172026-08-26T15:03:22.600Z PASS [ 0.031s] (2870/3356) oximeter-types traits::tests::test_producer_trait
87182026-08-26T15:03:22.600Z PASS [ 0.021s] (2871/3356) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
87192026-08-26T15:03:22.600Z PASS [ 0.018s] (2872/3356) oximeter-types-versions impls::histogram::tests::test_ensure_finite
87202026-08-26T15:03:22.600Z PASS [ 0.018s] (2873/3356) oximeter-types-versions impls::histogram::tests::test_histogram
87212026-08-26T15:03:22.600Z PASS [ 0.019s] (2874/3356) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
87222026-08-26T15:03:22.600Z PASS [ 0.019s] (2875/3356) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
87232026-08-26T15:03:22.600Z PASS [ 0.027s] (2876/3356) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
87242026-08-26T15:03:22.600Z PASS [ 0.025s] (2877/3356) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
87252026-08-26T15:03:22.600Z PASS [ 0.022s] (2878/3356) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
87262026-08-26T15:03:22.600Z PASS [ 0.028s] (2879/3356) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
87272026-08-26T15:03:22.600Z PASS [ 0.019s] (2880/3356) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
87282026-08-26T15:03:22.600Z PASS [ 0.018s] (2881/3356) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
87292026-08-26T15:03:22.600Z PASS [ 0.019s] (2882/3356) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
87302026-08-26T15:03:22.601Z PASS [ 0.023s] (2883/3356) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
87312026-08-26T15:03:22.601Z PASS [ 0.088s] (2884/3356) oximeter-test-utils tests::test_timeseries_schema_from_sample
87322026-08-26T15:03:22.601Z PASS [ 0.098s] (2885/3356) oximeter-test-utils tests::test_gen_test_samples
87332026-08-26T15:03:22.601Z PASS [ 0.088s] (2886/3356) oximeter-test-utils tests::test_timeseries_schema_from_parts
87342026-08-26T15:03:22.601Z PASS [ 0.100s] (2887/3356) oximeter-test-utils tests::test_sample_struct
87352026-08-26T15:03:22.601Z PASS [ 0.097s] (2888/3356) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
87362026-08-26T15:03:22.601Z PASS [ 0.022s] (2889/3356) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
87372026-08-26T15:03:22.601Z PASS [ 0.023s] (2890/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
87382026-08-26T15:03:22.601Z PASS [ 0.025s] (2891/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
87392026-08-26T15:03:22.601Z PASS [ 0.026s] (2892/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
87402026-08-26T15:03:22.601Z PASS [ 0.025s] (2893/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
87412026-08-26T15:03:22.601Z PASS [ 0.028s] (2894/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
87422026-08-26T15:03:22.601Z PASS [ 0.024s] (2895/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
87432026-08-26T15:03:22.601Z PASS [ 0.023s] (2896/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
87442026-08-26T15:03:22.601Z PASS [ 0.027s] (2897/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
87452026-08-26T15:03:22.601Z PASS [ 0.026s] (2898/3356) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
87462026-08-26T15:03:22.601Z PASS [ 0.026s] (2899/3356) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
87472026-08-26T15:03:22.601Z PASS [ 0.023s] (2900/3356) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
87482026-08-26T15:03:22.601Z PASS [ 0.027s] (2901/3356) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
87492026-08-26T15:03:22.601Z PASS [ 0.020s] (2902/3356) oximeter-types-versions impls::quantile::tests::test_empty_observations
87502026-08-26T15:03:22.601Z PASS [ 0.031s] (2903/3356) oximeter-types-versions impls::histogram::tests::test_span_decades
87512026-08-26T15:03:22.601Z PASS [ 0.023s] (2904/3356) oximeter-types-versions impls::quantile::tests::test_default_percentiles
87522026-08-26T15:03:22.601Z PASS [ 0.020s] (2905/3356) oximeter-types-versions impls::quantile::tests::test_float_observations
87532026-08-26T15:03:22.601Z PASS [ 0.021s] (2906/3356) oximeter-types-versions impls::quantile::tests::test_find_cells
87542026-08-26T15:03:22.601Z PASS [ 0.019s] (2907/3356) oximeter-types-versions impls::quantile::tests::test_integer_observations
87552026-08-26T15:03:22.601Z PASS [ 0.019s] (2908/3356) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
87562026-08-26T15:03:22.601Z PASS [ 0.020s] (2909/3356) oximeter-types-versions impls::quantile::tests::test_min_p
87572026-08-26T15:03:22.601Z PASS [ 0.022s] (2910/3356) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
87582026-08-26T15:03:22.601Z PASS [ 0.025s] (2911/3356) oximeter-types-versions impls::quantile::tests::test_max_p
87592026-08-26T15:03:22.601Z PASS [ 0.020s] (2912/3356) oximeter-types-versions impls::quantile::tests::test_rounding
87602026-08-26T15:03:22.601Z PASS [ 0.020s] (2913/3356) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
87612026-08-26T15:03:22.601Z PASS [ 0.020s] (2914/3356) oximeter-types-versions impls::types::tests::test_cumulative_f64
87622026-08-26T15:03:22.602Z PASS [ 0.023s] (2915/3356) oximeter-types-versions impls::schema::tests::test_timeseries_name
87632026-08-26T15:03:22.602Z PASS [ 0.021s] (2916/3356) oximeter-types-versions impls::types::tests::test_cumulative_i64
87642026-08-26T15:03:22.602Z PASS [ 0.019s] (2917/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
87652026-08-26T15:03:22.602Z PASS [ 0.021s] (2918/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
87662026-08-26T15:03:22.602Z PASS [ 0.025s] (2919/3356) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
87672026-08-26T15:03:22.602Z PASS [ 0.021s] (2920/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
87682026-08-26T15:03:22.602Z PASS [ 0.023s] (2921/3356) oximeter-types-versions impls::types::tests::test_datum
87692026-08-26T15:03:22.602Z PASS [ 0.022s] (2922/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
87702026-08-26T15:03:22.602Z PASS [ 0.020s] (2923/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
87712026-08-26T15:03:22.602Z PASS [ 0.022s] (2924/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
87722026-08-26T15:03:22.602Z PASS [ 0.020s] (2925/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
87732026-08-26T15:03:22.602Z PASS [ 0.021s] (2926/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
87742026-08-26T15:03:22.602Z PASS [ 0.019s] (2927/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
87752026-08-26T15:03:22.602Z PASS [ 0.020s] (2928/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
87762026-08-26T15:03:22.602Z PASS [ 0.021s] (2929/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
87772026-08-26T15:03:22.602Z PASS [ 0.022s] (2930/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
87782026-08-26T15:03:22.602Z PASS [ 0.021s] (2931/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
87792026-08-26T15:03:22.602Z PASS [ 0.020s] (2932/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
87802026-08-26T15:03:22.602Z PASS [ 0.021s] (2933/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
87812026-08-26T15:03:22.602Z PASS [ 0.021s] (2934/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
87822026-08-26T15:03:22.602Z PASS [ 0.020s] (2935/3356) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
87832026-08-26T15:03:22.602Z PASS [ 0.019s] (2936/3356) oxlog tests::test_created_lookup_gating
87842026-08-26T15:03:22.602Z PASS [ 0.022s] (2937/3356) oximeter-types-versions impls::types::tests::test_measurement
87852026-08-26T15:03:22.602Z PASS [ 0.022s] (2938/3356) oximeter-types-versions impls::types::tests::test_verify_field_names
87862026-08-26T15:03:22.602Z PASS [ 0.020s] (2939/3356) oxlog tests::test_daterange_filter
87872026-08-26T15:03:22.602Z PASS [ 0.024s] (2940/3356) oxlog illumos_tests::test_crtime_of_new_file
87882026-08-26T15:03:22.602Z PASS [ 0.020s] (2941/3356) oxlog tests::test_daterange_filter_content_span
87892026-08-26T15:03:22.602Z PASS [ 0.021s] (2942/3356) oxlog tests::test_is_oxide_smf_log_file
87902026-08-26T15:03:22.602Z PASS [ 0.021s] (2943/3356) oxlog tests::test_oxide_smf_service_name_from_log_file_name
87912026-08-26T15:03:22.602Z PASS [ 0.020s] (2944/3356) oxlog tests::test_sort_logs
87922026-08-26T15:03:22.602Z PASS [ 0.023s] (2945/3356) oxlog::bin/oxlog tests::test_parse_timestamp
87932026-08-26T15:03:22.602Z PASS [ 0.034s] (2946/3356) oxql-types point::tests::test_cast_points_from_int_distribution
87942026-08-26T15:03:22.602Z PASS [ 0.045s] (2947/3356) oxql-types point::tests::test_cast_points_from_bool
87952026-08-26T15:03:22.602Z PASS [ 0.043s] (2948/3356) oxql-types point::tests::test_cast_points_from_double
87962026-08-26T15:03:22.602Z PASS [ 0.035s] (2949/3356) oxql-types point::tests::test_cast_points_from_double_distribution
87972026-08-26T15:03:22.602Z PASS [ 0.027s] (2950/3356) oxql-types point::tests::test_sub_between_histogram_distributions
87982026-08-26T15:03:22.602Z PASS [ 0.033s] (2951/3356) oxql-types point::tests::test_cast_points_from_string
87992026-08-26T15:03:22.603Z PASS [ 0.034s] (2952/3356) oxql-types point::tests::test_cast_points_from_integer
88002026-08-26T15:03:22.603Z PASS [ 0.033s] (2953/3356) oxql-types point::tests::test_join_point_arrays
88012026-08-26T15:03:22.603Z PASS [ 0.030s] (2954/3356) oxql-types point::tests::test_push_concrete_values
88022026-08-26T15:03:22.603Z PASS [ 0.033s] (2955/3356) oxql-types point::tests::test_point_delta_between
88032026-08-26T15:03:22.603Z PASS [ 0.031s] (2956/3356) oxql-types point::tests::test_point_delta_between_with_new_epoch
88042026-08-26T15:03:22.603Z PASS [ 0.035s] (2957/3356) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
88052026-08-26T15:03:22.603Z PASS [ 0.019s] (2958/3356) range-requests test::parse_range_invalid
88062026-08-26T15:03:22.603Z PASS [ 0.021s] (2959/3356) range-requests test::parse_range_valid
88072026-08-26T15:03:22.603Z PASS [ 0.022s] (2960/3356) range-requests test::get_response_no_range
88082026-08-26T15:03:22.603Z PASS [ 0.020s] (2961/3356) range-requests test::range_into_str
88092026-08-26T15:03:22.608Z PASS [ 0.023s] (2962/3356) range-requests test::invalid_ranges
88102026-08-26T15:03:22.608Z PASS [ 0.022s] (2963/3356) range-requests test::potential_range_parsing_does_not_crash
88112026-08-26T15:03:22.608Z PASS [ 0.023s] (2964/3356) range-requests test::single_range_parsing_does_not_crash
88122026-08-26T15:03:22.608Z PASS [ 0.027s] (2965/3356) range-requests test::get_response_with_range
88132026-08-26T15:03:22.608Z PASS [ 0.033s] (2966/3356) rack-init-config tests::bgp_request_round_trips_through_sled_agent
88142026-08-26T15:03:22.608Z PASS [ 0.042s] (2967/3356) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
88152026-08-26T15:03:22.608Z PASS [ 0.045s] (2968/3356) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
88162026-08-26T15:03:22.608Z PASS [ 0.084s] (2969/3356) parallel-task-set test::test_spawn_many
88172026-08-26T15:03:22.608Z PASS [ 0.134s] (2970/3356) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
88182026-08-26T15:03:22.608Z PASS [ 0.129s] (2971/3356) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
88192026-08-26T15:03:22.608Z PASS [ 0.137s] (2972/3356) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
88202026-08-26T15:03:22.608Z PASS [ 0.188s] (2973/3356) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
88212026-08-26T15:03:22.608Z PASS [ 0.200s] (2974/3356) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
88222026-08-26T15:03:22.608Z PASS [ 0.205s] (2975/3356) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
88232026-08-26T15:03:22.608Z PASS [ 0.202s] (2976/3356) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
88242026-08-26T15:03:22.608Z PASS [ 0.203s] (2977/3356) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
88252026-08-26T15:03:22.608Z PASS [ 0.209s] (2978/3356) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
88262026-08-26T15:03:22.608Z PASS [ 0.207s] (2979/3356) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
88272026-08-26T15:03:22.608Z PASS [ 0.222s] (2980/3356) reconfigurator-cli::test-scripts script::cmds-example.txt
88282026-08-26T15:03:22.608Z PASS [ 0.302s] (2981/3356) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
88292026-08-26T15:03:22.608Z PASS [ 0.128s] (2982/3356) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
88302026-08-26T15:03:22.608Z PASS [ 0.126s] (2983/3356) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
88312026-08-26T15:03:22.608Z PASS [ 0.316s] (2984/3356) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
88322026-08-26T15:03:22.609Z PASS [ 0.312s] (2985/3356) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
88332026-08-26T15:03:22.609Z PASS [ 0.285s] (2986/3356) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
88342026-08-26T15:03:22.609Z PASS [ 0.128s] (2987/3356) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
88352026-08-26T15:03:22.609Z PASS [ 0.114s] (2988/3356) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
88362026-08-26T15:03:22.609Z PASS [ 0.283s] (2989/3356) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
88372026-08-26T15:03:22.609Z PASS [ 0.120s] (2990/3356) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
88382026-08-26T15:03:22.609Z PASS [ 0.282s] (2991/3356) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
88392026-08-26T15:03:22.609Z PASS [ 0.292s] (2992/3356) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
88402026-08-26T15:03:22.609Z PASS [ 0.305s] (2993/3356) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
88412026-08-26T15:03:22.609Z PASS [ 0.294s] (2994/3356) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
88422026-08-26T15:03:22.609Z PASS [ 0.046s] (2995/3356) sled-agent-bootstrap-common sprockets::tests::json_serialization_round_trips
88432026-08-26T15:03:22.609Z PASS [ 0.393s] (2996/3356) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
88442026-08-26T15:03:22.609Z PASS [ 0.196s] (2997/3356) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
88452026-08-26T15:03:22.609Z PASS [ 0.116s] (2998/3356) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
88462026-08-26T15:03:22.609Z PASS [ 0.411s] (2999/3356) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
88472026-08-26T15:03:22.609Z PASS [ 0.193s] (3000/3356) reconfigurator-cli::test-scripts script::cmds.txt
88482026-08-26T15:03:22.609Z PASS [ 0.290s] (3001/3356) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
88492026-08-26T15:03:22.609Z PASS [ 0.396s] (3002/3356) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
88502026-08-26T15:03:22.609Z PASS [ 33.163s] (3003/3356) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
88512026-08-26T15:03:22.609Z PASS [ 11.755s] (3004/3356) omicron-omdb::test_all_output test_omdb_usage_errors
88522026-08-26T15:03:22.609Z PASS [ 0.048s] (3005/3356) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_entry_type_confusion
88532026-08-26T15:03:22.609Z PASS [ 0.033s] (3006/3356) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_exists
88542026-08-26T15:03:22.609Z PASS [ 0.035s] (3007/3356) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_mtime
88552026-08-26T15:03:22.609Z PASS [ 0.057s] (3008/3356) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
88562026-08-26T15:03:22.609Z PASS [ 0.030s] (3009/3356) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
88572026-08-26T15:03:22.609Z PASS [ 0.039s] (3010/3356) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_directories_type_filtering
88582026-08-26T15:03:22.609Z PASS [ 0.040s] (3011/3356) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_files_type_filtering
88592026-08-26T15:03:22.609Z PASS [ 0.036s] (3012/3356) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_nonexistent_dir
88602026-08-26T15:03:22.609Z PASS [ 0.051s] (3013/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
88612026-08-26T15:03:22.610Z PASS [ 1.483s] (3014/3356) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
88622026-08-26T15:03:22.610Z PASS [ 0.052s] (3015/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
88632026-08-26T15:03:22.610Z PASS [ 0.052s] (3016/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
88642026-08-26T15:03:22.610Z PASS [ 0.030s] (3017/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_dropbox
88652026-08-26T15:03:22.610Z PASS [ 0.050s] (3018/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
88662026-08-26T15:03:22.610Z PASS [ 0.031s] (3019/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
88672026-08-26T15:03:22.610Z PASS [ 0.049s] (3020/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
88682026-08-26T15:03:22.610Z PASS [ 0.040s] (3021/3356) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
88692026-08-26T15:03:22.610Z PASS [ 0.037s] (3022/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
88702026-08-26T15:03:22.610Z PASS [ 0.056s] (3023/3356) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_nested_archival_errors
88712026-08-26T15:03:22.610Z PASS [ 0.053s] (3024/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
88722026-08-26T15:03:22.610Z PASS [ 0.045s] (3025/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
88732026-08-26T15:03:22.610Z PASS [ 0.035s] (3026/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
88742026-08-26T15:03:22.610Z PASS [ 0.039s] (3027/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
88752026-08-26T15:03:22.610Z PASS [ 0.052s] (3028/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
88762026-08-26T15:03:22.610Z PASS [ 0.052s] (3029/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
88772026-08-26T15:03:22.623Z PASS [ 0.042s] (3030/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
88782026-08-26T15:03:22.627Z PASS [ 0.042s] (3031/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
88792026-08-26T15:03:22.632Z PASS [ 0.645s] (3032/3356) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
88802026-08-26T15:03:22.643Z PASS [ 0.045s] (3033/3356) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
88812026-08-26T15:03:22.660Z PASS [ 0.035s] (3034/3356) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
88822026-08-26T15:03:22.672Z PASS [ 0.045s] (3035/3356) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
88832026-08-26T15:03:22.697Z PASS [ 0.038s] (3036/3356) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
88842026-08-26T15:03:22.708Z PASS [ 0.036s] (3037/3356) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
88852026-08-26T15:03:22.737Z PASS [ 0.040s] (3038/3356) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
88862026-08-26T15:03:22.752Z PASS [ 0.042s] (3039/3356) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::can_convert_v4_to_newer_versions
88872026-08-26T15:03:22.772Z PASS [ 0.139s] (3040/3356) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
88882026-08-26T15:03:22.795Z PASS [ 0.044s] (3041/3356) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
88892026-08-26T15:03:22.801Z PASS [ 0.064s] (3042/3356) sled-agent-config-reconciler ledger::ledgered_sled_config_versioning::tests::read_config_converts_from_older_versions
88902026-08-26T15:03:22.810Z PASS [ 0.039s] (3043/3356) sled-agent-config-reconciler ledger::tests::read_existing_config
88912026-08-26T15:03:22.817Z PASS [ 1.066s] (3044/3356) reconfigurator-cli::test-scripts script::cmds-target-release.txt
88922026-08-26T15:03:22.820Z PASS [ 1.018s] (3045/3356) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
88932026-08-26T15:03:22.837Z PASS [ 0.042s] (3046/3356) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
88942026-08-26T15:03:22.840Z PASS [ 0.038s] (3047/3356) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
88952026-08-26T15:03:22.852Z PASS [ 0.042s] (3048/3356) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
88962026-08-26T15:03:22.857Z PASS [ 0.035s] (3049/3356) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
88972026-08-26T15:03:22.857Z PASS [ 0.038s] (3050/3356) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
88982026-08-26T15:03:22.873Z PASS [ 0.036s] (3051/3356) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
88992026-08-26T15:03:22.877Z PASS [ 0.810s] (3052/3356) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
89002026-08-26T15:03:22.891Z PASS [ 0.039s] (3053/3356) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
89012026-08-26T15:03:22.923Z PASS [ 0.031s] (3054/3356) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
89022026-08-26T15:03:22.963Z PASS [ 0.039s] (3055/3356) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
89032026-08-26T15:03:22.999Z PASS [ 1.167s] (3056/3356) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
89042026-08-26T15:03:23.015Z PASS [ 0.052s] (3057/3356) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
89052026-08-26T15:03:23.041Z PASS [ 0.041s] (3058/3356) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
89062026-08-26T15:03:23.052Z PASS [ 0.037s] (3059/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
89072026-08-26T15:03:23.066Z PASS [ 6.368s] (3060/3356) omicron-test-utils dev::db::test::test_setup_database_default_dir
89082026-08-26T15:03:23.084Z PASS [ 0.043s] (3061/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
89092026-08-26T15:03:23.087Z PASS [ 0.033s] (3062/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
89102026-08-26T15:03:23.099Z PASS [ 0.033s] (3063/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
89112026-08-26T15:03:23.121Z PASS [ 0.037s] (3064/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
89122026-08-26T15:03:23.127Z PASS [ 0.041s] (3065/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
89132026-08-26T15:03:23.143Z PASS [ 0.043s] (3066/3356) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
89142026-08-26T15:03:23.146Z PASS [ 0.025s] (3067/3356) sled-agent-multirack-join tests::new_start_sled_agent_status
89152026-08-26T15:03:23.150Z PASS [ 1.306s] (3068/3356) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
89162026-08-26T15:03:23.154Z PASS [ 0.027s] (3069/3356) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
89172026-08-26T15:03:23.179Z PASS [ 0.028s] (3070/3356) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
89182026-08-26T15:03:23.182Z PASS [ 0.027s] (3071/3356) sled-agent-rack-setup plan::service::tests::single_u2_sled_is_admitted
89192026-08-26T15:03:23.182Z PASS [ 0.036s] (3072/3356) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
89202026-08-26T15:03:23.193Z PASS [ 1.367s] (3073/3356) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
89212026-08-26T15:03:23.214Z PASS [ 0.035s] (3074/3356) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
89222026-08-26T15:03:23.217Z PASS [ 0.036s] (3075/3356) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
89232026-08-26T15:03:23.221Z PASS [ 0.035s] (3076/3356) sled-agent-rack-setup plan::service::tests::test_plan_with_heterogeneous_u2_counts
89242026-08-26T15:03:23.226Z PASS [ 0.033s] (3077/3356) sled-agent-rack-setup plan::service::tests::test_plan_with_one_u2_per_sled
89252026-08-26T15:03:23.247Z PASS [ 0.033s] (3078/3356) sled-agent-rack-setup service::test::parse_rack_initialization
89262026-08-26T15:03:23.250Z PASS [ 0.031s] (3079/3356) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
89272026-08-26T15:03:23.256Z PASS [ 0.038s] (3080/3356) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
89282026-08-26T15:03:23.277Z PASS [ 0.030s] (3081/3356) sled-agent-rack-setup service::test::test_subnets
89292026-08-26T15:03:23.281Z PASS [ 0.055s] (3082/3356) sled-agent-rack-setup service::test::test_extra_certs
89302026-08-26T15:03:23.285Z PASS [ 0.037s] (3083/3356) sled-agent-rack-setup service::test::test_omicron_zone_configs
89312026-08-26T15:03:23.285Z PASS [ 0.029s] (3084/3356) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
89322026-08-26T15:03:23.305Z PASS [ 0.027s] (3085/3356) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
89332026-08-26T15:03:23.312Z PASS [ 0.031s] (3086/3356) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
89342026-08-26T15:03:23.316Z PASS [ 0.033s] (3087/3356) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
89352026-08-26T15:03:23.320Z PASS [ 0.034s] (3088/3356) sled-agent-resolvable-files manifest::tests::read_success
89362026-08-26T15:03:23.330Z PASS [ 0.025s] (3089/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
89372026-08-26T15:03:23.336Z PASS [ 0.023s] (3090/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
89382026-08-26T15:03:23.341Z PASS [ 0.024s] (3091/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
89392026-08-26T15:03:23.345Z PASS [ 0.026s] (3092/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
89402026-08-26T15:03:23.357Z PASS [ 0.026s] (3093/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
89412026-08-26T15:03:23.361Z PASS [ 0.026s] (3094/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
89422026-08-26T15:03:23.366Z PASS [ 0.025s] (3095/3356) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
89432026-08-26T15:03:23.371Z PASS [ 0.026s] (3096/3356) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
89442026-08-26T15:03:23.379Z PASS [ 0.023s] (3097/3356) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
89452026-08-26T15:03:23.385Z PASS [ 0.024s] (3098/3356) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
89462026-08-26T15:03:23.391Z PASS [ 0.025s] (3099/3356) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
89472026-08-26T15:03:23.396Z PASS [ 0.024s] (3100/3356) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
89482026-08-26T15:03:23.403Z PASS [ 0.024s] (3101/3356) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
89492026-08-26T15:03:23.410Z PASS [ 0.025s] (3102/3356) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
89502026-08-26T15:03:23.416Z PASS [ 0.025s] (3103/3356) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
89512026-08-26T15:03:23.419Z PASS [ 0.023s] (3104/3356) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
89522026-08-26T15:03:23.428Z PASS [ 0.025s] (3105/3356) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
89532026-08-26T15:03:23.431Z PASS [ 0.286s] (3106/3356) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
89542026-08-26T15:03:23.434Z PASS [ 0.023s] (3107/3356) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
89552026-08-26T15:03:23.440Z PASS [ 0.024s] (3108/3356) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
89562026-08-26T15:03:23.444Z PASS [ 0.025s] (3109/3356) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
89572026-08-26T15:03:23.454Z PASS [ 0.026s] (3110/3356) sled-agent-resolvable-files mupdate_override::tests::read_both_present
89582026-08-26T15:03:23.457Z PASS [ 0.028s] (3111/3356) sled-agent-resolvable-files mupdate_override::tests::read_different_values
89592026-08-26T15:03:23.461Z PASS [ 0.027s] (3112/3356) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
89602026-08-26T15:03:23.472Z PASS [ 0.031s] (3113/3356) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
89612026-08-26T15:03:23.475Z PASS [ 0.028s] (3114/3356) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
89622026-08-26T15:03:23.479Z PASS [ 1.636s] (3115/3356) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
89632026-08-26T15:03:23.485Z PASS [ 0.031s] (3116/3356) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
89642026-08-26T15:03:23.489Z PASS [ 0.033s] (3117/3356) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
89652026-08-26T15:03:23.493Z PASS [ 0.030s] (3118/3356) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
89662026-08-26T15:03:23.521Z PASS [ 0.031s] (3119/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
89672026-08-26T15:03:23.527Z PASS [ 0.036s] (3120/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
89682026-08-26T15:03:23.558Z PASS [ 0.036s] (3121/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
89692026-08-26T15:03:23.563Z PASS [ 0.037s] (3122/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
89702026-08-26T15:03:23.601Z PASS [ 0.042s] (3123/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
89712026-08-26T15:03:23.605Z PASS [ 0.041s] (3124/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
89722026-08-26T15:03:23.637Z PASS [ 0.036s] (3125/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
89732026-08-26T15:03:23.640Z PASS [ 0.035s] (3126/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
89742026-08-26T15:03:23.710Z PASS [ 1.830s] (3127/3356) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
89752026-08-26T15:03:23.838Z PASS [ 2.825s] (3128/3356) oximeter-producer tests::test_producer_registration_task
89762026-08-26T15:03:23.916Z PASS [ 0.078s] (3129/3356) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
89772026-08-26T15:03:24.003Z PASS [ 0.292s] (3130/3356) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
89782026-08-26T15:03:24.024Z PASS [ 1.184s] (3131/3356) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
89792026-08-26T15:03:24.144Z PASS [ 0.227s] (3132/3356) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
89802026-08-26T15:03:24.179Z PASS [ 1.536s] (3133/3356) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
89812026-08-26T15:03:24.189Z PASS [ 0.186s] (3134/3356) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
89822026-08-26T15:03:24.201Z PASS [ 0.561s] (3135/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
89832026-08-26T15:03:24.212Z PASS [ 2.357s] (3136/3356) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
89842026-08-26T15:03:24.240Z PASS [ 0.039s] (3137/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
89852026-08-26T15:03:24.247Z PASS [ 0.035s] (3138/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
89862026-08-26T15:03:24.277Z PASS [ 0.037s] (3139/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
89872026-08-26T15:03:24.286Z PASS [ 0.037s] (3140/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
89882026-08-26T15:03:24.312Z PASS [ 0.034s] (3141/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
89892026-08-26T15:03:24.323Z PASS [ 0.038s] (3142/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
89902026-08-26T15:03:24.348Z PASS [ 0.324s] (3143/3356) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
89912026-08-26T15:03:24.351Z PASS [ 0.039s] (3144/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
89922026-08-26T15:03:24.361Z PASS [ 0.038s] (3145/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
89932026-08-26T15:03:24.364Z PASS [ 1.509s] (3146/3356) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
89942026-08-26T15:03:24.381Z PASS [ 1.508s] (3147/3356) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
89952026-08-26T15:03:24.385Z PASS [ 0.034s] (3148/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
89962026-08-26T15:03:24.402Z PASS [ 0.037s] (3149/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
89972026-08-26T15:03:24.418Z PASS [ 0.035s] (3150/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
89982026-08-26T15:03:24.421Z PASS [ 0.040s] (3151/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
89992026-08-26T15:03:24.441Z PASS [ 0.040s] (3152/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
90002026-08-26T15:03:24.456Z PASS [ 0.039s] (3153/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
90012026-08-26T15:03:24.460Z PASS [ 0.037s] (3154/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
90022026-08-26T15:03:24.463Z PASS [ 0.317s] (3155/3356) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
90032026-08-26T15:03:24.478Z PASS [ 0.037s] (3156/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
90042026-08-26T15:03:24.491Z PASS [ 0.032s] (3157/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
90052026-08-26T15:03:24.495Z PASS [ 0.034s] (3158/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
90062026-08-26T15:03:24.495Z PASS [ 0.035s] (3159/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
90072026-08-26T15:03:24.512Z PASS [ 0.033s] (3160/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
90082026-08-26T15:03:24.523Z PASS [ 0.033s] (3161/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
90092026-08-26T15:03:24.526Z PASS [ 0.036s] (3162/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
90102026-08-26T15:03:24.530Z PASS [ 0.033s] (3163/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
90112026-08-26T15:03:24.547Z PASS [ 0.036s] (3164/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
90122026-08-26T15:03:24.572Z PASS [ 0.044s] (3165/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
90132026-08-26T15:03:24.585Z PASS [ 0.038s] (3166/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
90142026-08-26T15:03:24.612Z PASS [ 0.038s] (3167/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
90152026-08-26T15:03:24.622Z PASS [ 0.037s] (3168/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
90162026-08-26T15:03:24.648Z PASS [ 0.036s] (3169/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
90172026-08-26T15:03:24.664Z PASS [ 0.042s] (3170/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
90182026-08-26T15:03:24.685Z PASS [ 0.037s] (3171/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
90192026-08-26T15:03:24.702Z PASS [ 0.038s] (3172/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
90202026-08-26T15:03:24.706Z PASS [ 0.344s] (3173/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
90212026-08-26T15:03:24.725Z PASS [ 0.040s] (3174/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
90222026-08-26T15:03:24.737Z PASS [ 0.032s] (3175/3356) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
90232026-08-26T15:03:24.741Z PASS [ 0.036s] (3176/3356) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
90242026-08-26T15:03:24.773Z PASS [ 0.035s] (3177/3356) sled-agent-types zone_bundle::tests::test_compare_bundles
90252026-08-26T15:03:24.815Z PASS [ 0.042s] (3178/3356) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
90262026-08-26T15:03:24.821Z PASS [ 1.945s] (3179/3356) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
90272026-08-26T15:03:24.847Z PASS [ 0.032s] (3180/3356) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
90282026-08-26T15:03:24.852Z PASS [ 0.031s] (3181/3356) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
90292026-08-26T15:03:24.856Z PASS [ 0.327s] (3182/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
90302026-08-26T15:03:24.870Z PASS [ 0.017s] (3183/3356) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
90312026-08-26T15:03:24.882Z PASS [ 0.022s] (3184/3356) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
90322026-08-26T15:03:24.882Z PASS [ 0.021s] (3185/3356) sled-agent-types-versions impls::inventory::tests::test_zone_snat_config_as_ip_types
90332026-08-26T15:03:24.889Z PASS [ 0.017s] (3186/3356) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
90342026-08-26T15:03:24.895Z PASS [ 0.018s] (3187/3356) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
90352026-08-26T15:03:24.895Z PASS [ 0.019s] (3188/3356) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
90362026-08-26T15:03:24.921Z PASS [ 0.014s] (3189/3356) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
90372026-08-26T15:03:24.927Z PASS [ 0.016s] (3190/3356) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
90382026-08-26T15:03:24.927Z PASS [ 0.018s] (3191/3356) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
90392026-08-26T15:03:24.961Z PASS [ 0.017s] (3192/3356) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
90402026-08-26T15:03:24.961Z PASS [ 0.018s] (3193/3356) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
90412026-08-26T15:03:25.034Z PASS [ 0.138s] (3194/3356) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
90422026-08-26T15:03:25.076Z PASS [ 2.220s] (3195/3356) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
90432026-08-26T15:03:25.893Z PASS [ 0.858s] (3196/3356) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
90442026-08-26T15:03:25.926Z PASS [ 0.032s] (3197/3356) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
90452026-08-26T15:03:25.953Z PASS [ 0.028s] (3198/3356) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
90462026-08-26T15:03:25.995Z PASS [ 0.042s] (3199/3356) sled-diagnostics queries::test::test_command_stderr_is_correct
90472026-08-26T15:03:25.998Z PASS [ 4.059s] (3200/3356) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
90482026-08-26T15:03:26.033Z PASS [ 0.038s] (3201/3356) sled-diagnostics queries::test::test_command_stdout_is_correct
90492026-08-26T15:03:26.037Z PASS [ 0.041s] (3202/3356) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
90502026-08-26T15:03:26.060Z PASS [ 2.587s] (3203/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
90512026-08-26T15:03:26.139Z PASS [ 0.101s] (3204/3356) sled-hardware disk::test::test_disk_paths
90522026-08-26T15:03:26.139Z PASS [ 0.079s] (3205/3356) sled-hardware disk::test::test_partition_device_paths
90532026-08-26T15:03:26.168Z PASS [ 2.690s] (3206/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
90542026-08-26T15:03:26.180Z PASS [ 0.041s] (3207/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
90552026-08-26T15:03:26.183Z PASS [ 0.042s] (3208/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
90562026-08-26T15:03:26.198Z PASS [ 0.030s] (3209/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
90572026-08-26T15:03:26.202Z PASS [ 1.274s] (3210/3356) sled-diagnostics logs::illumos_tests::collect_current_logs
90582026-08-26T15:03:26.212Z PASS [ 0.033s] (3211/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
90592026-08-26T15:03:26.222Z PASS [ 0.041s] (3212/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
90602026-08-26T15:03:26.231Z PASS [ 0.033s] (3213/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
90612026-08-26T15:03:26.237Z PASS [ 0.036s] (3214/3356) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
90622026-08-26T15:03:26.244Z PASS [ 0.031s] (3215/3356) sled-hardware illumos::tests::parse_smbios_invalid
90632026-08-26T15:03:26.252Z PASS [ 0.030s] (3216/3356) sled-hardware illumos::tests::parse_smbios_valid
90642026-08-26T15:03:26.259Z PASS [ 0.022s] (3217/3356) sled-storage dataset::test::serialize_dataset_name
90652026-08-26T15:03:26.262Z PASS [ 0.029s] (3218/3356) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
90662026-08-26T15:03:26.287Z PASS [ 0.043s] (3219/3356) support-bundle-collection zip::test::test_bundle_to_stream
90672026-08-26T15:03:26.299Z PASS [ 0.047s] (3220/3356) support-bundle-collection zip::test::test_bundle_to_writer
90682026-08-26T15:03:26.303Z PASS [ 0.042s] (3221/3356) trust-quorum proxy::tests::proxy_roundtrip_concurrent
90692026-08-26T15:03:26.306Z PASS [ 0.046s] (3222/3356) support-bundle-collection zip::test::test_bundle_to_zipfile
90702026-08-26T15:03:26.327Z PASS [ 0.040s] (3223/3356) trust-quorum proxy::tests::proxy_roundtrip_disconnected
90712026-08-26T15:03:26.340Z PASS [ 0.041s] (3224/3356) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
90722026-08-26T15:03:26.467Z PASS [ 2.981s] (3225/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
90732026-08-26T15:03:26.517Z PASS [ 1.588s] (3226/3356) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
90742026-08-26T15:03:26.568Z PASS [ 0.534s] (3227/3356) sled-diagnostics queries::test::test_long_running_command_is_aborted
90752026-08-26T15:03:26.687Z PASS [ 1.612s] (3228/3356) sled-diagnostics logs::illumos_tests::log_snapshots_work
90762026-08-26T15:03:26.710Z PASS [ 14.813s] (3229/3356) omicron-passwords test::test_smoke
90772026-08-26T15:03:27.207Z PASS [ 0.496s] (3230/3356) trust-quorum-protocol crypto::tests::rack_secret_test
90782026-08-26T15:03:27.232Z PASS [ 17.661s] (3231/3356) omicron-omdb::test_all_output test_omdb_env_settings
90792026-08-26T15:03:27.236Z PASS [ 0.028s] (3232/3356) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
90802026-08-26T15:03:27.261Z PASS [ 0.029s] (3233/3356) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
90812026-08-26T15:03:27.297Z PASS [ 0.035s] (3234/3356) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
90822026-08-26T15:03:27.338Z PASS [ 1.010s] (3235/3356) trust-quorum task::tests::tq_initial_config
90832026-08-26T15:03:27.349Z PASS [ 1.009s] (3236/3356) trust-quorum task::tests::tq_initial_config_prepare_and_commit
90842026-08-26T15:03:27.398Z PASS [ 0.163s] (3237/3356) trust-quorum-protocol node::tests::initial_configuration
90852026-08-26T15:03:27.403Z PASS [ 0.107s] (3238/3356) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
90862026-08-26T15:03:27.423Z PASS [ 0.024s] (3239/3356) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
90872026-08-26T15:03:27.431Z PASS [ 0.027s] (3240/3356) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
90882026-08-26T15:03:27.442Z PASS [ 0.020s] (3241/3356) wicket state::inventory::tests::component_id_display
90892026-08-26T15:03:27.451Z PASS [ 0.020s] (3242/3356) wicket state::rack::tests::prev_next_are_opposites
90902026-08-26T15:03:27.456Z PASS [ 0.119s] (3243/3356) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
90912026-08-26T15:03:27.463Z PASS [ 0.021s] (3244/3356) wicket state::rack::tests::up_down_are_opposites
90922026-08-26T15:03:27.473Z PASS [ 0.017s] (3245/3356) wicket-common rack_update::tests::test_rollup_update_state
90932026-08-26T15:03:27.488Z PASS [ 0.025s] (3246/3356) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
90942026-08-26T15:03:27.495Z PASS [ 0.023s] (3247/3356) wicketd commission::conversions::tests::caboose_projects_every_field
90952026-08-26T15:03:27.512Z PASS [ 0.024s] (3248/3356) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
90962026-08-26T15:03:27.521Z PASS [ 0.025s] (3249/3356) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
90972026-08-26T15:03:27.536Z PASS [ 0.024s] (3250/3356) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
90982026-08-26T15:03:27.547Z PASS [ 0.026s] (3251/3356) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
90992026-08-26T15:03:27.569Z PASS [ 0.033s] (3252/3356) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
91002026-08-26T15:03:27.573Z PASS [ 0.121s] (3253/3356) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
91012026-08-26T15:03:27.576Z PASS [ 0.028s] (3254/3356) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
91022026-08-26T15:03:27.597Z PASS [ 0.027s] (3255/3356) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
91032026-08-26T15:03:27.601Z PASS [ 0.030s] (3256/3356) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
91042026-08-26T15:03:27.605Z PASS [ 0.029s] (3257/3356) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
91052026-08-26T15:03:27.627Z PASS [ 0.030s] (3258/3356) wicketd commission::conversions::tests::rss_step_projects_one_based_index
91062026-08-26T15:03:27.631Z PASS [ 0.030s] (3259/3356) wicketd commission::conversions::tests::slot_caboose_projects_all_states
91072026-08-26T15:03:27.635Z PASS [ 0.030s] (3260/3356) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
91082026-08-26T15:03:27.652Z PASS [ 0.025s] (3261/3356) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
91092026-08-26T15:03:27.659Z PASS [ 0.026s] (3262/3356) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
91102026-08-26T15:03:27.662Z PASS [ 0.026s] (3263/3356) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
91112026-08-26T15:03:27.678Z PASS [ 1.373s] (3264/3356) trust-quorum task::tests::test_network_config
91122026-08-26T15:03:27.682Z PASS [ 0.027s] (3265/3356) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
91132026-08-26T15:03:27.686Z PASS [ 0.028s] (3266/3356) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
91142026-08-26T15:03:27.690Z PASS [ 0.030s] (3267/3356) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
91152026-08-26T15:03:27.714Z PASS [ 0.034s] (3268/3356) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
91162026-08-26T15:03:27.718Z PASS [ 0.037s] (3269/3356) wicketd commission::conversions::tests::transceiver_monitors_projects_power
91172026-08-26T15:03:27.721Z PASS [ 0.032s] (3270/3356) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
91182026-08-26T15:03:27.721Z PASS [ 5.123s] (3271/3356) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
91192026-08-26T15:03:27.725Z PASS [ 0.031s] (3272/3356) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
91202026-08-26T15:03:27.735Z PASS [ 1.048s] (3273/3356) trust-quorum task::tests::tq_upgrade_from_lrtq
91212026-08-26T15:03:27.742Z PASS [ 0.030s] (3274/3356) wicketd commission::conversions::tests::transceiver_power_projects_modes
91222026-08-26T15:03:27.747Z PASS [ 1.441s] (3275/3356) trust-quorum task::tests::full_mesh_connectivity
91232026-08-26T15:03:27.750Z PASS [ 0.029s] (3276/3356) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
91242026-08-26T15:03:27.750Z PASS [ 0.027s] (3277/3356) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
91252026-08-26T15:03:27.750Z PASS [ 0.033s] (3278/3356) wicketd commission::conversions::tests::transceiver_status_projects_flags
91262026-08-26T15:03:27.754Z PASS [ 0.032s] (3279/3356) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
91272026-08-26T15:03:27.762Z PASS [ 0.027s] (3280/3356) wicketd commission::progress::tests::counter_projects_to_step_progress
91282026-08-26T15:03:27.768Z PASS [ 0.026s] (3281/3356) wicketd commission::progress::tests::empty_report_projects_waiting
91292026-08-26T15:03:27.772Z PASS [ 0.027s] (3282/3356) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
91302026-08-26T15:03:27.776Z PASS [ 0.026s] (3283/3356) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
91312026-08-26T15:03:27.776Z PASS [ 0.026s] (3284/3356) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
91322026-08-26T15:03:27.779Z PASS [ 0.027s] (3285/3356) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
91332026-08-26T15:03:27.782Z PASS [ 0.031s] (3286/3356) wicketd installinator_progress::tests::test_states
91342026-08-26T15:03:27.809Z PASS [ 0.033s] (3287/3356) wicketd mgs::tests::rot_communication_failure_projects_to_none
91352026-08-26T15:03:27.832Z PASS [ 0.070s] (3288/3356) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
91362026-08-26T15:03:27.846Z PASS [ 0.075s] (3289/3356) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
91372026-08-26T15:03:27.849Z PASS [ 0.079s] (3290/3356) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
91382026-08-26T15:03:27.857Z PASS [ 0.083s] (3291/3356) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
91392026-08-26T15:03:27.861Z PASS [ 0.026s] (3292/3356) wicketd mgs::tests::stage0_fetch_projection_table
91402026-08-26T15:03:27.861Z PASS [ 0.078s] (3293/3356) wicketd mgs::tests::sp_state_fetch_error_lifecycle
91412026-08-26T15:03:27.865Z PASS [ 0.088s] (3294/3356) wicketd mgs::tests::ignition_update_does_not_clear_errors
91422026-08-26T15:03:27.875Z PASS [ 0.029s] (3295/3356) wicketd mgs::tests::sub_fetch_error_projects_to_none
91432026-08-26T15:03:27.879Z PASS [ 0.069s] (3296/3356) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
91442026-08-26T15:03:27.890Z PASS [ 1.372s] (3297/3356) trust-quorum task::tests::tq_proxy
91452026-08-26T15:03:27.890Z PASS [ 0.032s] (3298/3356) wicketd rss_config::tests::rejected_update_is_all_or_nothing
91462026-08-26T15:03:27.894Z PASS [ 0.032s] (3299/3356) wicketd rss_config::tests::test_bgp_auth_key_states
91472026-08-26T15:03:27.897Z PASS [ 0.036s] (3300/3356) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
91482026-08-26T15:03:27.909Z PASS [ 3.386s] (3301/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
91492026-08-26T15:03:27.917Z PASS [ 0.070s] (3302/3356) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
91502026-08-26T15:03:27.926Z PASS [ 0.017s] (3303/3356) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
91512026-08-26T15:03:27.936Z PASS [ 0.019s] (3304/3356) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
91522026-08-26T15:03:27.944Z PASS [ 0.018s] (3305/3356) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
91532026-08-26T15:03:27.953Z PASS [ 0.017s] (3306/3356) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
91542026-08-26T15:03:27.962Z PASS [ 0.018s] (3307/3356) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
91552026-08-26T15:03:27.972Z PASS [ 0.018s] (3308/3356) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
91562026-08-26T15:03:27.980Z PASS [ 0.018s] (3309/3356) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
91572026-08-26T15:03:27.990Z PASS [ 0.019s] (3310/3356) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
91582026-08-26T15:03:28.001Z PASS [ 0.020s] (3311/3356) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
91592026-08-26T15:03:28.007Z PASS [ 0.017s] (3312/3356) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
91602026-08-26T15:03:28.018Z PASS [ 0.018s] (3313/3356) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
91612026-08-26T15:03:28.026Z PASS [ 0.019s] (3314/3356) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
91622026-08-26T15:03:28.073Z PASS [ 1.460s] (3315/3356) trust-quorum task::tests::tq_reconfig_with_commit_advance
91632026-08-26T15:03:28.078Z PASS [ 0.019s] (3316/3356) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
91642026-08-26T15:03:28.078Z PASS [ 0.020s] (3317/3356) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
91652026-08-26T15:03:28.078Z PASS [ 0.022s] (3318/3356) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
91662026-08-26T15:03:28.079Z PASS [ 0.017s] (3319/3356) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
91672026-08-26T15:03:28.079Z PASS [ 0.018s] (3320/3356) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
91682026-08-26T15:03:28.079Z PASS [ 0.026s] (3321/3356) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
91692026-08-26T15:03:28.079Z PASS [ 0.020s] (3322/3356) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
91702026-08-26T15:03:28.083Z PASS [ 0.019s] (3323/3356) wicketd-commission-types-versions impls::update::tests::new_accepts_single
91712026-08-26T15:03:28.095Z PASS [ 0.020s] (3324/3356) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
91722026-08-26T15:03:28.099Z PASS [ 0.024s] (3325/3356) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
91732026-08-26T15:03:28.103Z PASS [ 0.018s] (3326/3356) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
91742026-08-26T15:03:28.111Z PASS [ 0.017s] (3327/3356) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
91752026-08-26T15:03:28.117Z PASS [ 0.018s] (3328/3356) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
91762026-08-26T15:03:28.121Z PASS [ 0.019s] (3329/3356) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
91772026-08-26T15:03:28.198Z PASS [ 1.732s] (3330/3356) trust-quorum task::tests::tq_persistent_state
91782026-08-26T15:03:28.594Z PASS [ 0.732s] (3331/3356) wicketd::mod integration_tests::commission::test_commission_inventory
91792026-08-26T15:03:28.630Z PASS [ 0.755s] (3332/3356) wicketd::mod integration_tests::commission::test_commission_rss_config
91802026-08-26T15:03:28.650Z PASS [ 0.759s] (3333/3356) wicketd::mod integration_tests::updates::test_update_races
91812026-08-26T15:03:28.666Z PASS [ 0.776s] (3334/3356) wicketd::mod integration_tests::inventory::test_inventory
91822026-08-26T15:03:28.675Z PASS [ 0.797s] (3335/3356) wicketd::mod integration_tests::commission::test_commission_start_update
91832026-08-26T15:03:28.836Z PASS [ 4.486s] (3336/3356) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
91842026-08-26T15:03:29.323Z PASS [ 1.434s] (3337/3356) wicketd::mod integration_tests::updates::test_installinator_fetch
91852026-08-26T15:03:30.071Z PASS [ 2.174s] (3338/3356) wicketd::mod integration_tests::updates::test_updates
91862026-08-26T15:03:30.150Z PASS [ 8.318s] (3339/3356) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
91872026-08-26T15:03:33.051Z PASS [ 8.863s] (3340/3356) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
91882026-08-26T15:03:33.242Z PASS [ 8.505s] (3341/3356) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
91892026-08-26T15:03:33.352Z PASS [ 98.822s] (3342/3356) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
91902026-08-26T15:03:34.926Z PASS [ 10.746s] (3343/3356) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
91912026-08-26T15:03:35.136Z PASS [ 10.410s] (3344/3356) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
91922026-08-26T15:03:35.450Z PASS [ 11.813s] (3345/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
91932026-08-26T15:03:35.493Z PASS [ 14.615s] (3346/3356) oximeter-db::integration_test test_schemas_disjoint
91942026-08-26T15:03:35.617Z PASS [ 14.744s] (3347/3356) oximeter-db::integration_test test_cluster
91952026-08-26T15:03:35.710Z PASS [ 12.238s] (3348/3356) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
91962026-08-26T15:03:42.424Z PASS [ 43.401s] (3349/3356) omicron-nexus::test_all integration_tests::webhooks::test_probe
91972026-08-26T15:03:44.507Z PASS [ 48.728s] (3350/3356) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
91982026-08-26T15:03:45.559Z PASS [ 32.094s] (3351/3356) omicron-sled-agent nexus::test::nexus_self_notification_test
91992026-08-26T15:03:46.315Z PASS [ 46.722s] (3352/3356) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
92002026-08-26T15:03:47.685Z PASS [ 30.042s] (3353/3356) oximeter-db client::tests::cannot_ping_nonexistent_server
92012026-08-26T15:03:49.519Z PASS [ 49.155s] (3354/3356) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
92022026-08-26T15:03:50.008Z PASS [ 39.989s] (3355/3356) omicron-omdb::test_all_output test_omdb_success_cases
92032026-08-26T15:04:26.287Z PASS [ 58.937s] (3356/3356) trust-quorum-protocol::cluster test_trust_quorum_protocol
92042026-08-26T15:04:26.290Z────────────
92052026-08-26T15:04:26.290Z Summary [ 921.227s] 3356 tests run: 3356 passed (46 slow), 8 skipped
92062026-08-26T15:04:26.386Z
92072026-08-26T15:04:26.390Zreal 15:36.182396254
92082026-08-26T15:04:26.390Zuser 5:20:44.895008480
92092026-08-26T15:04:26.390Zsys 1:12:25.651776168
92102026-08-26T15:04:26.390Ztrap 3:35.747420698
92112026-08-26T15:04:26.390Ztflt 7.098469425
92122026-08-26T15:04:26.390Zdflt 39.747635570
92132026-08-26T15:04:26.390Zkflt 0.796396914
92142026-08-26T15:04:26.391Zlock 2070:07:26.080123233
92152026-08-26T15:04:26.391Zslp 126:43:08.217897520
92162026-08-26T15:04:26.391Zlat 5:11:32.201674141
92172026-08-26T15:04:26.391Zstop 14:39.457972311
92182026-08-26T15:04:26.391Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
92192026-08-26T15:04:26.556Zinfo: exported run 18fa9874-26f1-4c4d-8d1a-dd0cd0b19651 to /tmp/nextest-run-archive.zip (3208657 bytes)
92202026-08-26T15:04:26.560Z
92212026-08-26T15:04:26.560Zreal 0.165985689
92222026-08-26T15:04:26.560Zuser 0.115442420
92232026-08-26T15:04:26.560Zsys 0.043179097
92242026-08-26T15:04:26.560Ztrap 0.000008720
92252026-08-26T15:04:26.560Ztflt 0.000072380
92262026-08-26T15:04:26.561Zdflt 0.000052880
92272026-08-26T15:04:26.561Zkflt 0.000000000
92282026-08-26T15:04:26.561Zlock 0.038021422
92292026-08-26T15:04:26.561Zslp 0.229296960
92302026-08-26T15:04:26.561Zlat 0.000886580
92312026-08-26T15:04:26.561Zstop 0.000430360
92322026-08-26T15:04:26.561Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
92332026-08-26T15:04:26.763Zinfo: wrote Chrome trace for run 18fa9874-26f1-4c4d-8d1a-dd0cd0b19651 to /tmp/nextest-chrome-trace.json
92342026-08-26T15:04:26.768Z
92352026-08-26T15:04:26.772Zreal 0.203175032
92362026-08-26T15:04:26.772Zuser 0.146747166
92372026-08-26T15:04:26.773Zsys 0.050012975
92382026-08-26T15:04:26.773Ztrap 0.000009130
92392026-08-26T15:04:26.773Ztflt 0.000058510
92402026-08-26T15:04:26.773Zdflt 0.000032250
92412026-08-26T15:04:26.773Zkflt 0.000000000
92422026-08-26T15:04:26.773Zlock 0.039676362
92432026-08-26T15:04:26.773Zslp 0.213936042
92442026-08-26T15:04:26.773Zlat 0.000869380
92452026-08-26T15:04:26.773Zstop 0.000355200
92462026-08-26T15:04:26.773Z+ [[ 0 -ne 0 ]]
92472026-08-26T15:04:26.773Z+ banner doctest
92482026-08-26T15:04:26.773Z
92492026-08-26T15:04:26.773Z ##### #### #### ##### ###### #### #####
92502026-08-26T15:04:26.773Z # # # # # # # # # #
92512026-08-26T15:04:26.773Z # # # # # # ##### #### #
92522026-08-26T15:04:26.773Z # # # # # # # # #
92532026-08-26T15:04:26.773Z # # # # # # # # # # #
92542026-08-26T15:04:26.773Z ##### #### #### # ###### #### #
92552026-08-26T15:04:26.773Z
92562026-08-26T15:04:26.773Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
92572026-08-26T15:04:27.972Z Fresh unicode-ident v1.0.24
92582026-08-26T15:04:27.995Z Fresh cfg-if v1.0.4
92592026-08-26T15:04:27.995Z Fresh memchr v2.8.0
92602026-08-26T15:04:27.995Z Fresh smallvec v1.15.1
92612026-08-26T15:04:27.995Z Fresh rand_core v0.10.0
92622026-08-26T15:04:27.995Z Fresh autocfg v1.5.0
92632026-08-26T15:04:27.995Z Fresh itoa v1.0.17
92642026-08-26T15:04:27.995Z Fresh log v0.4.33
92652026-08-26T15:04:27.995Z Fresh subtle v2.6.1
92662026-08-26T15:04:27.995Z Fresh version_check v0.9.5
92672026-08-26T15:04:27.995Z Fresh scopeguard v1.2.0
92682026-08-26T15:04:27.995Z Fresh stable_deref_trait v1.2.1
92692026-08-26T15:04:27.995Z Fresh typenum v1.20.1
92702026-08-26T15:04:27.995Z Fresh percent-encoding v2.3.2
92712026-08-26T15:04:27.995Z Fresh writeable v0.6.2
92722026-08-26T15:04:27.995Z Fresh litemap v0.8.1
92732026-08-26T15:04:27.995Z Fresh utf8_iter v1.0.4
92742026-08-26T15:04:27.995Z Fresh critical-section v1.2.0
92752026-08-26T15:04:27.995Z Fresh proc-macro2 v1.0.106
92762026-08-26T15:04:27.995Z Fresh lock_api v0.4.14
92772026-08-26T15:04:27.995Z Fresh form_urlencoded v1.2.2
92782026-08-26T15:04:27.995Z Fresh pin-project-lite v0.2.17
92792026-08-26T15:04:27.995Z Fresh heck v0.5.0
92802026-08-26T15:04:27.995Z Fresh shlex v1.3.0
92812026-08-26T15:04:27.996Z Fresh iana-time-zone v0.1.65
92822026-08-26T15:04:27.996Z Fresh find-msvc-tools v0.1.9
92832026-08-26T15:04:27.996Z Fresh equivalent v1.0.2
92842026-08-26T15:04:27.996Z Fresh regex-syntax v0.8.10
92852026-08-26T15:04:27.996Z Fresh dyn-clone v1.0.20
92862026-08-26T15:04:27.996Z Fresh fnv v1.0.7
92872026-08-26T15:04:27.996Z Fresh hashbrown v0.17.0
92882026-08-26T15:04:27.996Z Fresh strsim v0.11.1
92892026-08-26T15:04:27.996Z Fresh quote v1.0.45
92902026-08-26T15:04:27.996Z Fresh serde_core v1.0.228
92912026-08-26T15:04:27.996Z Fresh libc v0.2.185
92922026-08-26T15:04:27.996Z Fresh libm v0.2.16
92932026-08-26T15:04:27.996Z Fresh zmij v1.0.21
92942026-08-26T15:04:27.996Z Fresh icu_properties_data v2.1.2
92952026-08-26T15:04:27.996Z Fresh icu_normalizer_data v2.1.1
92962026-08-26T15:04:27.996Z Fresh portable-atomic v1.13.1
92972026-08-26T15:04:27.996Z Fresh futures-core v0.3.32
92982026-08-26T15:04:27.996Z Fresh cmov v0.5.4
92992026-08-26T15:04:27.996Z Fresh aho-corasick v1.1.4
93002026-08-26T15:04:27.996Z Fresh byteorder v1.5.0
93012026-08-26T15:04:27.996Z Fresh futures-sink v0.3.32
93022026-08-26T15:04:27.996Z Fresh futures-task v0.3.32
93032026-08-26T15:04:27.996Z Fresh futures-io v0.3.32
93042026-08-26T15:04:27.996Z Fresh slab v0.4.12
93052026-08-26T15:04:27.996Z Fresh base64ct v1.8.3
93062026-08-26T15:04:27.996Z Fresh const-oid v0.9.6
93072026-08-26T15:04:27.997Z Fresh base64 v0.22.1
93082026-08-26T15:04:27.997Z Fresh ident_case v1.0.1
93092026-08-26T15:04:27.997Z Fresh allocator-api2 v0.2.21
93102026-08-26T15:04:27.997Z Fresh pkg-config v0.3.32
93112026-08-26T15:04:27.997Z Fresh syn v2.0.117
93122026-08-26T15:04:27.997Z Fresh getrandom v0.4.3
93132026-08-26T15:04:27.997Z Fresh errno v0.3.14
93142026-08-26T15:04:27.997Z Fresh num-traits v0.2.19
93152026-08-26T15:04:27.997Z Fresh serde_json v1.0.151
93162026-08-26T15:04:27.997Z Fresh bitflags v2.11.0
93172026-08-26T15:04:27.997Z Fresh semver v1.0.28
93182026-08-26T15:04:27.997Z Fresh once_cell v1.21.3
93192026-08-26T15:04:27.997Z Fresh parking_lot_core v0.9.12
93202026-08-26T15:04:27.997Z Fresh jobserver v0.1.34
93212026-08-26T15:04:27.997Z Fresh mio v1.2.0
93222026-08-26T15:04:27.997Z Fresh rustversion v1.0.22
93232026-08-26T15:04:27.997Z Fresh socket2 v0.6.3
93242026-08-26T15:04:27.997Z Fresh indexmap v2.14.0
93252026-08-26T15:04:27.997Z Fresh getrandom v0.2.17
93262026-08-26T15:04:27.997Z Fresh ctutils v0.4.2
93272026-08-26T15:04:27.997Z Fresh regex-automata v0.4.14
93282026-08-26T15:04:27.997Z Fresh futures-channel v0.3.32
93292026-08-26T15:04:27.997Z Fresh utf8parse v0.2.2
93302026-08-26T15:04:27.997Z Fresh anstyle v1.0.14
93312026-08-26T15:04:27.997Z Fresh num-conv v0.2.0
93322026-08-26T15:04:27.997Z Fresh time-core v0.1.8
93332026-08-26T15:04:27.997Z Fresh powerfmt v0.2.0
93342026-08-26T15:04:27.998Z Fresh either v1.15.0
93352026-08-26T15:04:27.998Z Fresh num_threads v0.1.7
93362026-08-26T15:04:27.998Z Fresh const-oid v0.10.2
93372026-08-26T15:04:27.998Z Fresh is_terminal_polyfill v1.70.2
93382026-08-26T15:04:27.998Z Fresh serde_derive v1.0.228
93392026-08-26T15:04:27.998Z Fresh zeroize_derive v1.5.0
93402026-08-26T15:04:27.998Z Fresh synstructure v0.13.2
93412026-08-26T15:04:27.998Z Fresh zerovec-derive v0.11.2
93422026-08-26T15:04:27.998Z Fresh displaydoc v0.2.5
93432026-08-26T15:04:27.998Z Fresh zerocopy-derive v0.8.55
93442026-08-26T15:04:27.998Z Fresh parking_lot v0.12.5
93452026-08-26T15:04:27.998Z Fresh thiserror-impl v2.0.18
93462026-08-26T15:04:27.998Z Fresh signal-hook-registry v1.4.8
93472026-08-26T15:04:27.998Z Fresh cc v1.2.56
93482026-08-26T15:04:27.998Z Fresh uuid v1.23.4
93492026-08-26T15:04:27.998Z Fresh tokio-macros v2.7.0
93502026-08-26T15:04:27.998Z Fresh serde_derive_internals v0.29.1
93512026-08-26T15:04:27.998Z Fresh rustix v1.1.4
93522026-08-26T15:04:27.998Z Fresh rand_core v0.6.4
93532026-08-26T15:04:27.998Z Fresh getrandom v0.3.4
93542026-08-26T15:04:27.998Z Fresh futures-macro v0.3.32
93552026-08-26T15:04:27.998Z Fresh thiserror-impl v1.0.69
93562026-08-26T15:04:27.998Z Fresh regex v1.12.3
93572026-08-26T15:04:27.998Z Fresh syn v1.0.109
93582026-08-26T15:04:28.087Z Fresh anyhow v1.0.104
93592026-08-26T15:04:28.087Z Fresh tracing-attributes v0.1.31
93602026-08-26T15:04:28.087Z Fresh time-macros v0.2.27
93612026-08-26T15:04:28.087Z Fresh deranged v0.5.8
93622026-08-26T15:04:28.087Z Fresh tracing-core v0.1.36
93632026-08-26T15:04:28.087Z Fresh colorchoice v1.0.4
93642026-08-26T15:04:28.087Z Fresh anstyle-query v1.1.5
93652026-08-26T15:04:28.087Z Fresh anstyle-parse v1.0.0
93662026-08-26T15:04:28.087Z Fresh fastrand v2.3.0
93672026-08-26T15:04:28.087Z Fresh serde v1.0.228
93682026-08-26T15:04:28.087Z Fresh zerofrom-derive v0.1.6
93692026-08-26T15:04:28.087Z Fresh yoke-derive v0.8.1
93702026-08-26T15:04:28.088Z Fresh zerocopy v0.8.55
93712026-08-26T15:04:28.088Z Fresh thiserror v2.0.18
93722026-08-26T15:04:28.088Z Fresh schemars_derive v0.8.22
93732026-08-26T15:04:28.088Z Fresh futures-util v0.3.32
93742026-08-26T15:04:28.088Z Fresh thiserror v1.0.69
93752026-08-26T15:04:28.088Z Fresh rand_core v0.9.5
93762026-08-26T15:04:28.088Z Fresh tracing v0.1.44
93772026-08-26T15:04:28.088Z Fresh time v0.3.47
93782026-08-26T15:04:28.088Z Fresh terminal_size v0.4.3
93792026-08-26T15:04:28.088Z Fresh anstream v1.0.0
93802026-08-26T15:04:28.088Z Fresh cmake v0.1.57
93812026-08-26T15:04:28.088Z Fresh clap_lex v1.0.0
93822026-08-26T15:04:28.088Z Fresh fs_extra v1.3.0
93832026-08-26T15:04:28.088Z Fresh dunce v1.0.5
93842026-08-26T15:04:28.088Z Fresh clap_derive v4.6.1
93852026-08-26T15:04:28.088Z Fresh cpufeatures v0.3.0
93862026-08-26T15:04:28.088Z Fresh tempfile v3.27.0
93872026-08-26T15:04:28.088Z Fresh rustc_version v0.4.1
93882026-08-26T15:04:28.088Z Fresh cpufeatures v0.2.17
93892026-08-26T15:04:28.088Z Fresh spin v0.9.8
93902026-08-26T15:04:28.088Z Fresh untrusted v0.7.1
93912026-08-26T15:04:28.088Z Fresh simd-adler32 v0.3.8
93922026-08-26T15:04:28.088Z Fresh adler2 v2.0.1
93932026-08-26T15:04:28.089Z Fresh atomic-waker v1.1.2
93942026-08-26T15:04:28.089Z Fresh zeroize v1.9.0
93952026-08-26T15:04:28.089Z Fresh bytes v1.11.1
93962026-08-26T15:04:28.089Z Fresh zerofrom v0.1.6
93972026-08-26T15:04:28.089Z Fresh chrono v0.4.45
93982026-08-26T15:04:28.089Z Fresh ppv-lite86 v0.2.21
93992026-08-26T15:04:28.089Z Fresh erased-serde v0.3.31
94002026-08-26T15:04:28.089Z Fresh ipnet v2.12.0
94012026-08-26T15:04:28.089Z Fresh serde_tokenstream v0.2.3
94022026-08-26T15:04:28.089Z Fresh crossbeam-utils v0.8.21
94032026-08-26T15:04:28.089Z Fresh clap_builder v4.6.0
94042026-08-26T15:04:28.089Z Fresh camino v1.2.5
94052026-08-26T15:04:28.089Z Fresh ryu v1.0.23
94062026-08-26T15:04:28.089Z Fresh unicode-width v0.2.0
94072026-08-26T15:04:28.089Z Fresh miniz_oxide v0.8.9
94082026-08-26T15:04:28.089Z Fresh hex v0.4.3
94092026-08-26T15:04:28.089Z Fresh der_derive v0.7.3
94102026-08-26T15:04:28.089Z Fresh pem-rfc7468 v0.7.0
94112026-08-26T15:04:28.089Z Fresh flagset v0.4.7
94122026-08-26T15:04:28.089Z Fresh ucd-trie v0.1.7
94132026-08-26T15:04:28.089Z Fresh httpdate v1.0.3
94142026-08-26T15:04:28.089Z Fresh try-lock v0.2.5
94152026-08-26T15:04:28.089Z Fresh async-trait v0.1.89
94162026-08-26T15:04:28.089Z Fresh untrusted v0.9.0
94172026-08-26T15:04:28.089Z Fresh tower-layer v0.3.3
94182026-08-26T15:04:28.089Z Fresh tower-service v0.3.3
94192026-08-26T15:04:28.089Z Fresh pretty-hex v0.4.1
94202026-08-26T15:04:28.090Z Fresh plain v0.2.3
94212026-08-26T15:04:28.090Z Fresh mime v0.3.17
94222026-08-26T15:04:28.090Z Fresh openssl-probe v0.2.1
94232026-08-26T15:04:28.090Z Fresh yoke v0.8.1
94242026-08-26T15:04:28.090Z Fresh tokio v1.52.1
94252026-08-26T15:04:28.090Z Fresh hybrid-array v0.4.13
94262026-08-26T15:04:28.090Z Fresh generic-array v0.14.7
94272026-08-26T15:04:28.090Z Fresh http v1.4.2
94282026-08-26T15:04:28.090Z Fresh slog v2.8.2
94292026-08-26T15:04:28.090Z Fresh rand_chacha v0.9.0
94302026-08-26T15:04:28.090Z Fresh clap v4.6.1
94312026-08-26T15:04:28.090Z Fresh httparse v1.10.1
94322026-08-26T15:04:28.090Z Fresh rustls-pki-types v1.14.0
94332026-08-26T15:04:28.090Z Fresh want v0.3.1
94342026-08-26T15:04:28.090Z Fresh pest v2.8.6
94352026-08-26T15:04:28.090Z Fresh der v0.7.10
94362026-08-26T15:04:28.090Z Fresh rand_chacha v0.3.1
94372026-08-26T15:04:28.090Z Fresh unicode-segmentation v1.12.0
94382026-08-26T15:04:28.090Z Fresh foldhash v0.2.0
94392026-08-26T15:04:28.090Z Fresh serde_urlencoded v0.7.1
94402026-08-26T15:04:28.090Z Fresh encoding_rs v0.8.35
94412026-08-26T15:04:28.090Z Fresh futures-executor v0.3.32
94422026-08-26T15:04:28.090Z Fresh vcpkg v0.2.15
94432026-08-26T15:04:28.091Z Fresh bit-vec v0.8.0
94442026-08-26T15:04:28.091Z Fresh lazy_static v1.5.0
94452026-08-26T15:04:28.091Z Fresh darling_core v0.23.0
94462026-08-26T15:04:28.091Z Fresh sync_wrapper v1.0.2
94472026-08-26T15:04:28.091Z Fresh wait-timeout v0.2.1
94482026-08-26T15:04:28.091Z Fresh openapiv3 v2.2.0
94492026-08-26T15:04:28.091Z Fresh iri-string v0.7.10
94502026-08-26T15:04:28.091Z Fresh zerovec v0.11.5
94512026-08-26T15:04:28.091Z Fresh zerotrie v0.2.3
94522026-08-26T15:04:28.091Z Fresh crypto-common v0.2.2
94532026-08-26T15:04:28.091Z Fresh crypto-common v0.1.7
94542026-08-26T15:04:28.091Z Fresh block-buffer v0.12.1
94552026-08-26T15:04:28.092Z Fresh block-buffer v0.10.4
94562026-08-26T15:04:28.092Z Fresh rand v0.9.2
94572026-08-26T15:04:28.092Z Fresh tokio-util v0.7.18
94582026-08-26T15:04:28.131Z Fresh aws-lc-sys v0.40.0
94592026-08-26T15:04:28.131Z Fresh http-body v1.0.1
94602026-08-26T15:04:28.131Z Fresh block-padding v0.4.2
94612026-08-26T15:04:28.131Z Fresh pest_meta v2.8.6
94622026-08-26T15:04:28.131Z Fresh rand v0.8.6
94632026-08-26T15:04:28.131Z Fresh spki v0.7.3
94642026-08-26T15:04:28.131Z Fresh hashbrown v0.16.1
94652026-08-26T15:04:28.131Z Fresh futures v0.3.32
94662026-08-26T15:04:28.131Z Fresh bit-set v0.8.0
94672026-08-26T15:04:28.131Z Fresh darling_macro v0.23.0
94682026-08-26T15:04:28.131Z Fresh tower v0.5.3
94692026-08-26T15:04:28.131Z Fresh quick-error v1.2.3
94702026-08-26T15:04:28.131Z Fresh rand_xorshift v0.4.0
94712026-08-26T15:04:28.131Z Fresh hubpack_derive v0.1.1
94722026-08-26T15:04:28.131Z Fresh num-integer v0.1.46
94732026-08-26T15:04:28.131Z Fresh litrs v1.0.0
94742026-08-26T15:04:28.131Z Fresh static_assertions v1.1.0
94752026-08-26T15:04:28.131Z Fresh unarray v0.1.4
94762026-08-26T15:04:28.131Z Fresh tinystr v0.8.2
94772026-08-26T15:04:28.131Z Fresh potential_utf v0.1.4
94782026-08-26T15:04:28.132Z Fresh digest v0.10.7
94792026-08-26T15:04:28.132Z Fresh digest v0.11.3
94802026-08-26T15:04:28.132Z Fresh aws-lc-rs v1.16.3
94812026-08-26T15:04:28.132Z Fresh h2 v0.4.15
94822026-08-26T15:04:28.132Z Fresh pest_generator v2.8.6
94832026-08-26T15:04:28.132Z Fresh inout v0.2.2
94842026-08-26T15:04:28.132Z Fresh http-body-util v0.1.3
94852026-08-26T15:04:28.132Z Fresh pkcs8 v0.10.2
94862026-08-26T15:04:28.132Z Fresh paste v1.0.15
94872026-08-26T15:04:28.132Z Fresh darling v0.23.0
94882026-08-26T15:04:28.132Z Fresh object v0.37.3
94892026-08-26T15:04:28.132Z Fresh rusty-fork v0.3.1
94902026-08-26T15:04:28.132Z Fresh crc32fast v1.5.0
94912026-08-26T15:04:28.132Z Fresh tower-http v0.6.8
94922026-08-26T15:04:28.132Z Fresh hubpack v0.1.2
94932026-08-26T15:04:28.134Z Fresh document-features v0.2.12
94942026-08-26T15:04:28.134Z Fresh ahash v0.8.12
94952026-08-26T15:04:28.134Z Fresh rustls-native-certs v0.8.3
94962026-08-26T15:04:28.134Z Fresh scroll_derive v0.13.1
94972026-08-26T15:04:28.134Z Fresh psl-types v2.0.11
94982026-08-26T15:04:28.134Z Fresh winnow v1.0.3
94992026-08-26T15:04:28.134Z Fresh unicode-width v0.1.14
95002026-08-26T15:04:28.134Z Fresh tinyvec_macros v0.1.1
95012026-08-26T15:04:28.134Z Fresh syn v3.0.3
95022026-08-26T15:04:28.134Z Fresh zlib-rs v0.6.2
95032026-08-26T15:04:28.134Z Fresh thread-id v5.1.0
95042026-08-26T15:04:28.134Z Fresh num-iter v0.1.45
95052026-08-26T15:04:28.134Z Fresh icu_locale_core v2.1.1
95062026-08-26T15:04:28.134Z Fresh icu_collections v2.1.1
95072026-08-26T15:04:28.134Z Fresh rustls-webpki v0.103.13
95082026-08-26T15:04:28.134Z Fresh hyper v1.10.1
95092026-08-26T15:04:28.134Z Fresh pest_derive v2.8.6
95102026-08-26T15:04:28.134Z Fresh cipher v0.5.2
95112026-08-26T15:04:28.134Z Fresh sha2 v0.10.9
95122026-08-26T15:04:28.135Z Fresh proptest v1.11.0
95132026-08-26T15:04:28.135Z Fresh cookie v0.18.1
95142026-08-26T15:04:28.166Z Fresh toml_parser v1.1.2+spec-1.1.0
95152026-08-26T15:04:28.166Z Fresh signature v2.2.0
95162026-08-26T15:04:28.166Z Fresh scroll v0.13.0
95172026-08-26T15:04:28.166Z Fresh tinyvec v1.10.0
95182026-08-26T15:04:28.166Z Fresh hmac v0.12.1
95192026-08-26T15:04:28.166Z Fresh flate2 v1.1.9
95202026-08-26T15:04:28.166Z Fresh serde_spanned v0.6.9
95212026-08-26T15:04:28.166Z Fresh toml_datetime v0.6.11
95222026-08-26T15:04:28.166Z Fresh darling_core v0.20.11
95232026-08-26T15:04:28.166Z Fresh memmap2 v0.9.10
95242026-08-26T15:04:28.166Z Fresh data-encoding v2.10.0
95252026-08-26T15:04:28.166Z Fresh daft-derive v0.1.8
95262026-08-26T15:04:28.166Z Fresh x509-cert v0.2.5
95272026-08-26T15:04:28.166Z Fresh itertools v0.15.0
95282026-08-26T15:04:28.166Z Fresh curve25519-dalek-derive v0.1.1
95292026-08-26T15:04:28.166Z Fresh strum_macros v0.26.4
95302026-08-26T15:04:28.167Z Fresh winnow v0.7.14
95312026-08-26T15:04:28.167Z Fresh gimli v0.32.3
95322026-08-26T15:04:28.167Z Fresh pkcs1 v0.7.5
95332026-08-26T15:04:28.167Z Fresh ff v0.13.1
95342026-08-26T15:04:28.167Z Fresh icu_provider v2.1.1
95352026-08-26T15:04:28.167Z Fresh rustls v0.23.41
95362026-08-26T15:04:28.167Z Fresh hyper-util v0.1.20
95372026-08-26T15:04:28.167Z Fresh goblin v0.10.5
95382026-08-26T15:04:28.167Z Fresh dtrace-parser v0.3.0
95392026-08-26T15:04:28.167Z Fresh darling_macro v0.20.11
95402026-08-26T15:04:28.167Z Fresh addr2line v0.25.1
95412026-08-26T15:04:28.167Z Fresh strum v0.26.3
95422026-08-26T15:04:28.167Z Fresh scroll_derive v0.12.1
95432026-08-26T15:04:28.167Z Fresh cfg_aliases v0.2.1
95442026-08-26T15:04:28.167Z Fresh is_ci v1.2.0
95452026-08-26T15:04:28.169Z Fresh unicode-linebreak v0.1.5
95462026-08-26T15:04:28.169Z Fresh siphasher v1.0.2
95472026-08-26T15:04:28.169Z Fresh smawk v0.3.2
95482026-08-26T15:04:28.169Z Fresh base16ct v0.2.0
95492026-08-26T15:04:28.169Z Fresh rustc-demangle v0.1.27
95502026-08-26T15:04:28.169Z Fresh group v0.13.0
95512026-08-26T15:04:28.169Z Fresh hkdf v0.12.4
95522026-08-26T15:04:28.169Z Fresh crypto-bigint v0.5.5
95532026-08-26T15:04:28.169Z Fresh crossbeam-epoch v0.9.18
95542026-08-26T15:04:28.169Z Fresh bstr v1.12.1
95552026-08-26T15:04:28.169Z Fresh zerocopy-derive v0.7.35
95562026-08-26T15:04:28.169Z Fresh base64 v0.21.7
95572026-08-26T15:04:28.170Z Fresh winnow v0.5.40
95582026-08-26T15:04:28.204Z Fresh keccak v0.1.6
95592026-08-26T15:04:28.204Z Fresh dtrace-parser v0.2.0
95602026-08-26T15:04:28.204Z Fresh icu_properties v2.1.2
95612026-08-26T15:04:28.204Z Fresh icu_normalizer v2.1.1
95622026-08-26T15:04:28.204Z Fresh tokio-rustls v0.26.4
95632026-08-26T15:04:28.204Z Fresh rustls-platform-verifier v0.6.2
95642026-08-26T15:04:28.204Z Fresh dof v0.4.0
95652026-08-26T15:04:28.205Z Fresh darling v0.20.11
95662026-08-26T15:04:28.205Z Fresh memoffset v0.9.1
95672026-08-26T15:04:28.205Z Fresh num-bigint-dig v0.8.6
95682026-08-26T15:04:28.205Z Fresh scroll v0.12.0
95692026-08-26T15:04:28.205Z Fresh sec1 v0.7.3
95702026-08-26T15:04:28.205Z Fresh backtrace v0.3.76
95712026-08-26T15:04:28.205Z Fresh zerocopy v0.7.35
95722026-08-26T15:04:28.205Z Fresh toml_edit v0.19.15
95732026-08-26T15:04:28.205Z Fresh sha3 v0.10.8
95742026-08-26T15:04:28.205Z Fresh heck v0.4.1
95752026-08-26T15:04:28.205Z Fresh thread-id v4.2.2
95762026-08-26T15:04:28.205Z Fresh serde_with_macros v3.21.0
95772026-08-26T15:04:28.205Z Fresh itertools v0.13.0
95782026-08-26T15:04:28.205Z Fresh cargo-platform v0.3.2
95792026-08-26T15:04:28.205Z Fresh env_filter v2.0.0
95802026-08-26T15:04:28.205Z Fresh tap v1.0.1
95812026-08-26T15:04:28.205Z Fresh same-file v1.0.6
95822026-08-26T15:04:28.205Z Fresh ed25519 v2.2.3
95832026-08-26T15:04:28.205Z Fresh idna_adapter v1.2.1
95842026-08-26T15:04:28.205Z Fresh hyper-rustls v0.27.7
95852026-08-26T15:04:28.205Z Fresh usdt-impl v0.6.0
95862026-08-26T15:04:28.205Z Fresh rsa v0.9.10
95872026-08-26T15:04:28.205Z Fresh derive_builder_core v0.20.2
95882026-08-26T15:04:28.205Z Fresh rustix v0.38.44
95892026-08-26T15:04:28.205Z Fresh elliptic-curve v0.13.8
95902026-08-26T15:04:28.205Z Fresh goblin v0.8.2
95912026-08-26T15:04:28.205Z Fresh backtrace-ext v0.2.1
95922026-08-26T15:04:28.206Z Fresh curve25519-dalek v4.1.3
95932026-08-26T15:04:28.206Z Fresh wyz v0.5.1
95942026-08-26T15:04:28.206Z Fresh cargo_metadata v0.23.1
95952026-08-26T15:04:28.206Z Fresh env_logger v0.11.11
95962026-08-26T15:04:28.206Z Fresh walkdir v2.5.0
95972026-08-26T15:04:28.206Z Fresh unicode-normalization v0.1.25
95982026-08-26T15:04:28.206Z Fresh structmeta-derive v0.3.0
95992026-08-26T15:04:28.206Z Fresh zerocopy-derive v0.6.6
96002026-08-26T15:04:28.206Z Fresh crc-catalog v2.4.0
96012026-08-26T15:04:28.206Z Fresh foldhash v0.1.5
96022026-08-26T15:04:28.206Z Fresh foreign-types-shared v0.1.1
96032026-08-26T15:04:28.206Z Fresh bitflags v1.3.2
96042026-08-26T15:04:28.206Z Fresh funty v2.0.0
96052026-08-26T15:04:28.206Z Fresh idna v1.1.0
96062026-08-26T15:04:28.206Z Fresh usdt-macro v0.6.0
96072026-08-26T15:04:28.206Z Fresh usdt-attr-macro v0.6.0
96082026-08-26T15:04:28.206Z Fresh derive_builder_macro v0.20.2
96092026-08-26T15:04:28.206Z Fresh nix v0.31.2
96102026-08-26T15:04:28.206Z Fresh dof v0.3.0
96112026-08-26T15:04:28.206Z Fresh radium v0.7.0
96122026-08-26T15:04:28.206Z Fresh owo-colors v4.3.0
96132026-08-26T15:04:28.206Z Fresh foreign-types v0.3.2
96142026-08-26T15:04:28.206Z Fresh maybe-uninit v2.0.0
96152026-08-26T15:04:28.206Z Fresh crc v3.4.0
96162026-08-26T15:04:28.206Z Fresh zerocopy v0.6.6
96172026-08-26T15:04:28.206Z Fresh structmeta v0.3.0
96182026-08-26T15:04:28.206Z Fresh hashbrown v0.15.5
96192026-08-26T15:04:28.207Z Fresh ed25519-dalek v2.2.0
96202026-08-26T15:04:28.207Z Fresh openssl-sys v0.9.117
96212026-08-26T15:04:28.207Z Fresh supports-color v3.0.2
96222026-08-26T15:04:28.207Z Fresh textwrap v0.16.2
96232026-08-26T15:04:28.207Z Fresh packed_struct_codegen v0.10.1
96242026-08-26T15:04:28.207Z Fresh miette-derive v7.6.0
96252026-08-26T15:04:28.207Z Fresh bitfield-macros v0.19.4
96262026-08-26T15:04:28.207Z Fresh enum-as-inner v0.6.1
96272026-08-26T15:04:28.207Z Fresh openssl-macros v0.1.1
96282026-08-26T15:04:28.207Z Fresh managed v0.8.0
96292026-08-26T15:04:28.207Z Fresh supports-unicode v3.0.0
96302026-08-26T15:04:28.207Z Fresh supports-hyperlinks v3.2.0
96312026-08-26T15:04:28.207Z Fresh url v2.5.8
96322026-08-26T15:04:28.207Z Fresh publicsuffix v2.3.0
96332026-08-26T15:04:28.207Z Fresh usdt v0.6.0
96342026-08-26T15:04:28.207Z Fresh derive_builder v0.20.2
96352026-08-26T15:04:28.207Z Fresh usdt-impl v0.5.0
96362026-08-26T15:04:28.207Z Fresh bitvec v1.0.1
96372026-08-26T15:04:28.207Z Fresh nodrop v0.1.14
96382026-08-26T15:04:28.207Z Fresh miette v7.6.0
96392026-08-26T15:04:28.207Z Fresh bitfield v0.19.4
96402026-08-26T15:04:28.207Z Fresh bzip2-sys v0.1.13+1.0.8
96412026-08-26T15:04:28.207Z Fresh smallvec v0.6.14
96422026-08-26T15:04:28.207Z Fresh openssl v0.10.80
96432026-08-26T15:04:28.207Z Fresh signal-hook v0.3.18
96442026-08-26T15:04:28.207Z Fresh phf_shared v0.11.3
96452026-08-26T15:04:28.207Z Fresh chacha20 v0.10.0
96462026-08-26T15:04:28.207Z Fresh ref-cast-impl v1.0.25
96472026-08-26T15:04:28.208Z Fresh fixedbitset v0.4.2
96482026-08-26T15:04:28.208Z Fresh hashbrown v0.12.3
96492026-08-26T15:04:28.208Z Fresh new_debug_unreachable v1.0.6
96502026-08-26T15:04:28.208Z Fresh precomputed-hash v0.1.1
96512026-08-26T15:04:28.208Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
96522026-08-26T15:04:28.208Z Fresh toml v0.7.8
96532026-08-26T15:04:28.208Z Fresh globset v0.4.18
96542026-08-26T15:04:28.208Z Fresh ron v0.8.1
96552026-08-26T15:04:28.208Z Fresh hashbrown v0.13.2
96562026-08-26T15:04:28.208Z Fresh pin-project-internal v1.1.11
96572026-08-26T15:04:28.208Z Fresh crc-any v2.5.0
96582026-08-26T15:04:28.215Z Fresh derive-ex v0.1.8
96592026-08-26T15:04:28.215Z Fresh schemars v0.8.22
96602026-08-26T15:04:28.215Z Fresh cookie_store v0.22.1
96612026-08-26T15:04:28.216Z Fresh vergen-lib v9.1.0
96622026-08-26T15:04:28.216Z Fresh packed_struct v0.10.1
96632026-08-26T15:04:28.216Z Fresh array-init v0.0.4
96642026-08-26T15:04:28.216Z Fresh bzip2 v0.4.4
96652026-08-26T15:04:28.216Z Fresh string_cache v0.8.9
96662026-08-26T15:04:28.216Z Fresh indexmap v1.9.3
96672026-08-26T15:04:28.216Z Fresh petgraph v0.6.5
96682026-08-26T15:04:28.216Z Fresh signal-hook-mio v0.2.5
96692026-08-26T15:04:28.216Z Fresh pin-project v1.1.11
96702026-08-26T15:04:28.216Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
96712026-08-26T15:04:28.216Z Fresh path-slash v0.1.5
96722026-08-26T15:04:28.216Z Fresh lalrpop-util v0.19.12
96732026-08-26T15:04:28.216Z Fresh fixedbitset v0.5.7
96742026-08-26T15:04:28.216Z Fresh test-strategy v0.4.5
96752026-08-26T15:04:28.216Z Fresh convert_case v0.10.0
96762026-08-26T15:04:28.216Z Fresh serde-big-array v0.5.1
96772026-08-26T15:04:28.216Z Fresh snafu-derive v0.8.9
96782026-08-26T15:04:28.216Z Fresh serde_repr v0.1.20
96792026-08-26T15:04:28.216Z Fresh hash32 v0.2.1
96802026-08-26T15:04:28.216Z Fresh pem v3.0.6
96812026-08-26T15:04:28.216Z Fresh predicates-core v1.0.10
96822026-08-26T15:04:28.216Z Fresh unicode-bidi v0.3.18
96832026-08-26T15:04:28.216Z Fresh jiff-core v0.1.0
96842026-08-26T15:04:28.216Z Fresh unicode-properties v0.1.4
96852026-08-26T15:04:28.216Z Fresh ipnetwork v0.21.1
96862026-08-26T15:04:28.217Z Fresh newtype-uuid v1.3.2
96872026-08-26T15:04:28.217Z Fresh reqwest v0.13.2
96882026-08-26T15:04:28.217Z Fresh serde_with v3.21.0
96892026-08-26T15:04:28.217Z Fresh vergen v9.1.0
96902026-08-26T15:04:28.217Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
96912026-08-26T15:04:28.217Z Fresh ref-cast v1.0.25
96922026-08-26T15:04:28.217Z Fresh serde-hex v0.1.0
96932026-08-26T15:04:28.217Z Fresh native-tls v0.2.18
96942026-08-26T15:04:28.217Z Fresh zip v0.6.6
96952026-08-26T15:04:28.217Z Fresh object v0.30.4
96962026-08-26T15:04:28.217Z Fresh petgraph v0.8.3
96972026-08-26T15:04:28.217Z Fresh jiff v0.2.34
96982026-08-26T15:04:28.217Z Fresh snafu v0.8.9
96992026-08-26T15:04:28.217Z Fresh stringprep v0.1.5
97002026-08-26T15:04:28.217Z Fresh zstd-sys v2.0.16+zstd.1.5.7
97012026-08-26T15:04:28.217Z Fresh byte-wrapper v0.1.0
97022026-08-26T15:04:28.217Z Fresh crossterm v0.28.1
97032026-08-26T15:04:28.217Z Fresh derive_more-impl v2.1.1
97042026-08-26T15:04:28.217Z Fresh hickory-proto v0.25.2
97052026-08-26T15:04:28.217Z Fresh similar v2.7.0
97062026-08-26T15:04:28.217Z Fresh md-5 v0.10.6
97072026-08-26T15:04:28.217Z Fresh serde_plain v1.0.2
97082026-08-26T15:04:28.217Z Fresh float-cmp v0.10.0
97092026-08-26T15:04:28.218Z Fresh async-recursion v1.1.1
97102026-08-26T15:04:28.218Z Fresh strum_macros v0.27.2
97112026-08-26T15:04:28.218Z Fresh typed-path v0.9.3
97122026-08-26T15:04:28.218Z Fresh toml_write v0.1.2
97132026-08-26T15:04:28.218Z Fresh oxnet v0.1.6
97142026-08-26T15:04:28.218Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97152026-08-26T15:04:28.218Z Fresh tokio-native-tls v0.3.1
97162026-08-26T15:04:28.218Z Fresh fs-err v3.3.0
97172026-08-26T15:04:28.218Z Fresh heapless v0.7.17
97182026-08-26T15:04:28.218Z Fresh normalize-line-endings v0.3.0
97192026-08-26T15:04:28.218Z Fresh difflib v0.4.0
97202026-08-26T15:04:28.218Z Fresh fallible-iterator v0.2.0
97212026-08-26T15:04:28.218Z Fresh zstd-safe v7.2.4
97222026-08-26T15:04:28.218Z Fresh toml_edit v0.22.27
97232026-08-26T15:04:28.218Z Fresh derive_more v2.1.1
97242026-08-26T15:04:28.218Z Fresh strum v0.27.2
97252026-08-26T15:04:28.218Z Fresh phf_shared v0.13.1
97262026-08-26T15:04:28.218Z Fresh tokio-stream v0.1.18
97272026-08-26T15:04:28.218Z Fresh peg-runtime v0.8.5
97282026-08-26T15:04:28.218Z Fresh libbz2-rs-sys v0.2.2
97292026-08-26T15:04:28.218Z Fresh bumpalo v3.20.2
97302026-08-26T15:04:28.218Z Fresh olpc-cjson v0.1.4
97312026-08-26T15:04:28.218Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
97322026-08-26T15:04:28.218Z Fresh whoami v2.1.0
97332026-08-26T15:04:28.218Z Fresh buf-list v1.1.2
97342026-08-26T15:04:28.218Z Fresh is-terminal v0.4.17
97352026-08-26T15:04:28.218Z Fresh crossbeam-channel v0.5.15
97362026-08-26T15:04:28.219Z Fresh thread_local v1.1.9
97372026-08-26T15:04:28.219Z Fresh term v1.2.1
97382026-08-26T15:04:28.219Z Fresh take_mut v0.2.2
97392026-08-26T15:04:28.219Z Fresh newtype-uuid-macros v0.1.0
97402026-08-26T15:04:28.219Z Fresh match_cfg v0.1.0
97412026-08-26T15:04:28.219Z Fresh slog-json v2.6.1
97422026-08-26T15:04:28.219Z Fresh debug-ignore v1.0.5
97432026-08-26T15:04:28.219Z Fresh daft v0.1.8
97442026-08-26T15:04:28.219Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
97452026-08-26T15:04:28.219Z Fresh hyper-tls v0.6.0
97462026-08-26T15:04:28.219Z Fresh postgres-protocol v0.6.10
97472026-08-26T15:04:28.219Z Fresh predicates v3.1.4
97482026-08-26T15:04:28.219Z Fresh smoltcp v0.9.1
97492026-08-26T15:04:28.219Z Fresh zstd v0.13.3
97502026-08-26T15:04:28.219Z Fresh bzip2 v0.6.1
97512026-08-26T15:04:28.219Z Fresh phf v0.13.1
97522026-08-26T15:04:28.219Z Fresh zopfli v0.8.3
97532026-08-26T15:04:28.219Z Fresh slog-term v2.9.2
97542026-08-26T15:04:28.219Z Fresh hostname v0.3.1
97552026-08-26T15:04:28.219Z Fresh sha1 v0.11.0
97562026-08-26T15:04:28.219Z Fresh toml_datetime v1.1.1+spec-1.1.0
97572026-08-26T15:04:28.219Z Fresh serde_spanned v1.1.1
97582026-08-26T15:04:28.249Z Fresh compression-core v0.4.31
97592026-08-26T15:04:28.249Z Fresh toml_writer v1.1.1+spec-1.1.0
97602026-08-26T15:04:28.249Z Fresh async-stream-impl v0.3.6
97612026-08-26T15:04:28.250Z Fresh rustls-pemfile v2.2.0
97622026-08-26T15:04:28.250Z Fresh dropshot_endpoint v0.17.1
97632026-08-26T15:04:28.250Z Fresh waitgroup v0.1.2
97642026-08-26T15:04:28.250Z Fresh hostname v0.4.2
97652026-08-26T15:04:28.250Z Fresh serde_path_to_error v0.1.20
97662026-08-26T15:04:28.250Z Fresh progenitor-client v0.14.0
97672026-08-26T15:04:28.250Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
97682026-08-26T15:04:28.250Z Fresh atomicwrites v0.4.4
97692026-08-26T15:04:28.250Z Fresh serde_tokenstream v0.3.0
97702026-08-26T15:04:28.250Z Fresh regress v0.10.5
97712026-08-26T15:04:28.250Z Fresh macaddr v1.0.1
97722026-08-26T15:04:28.250Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
97732026-08-26T15:04:28.250Z Fresh iddqd v0.4.2
97742026-08-26T15:04:28.250Z Fresh reqwest v0.12.28
97752026-08-26T15:04:28.250Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
97762026-08-26T15:04:28.250Z Fresh postgres-types v0.2.12
97772026-08-26T15:04:28.250Z Fresh zip v4.6.1
97782026-08-26T15:04:28.250Z Fresh slog-async v2.8.0
97792026-08-26T15:04:28.250Z Fresh slog-bunyan v2.5.0
97802026-08-26T15:04:28.250Z Fresh compression-codecs v0.4.37
97812026-08-26T15:04:28.250Z Fresh toml v1.1.2+spec-1.1.0
97822026-08-26T15:04:28.251Z Fresh async-stream v0.3.6
97832026-08-26T15:04:28.251Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
97842026-08-26T15:04:28.251Z Fresh oxide-generation-macros v0.2.0
97852026-08-26T15:04:28.251Z Fresh instant v0.1.13
97862026-08-26T15:04:28.251Z Fresh parse-display-derive v0.10.0
97872026-08-26T15:04:28.251Z Fresh itertools v0.14.0
97882026-08-26T15:04:28.251Z Fresh backon v1.6.0
97892026-08-26T15:04:28.251Z Fresh humantime v2.3.0
97902026-08-26T15:04:28.251Z Fresh convert_case v0.4.0
97912026-08-26T15:04:28.251Z Fresh half v2.7.1
97922026-08-26T15:04:28.251Z Fresh ciborium-io v0.2.2
97932026-08-26T15:04:28.251Z Fresh secrecy v0.10.3
97942026-08-26T15:04:28.251Z Fresh regress v0.11.1
97952026-08-26T15:04:28.251Z Fresh indent_write v2.2.0
97962026-08-26T15:04:28.251Z Fresh inout v0.1.4
97972026-08-26T15:04:28.252Z Fresh unsafe-libyaml v0.2.11
97982026-08-26T15:04:28.252Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
97992026-08-26T15:04:28.252Z Fresh tough v0.22.0
98002026-08-26T15:04:28.252Z Fresh tokio-postgres v0.7.16
98012026-08-26T15:04:28.252Z Fresh async-compression v0.4.41
98022026-08-26T15:04:28.252Z Fresh multer v3.1.0
98032026-08-26T15:04:28.252Z Fresh parse-display v0.10.0
98042026-08-26T15:04:28.252Z Fresh backoff v0.4.0
98052026-08-26T15:04:28.252Z Fresh progenitor-extras v0.2.0
98062026-08-26T15:04:28.252Z Fresh derive_more v0.99.20
98072026-08-26T15:04:28.252Z Fresh ciborium-ll v0.2.2
98082026-08-26T15:04:28.252Z Fresh typify-impl v0.6.2
98092026-08-26T15:04:28.252Z Fresh serde_yaml v0.9.34+deprecated
98102026-08-26T15:04:28.252Z Fresh cipher v0.4.4
98112026-08-26T15:04:28.252Z Fresh universal-hash v0.5.1
98122026-08-26T15:04:28.252Z Fresh thiserror-impl-no-std v2.0.2
98132026-08-26T15:04:28.252Z Fresh opaque-debug v0.3.1
98142026-08-26T15:04:28.253Z Fresh blake2 v0.10.6
98152026-08-26T15:04:28.253Z Fresh aead v0.5.2
98162026-08-26T15:04:28.253Z Fresh password-hash v0.5.0
98172026-08-26T15:04:28.253Z Fresh camino-tempfile v1.4.1
98182026-08-26T15:04:28.253Z Fresh swrite v0.1.0
98192026-08-26T15:04:28.253Z Fresh num-derive v0.4.2
98202026-08-26T15:04:28.253Z Fresh toml_datetime v0.7.5+spec-1.1.0
98212026-08-26T15:04:28.253Z Fresh glob v0.3.3
98222026-08-26T15:04:28.253Z Fresh crossbeam-deque v0.8.6
98232026-08-26T15:04:28.253Z Fresh tabwriter v1.4.1
98242026-08-26T15:04:28.253Z Fresh ingot-macros v0.2.0
98252026-08-26T15:04:28.253Z Fresh dropshot v0.17.1
98262026-08-26T15:04:28.253Z Fresh ciborium v0.2.2
98272026-08-26T15:04:28.253Z Fresh crucible-workspace-hack v0.1.0
98282026-08-26T15:04:28.253Z Fresh typify-macro v0.6.2
98292026-08-26T15:04:28.253Z Fresh chacha20 v0.9.1
98302026-08-26T15:04:28.254Z Fresh poly1305 v0.8.0
98312026-08-26T15:04:28.254Z Fresh thiserror-no-std v2.0.2
98322026-08-26T15:04:28.254Z Fresh argon2 v0.5.3
98332026-08-26T15:04:28.254Z Fresh toml_edit v0.23.10+spec-1.0.0
98342026-08-26T15:04:28.254Z Fresh hash32 v0.3.1
98352026-08-26T15:04:28.254Z Fresh colored v3.1.1
98362026-08-26T15:04:28.254Z Fresh ingot-types v0.2.0
98372026-08-26T15:04:28.254Z Fresh cobs v0.3.0
98382026-08-26T15:04:28.254Z Fresh rand v0.10.1
98392026-08-26T15:04:28.254Z Fresh proc-macro-crate v1.3.1
98402026-08-26T15:04:28.254Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
98412026-08-26T15:04:28.254Z Fresh foreign-types-macros v0.2.3
98422026-08-26T15:04:28.254Z Fresh foreign-types-shared v0.3.1
98432026-08-26T15:04:28.254Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
98442026-08-26T15:04:28.254Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
98452026-08-26T15:04:28.254Z Fresh cstr-argument v0.1.2
98462026-08-26T15:04:28.254Z Fresh typify v0.6.2
98472026-08-26T15:04:28.254Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
98482026-08-26T15:04:28.254Z Fresh chacha20poly1305 v0.10.1
98492026-08-26T15:04:28.254Z Fresh vsss-rs v3.3.4
98502026-08-26T15:04:28.254Z Fresh proc-macro-crate v3.4.0
98512026-08-26T15:04:28.254Z Fresh rayon-core v1.13.0
98522026-08-26T15:04:28.255Z Fresh proc-macro-error-attr v1.0.4
98532026-08-26T15:04:28.255Z Fresh heapless v0.8.0
98542026-08-26T15:04:28.255Z Fresh ingot v0.2.1
98552026-08-26T15:04:28.255Z Fresh postcard v1.1.3
98562026-08-26T15:04:28.255Z Fresh num_enum_derive v0.5.11
98572026-08-26T15:04:28.255Z Fresh foreign-types v0.5.0
98582026-08-26T15:04:28.299Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
98592026-08-26T15:04:28.300Z Fresh sigpipe v0.1.3
98602026-08-26T15:04:28.300Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
98612026-08-26T15:04:28.300Z Fresh itertools v0.12.1
98622026-08-26T15:04:28.300Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
98632026-08-26T15:04:28.300Z Fresh smf v0.2.3
98642026-08-26T15:04:28.300Z Fresh whoami v1.6.1
98652026-08-26T15:04:28.300Z Fresh derive-where v1.6.0
98662026-08-26T15:04:28.300Z Fresh toml v0.8.23
98672026-08-26T15:04:28.300Z Fresh console v0.15.11
98682026-08-26T15:04:28.300Z Fresh newline-converter v0.3.0
98692026-08-26T15:04:28.300Z Fresh usdt-macro v0.5.0
98702026-08-26T15:04:28.300Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
98712026-08-26T15:04:28.300Z Fresh progenitor-impl v0.14.0
98722026-08-26T15:04:28.300Z Fresh num_enum_derive v0.7.6
98732026-08-26T15:04:28.300Z Fresh proc-macro-error v1.0.4
98742026-08-26T15:04:28.300Z Fresh rayon v1.11.0
98752026-08-26T15:04:28.300Z Fresh smoltcp v0.11.0
98762026-08-26T15:04:28.300Z Fresh illumos-nvpair-sys v0.2.0
98772026-08-26T15:04:28.300Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
98782026-08-26T15:04:28.300Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
98792026-08-26T15:04:28.300Z Fresh num_enum v0.5.11
98802026-08-26T15:04:28.300Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
98812026-08-26T15:04:28.300Z Fresh expectorate v1.2.0
98822026-08-26T15:04:28.300Z Fresh oxide-update-engine-types v0.1.2
98832026-08-26T15:04:28.300Z Fresh usdt-attr-macro v0.5.0
98842026-08-26T15:04:28.301Z Fresh memmap v0.7.0
98852026-08-26T15:04:28.301Z Fresh num-rational v0.4.2
98862026-08-26T15:04:28.301Z Fresh num-complex v0.4.6
98872026-08-26T15:04:28.301Z Fresh float-ord v0.3.2
98882026-08-26T15:04:28.301Z Fresh bytecount v0.6.9
98892026-08-26T15:04:28.301Z Fresh gethostname v0.5.0
98902026-08-26T15:04:28.301Z Fresh linear-map v1.2.0
98912026-08-26T15:04:28.301Z Fresh resolv-conf v0.7.6
98922026-08-26T15:04:28.301Z Fresh oxide-generation v0.1.3
98932026-08-26T15:04:28.301Z Fresh csv-core v0.1.13
98942026-08-26T15:04:28.301Z Fresh linked-hash-map v0.5.6
98952026-08-26T15:04:28.301Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
98962026-08-26T15:04:28.301Z Fresh progenitor-macro v0.14.0
98972026-08-26T15:04:28.301Z Fresh num_enum v0.7.6
98982026-08-26T15:04:28.301Z Fresh illumos-nvpair v0.3.0
98992026-08-26T15:04:28.301Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99002026-08-26T15:04:28.301Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99012026-08-26T15:04:28.301Z Fresh zone_cfg_derive v0.3.1
99022026-08-26T15:04:28.301Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
99032026-08-26T15:04:28.301Z Fresh usdt v0.5.0
99042026-08-26T15:04:28.301Z Fresh num v0.4.3
99052026-08-26T15:04:28.301Z Fresh minimal-lexical v0.2.1
99062026-08-26T15:04:28.301Z Fresh lru-cache v0.1.2
99072026-08-26T15:04:28.301Z Fresh csv v1.4.0
99082026-08-26T15:04:28.301Z Fresh hickory-proto v0.24.4
99092026-08-26T15:04:28.301Z Fresh unicode-xid v0.2.6
99102026-08-26T15:04:28.302Z Fresh termtree v0.5.1
99112026-08-26T15:04:28.302Z Fresh ar_archive_writer v0.5.1
99122026-08-26T15:04:28.302Z Fresh fd-lock v4.0.4
99132026-08-26T15:04:28.302Z Fresh progenitor v0.14.0
99142026-08-26T15:04:28.302Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
99152026-08-26T15:04:28.302Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99162026-08-26T15:04:28.302Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
99172026-08-26T15:04:28.302Z Fresh zone v0.3.1
99182026-08-26T15:04:28.302Z Fresh cancel-safe-futures v0.1.5
99192026-08-26T15:04:28.302Z Fresh tokio-dtrace v0.1.1
99202026-08-26T15:04:28.302Z Fresh prettyplease v0.2.37
99212026-08-26T15:04:28.302Z Fresh nom v7.1.3
99222026-08-26T15:04:28.302Z Fresh slog-dtrace v0.3.0
99232026-08-26T15:04:28.302Z Fresh vte v0.14.1
99242026-08-26T15:04:28.302Z Fresh semver v0.1.20
99252026-08-26T15:04:28.302Z Fresh hickory-resolver v0.24.4
99262026-08-26T15:04:28.302Z Fresh papergrid v0.11.0
99272026-08-26T15:04:28.302Z Fresh tabled_derive v0.7.0
99282026-08-26T15:04:28.302Z Fresh nu-ansi-term v0.50.3
99292026-08-26T15:04:28.302Z Fresh crossterm v0.29.0
99302026-08-26T15:04:28.302Z Fresh nom v8.0.0
99312026-08-26T15:04:28.302Z Fresh highway v1.3.0
99322026-08-26T15:04:28.302Z Fresh cfg_aliases v0.1.1
99332026-08-26T15:04:28.302Z Fresh nibble_vec v0.1.0
99342026-08-26T15:04:28.302Z Fresh endian-type v0.1.2
99352026-08-26T15:04:28.302Z Fresh display-error-chain v0.2.2
99362026-08-26T15:04:28.303Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99372026-08-26T15:04:28.303Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
99382026-08-26T15:04:28.303Z Fresh oxide-update-engine v0.1.2
99392026-08-26T15:04:28.303Z Fresh oxide-tokio-rt v0.1.4
99402026-08-26T15:04:28.303Z Fresh strip-ansi-escapes v0.2.1
99412026-08-26T15:04:28.303Z Fresh rustc_version v0.1.7
99422026-08-26T15:04:28.303Z Fresh qorb v0.4.1
99432026-08-26T15:04:28.303Z Fresh tabled v0.15.0
99442026-08-26T15:04:28.303Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
99452026-08-26T15:04:28.303Z Fresh radix_trie v0.2.1
99462026-08-26T15:04:28.303Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
99472026-08-26T15:04:28.303Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
99482026-08-26T15:04:28.303Z Fresh phf_shared v0.12.1
99492026-08-26T15:04:28.303Z Fresh recursive-proc-macro-impl v0.1.1
99502026-08-26T15:04:28.303Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
99512026-08-26T15:04:28.303Z Fresh const_format_proc_macros v0.2.34
99522026-08-26T15:04:28.303Z Fresh peg-macros v0.8.5
99532026-08-26T15:04:28.303Z Fresh sqlparser_derive v0.5.0
99542026-08-26T15:04:28.303Z Fresh winnow v0.6.26
99552026-08-26T15:04:28.303Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99562026-08-26T15:04:28.303Z Fresh reedline v0.40.0
99572026-08-26T15:04:28.303Z Fresh psm v0.1.30
99582026-08-26T15:04:28.338Z Fresh phf v0.12.1
99592026-08-26T15:04:28.338Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
99602026-08-26T15:04:28.338Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
99612026-08-26T15:04:28.338Z Fresh home v0.5.12
99622026-08-26T15:04:28.338Z Fresh unicode_categories v0.1.1
99632026-08-26T15:04:28.338Z Fresh const_format v0.2.35
99642026-08-26T15:04:28.339Z Fresh peg v0.8.5
99652026-08-26T15:04:28.339Z Fresh bcs v0.1.6
99662026-08-26T15:04:28.339Z Fresh sha1 v0.10.6
99672026-08-26T15:04:28.339Z Fresh filetime v0.2.27
99682026-08-26T15:04:28.339Z Fresh xattr v1.6.1
99692026-08-26T15:04:28.339Z Fresh omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
99702026-08-26T15:04:28.339Z Fresh dropshot-api-manager-types v0.8.0
99712026-08-26T15:04:28.339Z Fresh headers-core v0.3.0
99722026-08-26T15:04:28.339Z Fresh subprocess v0.2.15
99732026-08-26T15:04:28.339Z Fresh yasna v0.5.2
99742026-08-26T15:04:28.339Z Fresh utf-8 v0.7.6
99752026-08-26T15:04:28.339Z Fresh stacker v0.1.23
99762026-08-26T15:04:28.339Z Fresh nix v0.28.0
99772026-08-26T15:04:28.339Z Fresh chrono-tz v0.10.4
99782026-08-26T15:04:28.339Z Fresh sqlformat v0.3.5
99792026-08-26T15:04:28.339Z Fresh tar v0.4.46
99802026-08-26T15:04:28.339Z Fresh headers v0.4.1
99812026-08-26T15:04:28.339Z Fresh rcgen v0.12.1
99822026-08-26T15:04:28.339Z Fresh port-file v0.1.0
99832026-08-26T15:04:28.339Z Fresh tagptr v0.2.0
99842026-08-26T15:04:28.339Z Fresh bitfield-struct v0.6.2
99852026-08-26T15:04:28.339Z Fresh tungstenite v0.21.0
99862026-08-26T15:04:28.339Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
99872026-08-26T15:04:28.339Z Fresh xshell-macros v0.2.7
99882026-08-26T15:04:28.339Z Fresh darling_core v0.21.3
99892026-08-26T15:04:28.339Z Fresh maplit v1.0.2
99902026-08-26T15:04:28.339Z Fresh scheduled-thread-pool v0.2.7
99912026-08-26T15:04:28.339Z Fresh newtype_derive v0.1.6
99922026-08-26T15:04:28.340Z Fresh recursive v0.1.1
99932026-08-26T15:04:28.340Z Fresh rustyline v14.0.0
99942026-08-26T15:04:28.340Z Fresh moka v0.12.13
99952026-08-26T15:04:28.340Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
99962026-08-26T15:04:28.340Z Fresh tokio-tungstenite v0.21.0
99972026-08-26T15:04:28.340Z Fresh xshell v0.2.7
99982026-08-26T15:04:28.340Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
99992026-08-26T15:04:28.340Z Fresh darling_macro v0.21.3
100002026-08-26T15:04:28.340Z Fresh diesel_table_macro_syntax v0.3.0
100012026-08-26T15:04:28.340Z Fresh r2d2 v0.8.10
100022026-08-26T15:04:28.340Z Fresh downcast-rs v2.0.2
100032026-08-26T15:04:28.340Z Fresh diff v0.1.13
100042026-08-26T15:04:28.340Z Fresh dirs-sys-next v0.1.2
100052026-08-26T15:04:28.340Z Fresh unicase v2.9.0
100062026-08-26T15:04:28.340Z Fresh sqlparser v0.61.0
100072026-08-26T15:04:28.340Z Fresh steno v0.4.1
100082026-08-26T15:04:28.340Z Fresh hickory-resolver v0.25.2
100092026-08-26T15:04:28.340Z Fresh libefi-sys v0.1.0
100102026-08-26T15:04:28.340Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100112026-08-26T15:04:28.341Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100122026-08-26T15:04:28.341Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
100132026-08-26T15:04:28.341Z Fresh darling v0.21.3
100142026-08-26T15:04:28.341Z Fresh vergen-lib v0.1.6
100152026-08-26T15:04:28.341Z Fresh dirs-next v2.0.0
100162026-08-26T15:04:28.341Z Fresh libscf-sys v1.2.0
100172026-08-26T15:04:28.341Z Fresh bit-vec v0.6.3
100182026-08-26T15:04:28.341Z Fresh papergrid v0.18.0
100192026-08-26T15:04:28.341Z Fresh itertools v0.10.5
100202026-08-26T15:04:28.341Z Fresh ena v0.14.4
100212026-08-26T15:04:28.341Z Fresh libloading v0.8.9
100222026-08-26T15:04:28.341Z Fresh regex-syntax v0.6.29
100232026-08-26T15:04:28.341Z Fresh cexpr v0.6.0
100242026-08-26T15:04:28.341Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
100252026-08-26T15:04:28.341Z Fresh half v1.8.3
100262026-08-26T15:04:28.341Z Fresh rustc-hash v2.1.1
100272026-08-26T15:04:28.341Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
100282026-08-26T15:04:28.341Z Fresh dsl_auto_type v0.2.0
100292026-08-26T15:04:28.341Z Fresh vergen-gitcl v1.0.8
100302026-08-26T15:04:28.341Z Fresh crunchy v0.2.4
100312026-08-26T15:04:28.341Z Fresh term v0.7.0
100322026-08-26T15:04:28.341Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
100332026-08-26T15:04:28.341Z Fresh bit-set v0.5.3
100342026-08-26T15:04:28.341Z Fresh tabled v0.21.0
100352026-08-26T15:04:28.341Z Fresh serde_cbor v0.11.2
100362026-08-26T15:04:28.342Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
100372026-08-26T15:04:28.342Z Fresh hashbrown v0.14.5
100382026-08-26T15:04:28.342Z Fresh strum_macros v0.24.3
100392026-08-26T15:04:28.342Z Fresh sha2 v0.11.0
100402026-08-26T15:04:28.342Z Fresh indoc v1.0.9
100412026-08-26T15:04:28.342Z Fresh crc8 v0.1.1
100422026-08-26T15:04:28.342Z Fresh rfc6979 v0.4.0
100432026-08-26T15:04:28.342Z Fresh quick-xml v0.37.5
100442026-08-26T15:04:28.342Z Fresh oso-derive v0.27.3
100452026-08-26T15:04:28.342Z Fresh impl-trait-for-tuples v0.2.3
100462026-08-26T15:04:28.342Z Fresh proc-macro-error-attr2 v2.0.0
100472026-08-26T15:04:28.342Z Fresh diesel_derives v2.3.7
100482026-08-26T15:04:28.342Z Fresh tiny-keccak v2.0.2
100492026-08-26T15:04:28.342Z Fresh ascii-canvas v3.0.0
100502026-08-26T15:04:28.342Z Fresh clang-sys v1.8.1
100512026-08-26T15:04:28.342Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
100522026-08-26T15:04:28.342Z Fresh chumsky v0.9.3
100532026-08-26T15:04:28.342Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
100542026-08-26T15:04:28.342Z Fresh openssl-probe v0.1.6
100552026-08-26T15:04:28.342Z Fresh proc-macro-error2 v2.0.1
100562026-08-26T15:04:28.342Z Fresh ecdsa v0.16.9
100572026-08-26T15:04:28.342Z Fresh primeorder v0.13.6
100582026-08-26T15:04:28.347Z Fresh trait-variant v0.1.2
100592026-08-26T15:04:28.347Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
100602026-08-26T15:04:28.348Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
100612026-08-26T15:04:28.348Z Fresh bb8 v0.8.6
100622026-08-26T15:04:28.348Z Fresh fxhash v0.2.1
100632026-08-26T15:04:28.348Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
100642026-08-26T15:04:28.348Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100652026-08-26T15:04:28.348Z Fresh nonempty v0.12.0
100662026-08-26T15:04:28.348Z Fresh cpubits v0.1.1
100672026-08-26T15:04:28.348Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
100682026-08-26T15:04:28.348Z Fresh diesel v2.3.7
100692026-08-26T15:04:28.348Z Fresh lalrpop v0.19.12
100702026-08-26T15:04:28.348Z Fresh bindgen v0.71.1
100712026-08-26T15:04:28.348Z Fresh libxml v0.3.3
100722026-08-26T15:04:28.348Z Fresh p384 v0.13.1
100732026-08-26T15:04:28.348Z Fresh knus-derive v3.4.0
100742026-08-26T15:04:28.348Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
100752026-08-26T15:04:28.348Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
100762026-08-26T15:04:28.348Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100772026-08-26T15:04:28.348Z Fresh anstyle-parse v0.2.7
100782026-08-26T15:04:28.348Z Fresh corncobs v0.1.4
100792026-08-26T15:04:28.348Z Fresh predicates-tree v1.0.13
100802026-08-26T15:04:28.348Z Fresh secrecy v0.8.0
100812026-08-26T15:04:28.348Z Fresh kstat-rs v0.2.5
100822026-08-26T15:04:28.348Z Fresh ignore v0.4.25
100832026-08-26T15:04:28.348Z Fresh git-stub v1.0.0
100842026-08-26T15:04:28.348Z Fresh pem-rfc7468 v1.0.0
100852026-08-26T15:04:28.348Z Fresh progenitor-impl v0.13.0
100862026-08-26T15:04:28.349Z Fresh prefix-trie v0.7.0
100872026-08-26T15:04:28.349Z Fresh salty v0.3.0
100882026-08-26T15:04:28.349Z Fresh knus v3.4.0
100892026-08-26T15:04:28.349Z Fresh diesel-dtrace v0.5.0
100902026-08-26T15:04:28.349Z Fresh async-bb8-diesel v0.2.1
100912026-08-26T15:04:28.349Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
100922026-08-26T15:04:28.349Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100932026-08-26T15:04:28.349Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
100942026-08-26T15:04:28.349Z Fresh anstream v0.6.21
100952026-08-26T15:04:28.349Z Fresh git-stub-vcs v0.1.0
100962026-08-26T15:04:28.349Z Fresh globwalk v0.9.1
100972026-08-26T15:04:28.349Z Fresh progenitor-macro v0.13.0
100982026-08-26T15:04:28.349Z Fresh hickory-server v0.25.2
100992026-08-26T15:04:28.349Z Fresh progenitor-client v0.13.0
101002026-08-26T15:04:28.349Z Fresh hmac v0.13.0
101012026-08-26T15:04:28.349Z Fresh universal-hash v0.6.1
101022026-08-26T15:04:28.349Z Fresh nanorand v0.7.0
101032026-08-26T15:04:28.349Z Fresh void v1.0.2
101042026-08-26T15:04:28.349Z Fresh der v0.8.0
101052026-08-26T15:04:28.349Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
101062026-08-26T15:04:28.349Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
101072026-08-26T15:04:28.349Z Fresh parking_lot_core v0.8.6
101082026-08-26T15:04:28.349Z Fresh camino-tempfile-ext v0.3.3
101092026-08-26T15:04:28.349Z Fresh progenitor v0.13.0
101102026-08-26T15:04:28.349Z Fresh flume v0.11.1
101112026-08-26T15:04:28.349Z Fresh polyval v0.7.1
101122026-08-26T15:04:28.349Z Fresh lzss v0.8.2
101132026-08-26T15:04:28.349Z Fresh tungstenite v0.23.0
101142026-08-26T15:04:28.350Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
101152026-08-26T15:04:28.350Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101162026-08-26T15:04:28.350Z Fresh nix v0.27.1
101172026-08-26T15:04:28.350Z Fresh rand_seeder v0.4.0
101182026-08-26T15:04:28.350Z Fresh serde_bytes v0.11.19
101192026-08-26T15:04:28.350Z Fresh http-range v0.1.5
101202026-08-26T15:04:28.350Z Fresh assert_matches v1.5.0
101212026-08-26T15:04:28.350Z Fresh pbkdf2 v0.13.0
101222026-08-26T15:04:28.350Z Fresh aes v0.9.1
101232026-08-26T15:04:28.350Z Fresh crypto-bigint v0.7.5
101242026-08-26T15:04:28.350Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
101252026-08-26T15:04:28.350Z Fresh signal-hook-tokio v0.3.1
101262026-08-26T15:04:28.350Z Fresh ctr v0.10.1
101272026-08-26T15:04:28.350Z Fresh polar-core v0.27.3
101282026-08-26T15:04:28.350Z Fresh samael v0.0.19
101292026-08-26T15:04:28.350Z Fresh parking_lot v0.11.2
101302026-08-26T15:04:28.350Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101312026-08-26T15:04:28.350Z Fresh ghash v0.6.0
101322026-08-26T15:04:28.350Z Fresh tokio-tungstenite v0.23.1
101332026-08-26T15:04:28.350Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
101342026-08-26T15:04:28.350Z Fresh digest-io v0.1.0
101352026-08-26T15:04:28.350Z Fresh aead v0.6.1
101362026-08-26T15:04:28.350Z Fresh rawzip v0.4.4
101372026-08-26T15:04:28.351Z Fresh mime_guess v2.0.5
101382026-08-26T15:04:28.351Z Fresh spki v0.8.0
101392026-08-26T15:04:28.351Z Fresh scuffle v0.1.0
101402026-08-26T15:04:28.351Z Fresh salsa20 v0.11.0
101412026-08-26T15:04:28.351Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
101422026-08-26T15:04:28.351Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
101432026-08-26T15:04:28.351Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
101442026-08-26T15:04:28.351Z Fresh cbc v0.2.1
101452026-08-26T15:04:28.351Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
101462026-08-26T15:04:28.351Z Fresh oso v0.27.3
101472026-08-26T15:04:28.351Z Fresh sled v0.34.7
101482026-08-26T15:04:28.351Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101492026-08-26T15:04:28.351Z Fresh aes-gcm v0.11.0
101502026-08-26T15:04:28.351Z Fresh scrypt v0.12.0
101512026-08-26T15:04:28.351Z Fresh hyper-staticfile v0.10.1
101522026-08-26T15:04:28.351Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
101532026-08-26T15:04:28.351Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
101542026-08-26T15:04:28.351Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101552026-08-26T15:04:28.351Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
101562026-08-26T15:04:28.351Z Fresh ff v0.14.0
101572026-08-26T15:04:28.351Z Fresh yansi v1.0.1
101582026-08-26T15:04:28.427Z Fresh signature v3.0.0
101592026-08-26T15:04:28.427Z Fresh base16ct v1.0.0
101602026-08-26T15:04:28.427Z Fresh hkdf v0.13.0
101612026-08-26T15:04:28.427Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
101622026-08-26T15:04:28.427Z Fresh pkcs5 v0.8.1
101632026-08-26T15:04:28.427Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
101642026-08-26T15:04:28.427Z Fresh pretty_assertions v1.4.1
101652026-08-26T15:04:28.427Z Fresh group v0.14.0
101662026-08-26T15:04:28.427Z Fresh sec1 v0.8.1
101672026-08-26T15:04:28.427Z Fresh castaway v0.2.4
101682026-08-26T15:04:28.427Z Fresh arc-swap v1.8.2
101692026-08-26T15:04:28.427Z Fresh indoc v2.0.7
101702026-08-26T15:04:28.427Z Fresh lru v0.12.5
101712026-08-26T15:04:28.427Z Fresh unicode-truncate v1.1.0
101722026-08-26T15:04:28.427Z Fresh concurrent-queue v2.5.0
101732026-08-26T15:04:28.427Z Fresh constant_time_eq v0.4.2
101742026-08-26T15:04:28.427Z Fresh arrayref v0.3.9
101752026-08-26T15:04:28.427Z Fresh cassowary v0.3.0
101762026-08-26T15:04:28.427Z Fresh arrayvec v0.7.6
101772026-08-26T15:04:28.427Z Fresh parking v2.2.1
101782026-08-26T15:04:28.428Z Fresh primefield v0.14.0
101792026-08-26T15:04:28.428Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
101802026-08-26T15:04:28.428Z Fresh pkcs8 v0.11.0
101812026-08-26T15:04:28.428Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
101822026-08-26T15:04:28.428Z Fresh compact_str v0.8.1
101832026-08-26T15:04:28.428Z Fresh slog-scope v4.4.1
101842026-08-26T15:04:28.428Z Fresh libz-sys v1.1.24
101852026-08-26T15:04:28.428Z Fresh instability v0.3.11
101862026-08-26T15:04:28.428Z Fresh wnaf v0.14.0
101872026-08-26T15:04:28.428Z Fresh event-listener v5.4.1
101882026-08-26T15:04:28.428Z Fresh rfc6979 v0.6.0
101892026-08-26T15:04:28.428Z Fresh console v0.16.2
101902026-08-26T15:04:28.428Z Fresh unit-prefix v0.5.2
101912026-08-26T15:04:28.428Z Fresh plotters-backend v0.3.7
101922026-08-26T15:04:28.428Z Fresh colored v2.2.0
101932026-08-26T15:04:28.428Z Fresh libsw-core v0.3.2
101942026-08-26T15:04:28.428Z Fresh sapling-renderdag v0.1.0
101952026-08-26T15:04:28.428Z Fresh shell-words v1.1.1
101962026-08-26T15:04:28.428Z Fresh sync-ptr v0.1.4
101972026-08-26T15:04:28.428Z Fresh cast v0.3.0
101982026-08-26T15:04:28.428Z Fresh futures-timer v3.0.3
101992026-08-26T15:04:28.428Z Fresh elliptic-curve v0.14.1
102002026-08-26T15:04:28.428Z Fresh slog-stdlog v4.1.1
102012026-08-26T15:04:28.428Z Fresh libgit2-sys v0.18.3+1.9.2
102022026-08-26T15:04:28.428Z Fresh ratatui v0.29.0
102032026-08-26T15:04:28.429Z Fresh indicatif v0.18.4
102042026-08-26T15:04:28.429Z Fresh plotters-svg v0.3.7
102052026-08-26T15:04:28.429Z Fresh event-listener-strategy v0.5.4
102062026-08-26T15:04:28.429Z Fresh petname v2.0.2
102072026-08-26T15:04:28.429Z Fresh criterion-plot v0.6.0
102082026-08-26T15:04:28.429Z Fresh libsw v3.5.0
102092026-08-26T15:04:28.429Z Fresh ssh-encoding v0.3.0
102102026-08-26T15:04:28.429Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
102112026-08-26T15:04:28.429Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
102122026-08-26T15:04:28.429Z Fresh tinytemplate v1.2.1
102132026-08-26T15:04:28.429Z Fresh rtoolbox v0.0.3
102142026-08-26T15:04:28.429Z Fresh ecdsa v0.17.0
102152026-08-26T15:04:28.429Z Fresh primeorder v0.14.0
102162026-08-26T15:04:28.429Z Fresh git2 v0.20.4
102172026-08-26T15:04:28.429Z Fresh slog-envlogger v2.2.0
102182026-08-26T15:04:28.429Z Fresh plotters v0.3.7
102192026-08-26T15:04:28.429Z Fresh async-lock v3.4.2
102202026-08-26T15:04:28.429Z Fresh keccak v0.2.0
102212026-08-26T15:04:28.429Z Fresh anes v0.1.6
102222026-08-26T15:04:28.429Z Fresh oorandom v11.1.5
102232026-08-26T15:04:28.429Z Fresh oxide-update-engine-display v0.1.2
102242026-08-26T15:04:28.429Z Fresh curve25519-dalek v5.0.0
102252026-08-26T15:04:28.430Z Fresh rpassword v7.5.4
102262026-08-26T15:04:28.430Z Fresh tui-tree-widget v0.23.1
102272026-08-26T15:04:28.430Z Fresh blake3 v1.8.5
102282026-08-26T15:04:28.430Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
102292026-08-26T15:04:28.430Z Fresh ed25519 v3.0.0
102302026-08-26T15:04:28.430Z Fresh pkcs1 v0.8.0-rc.4
102312026-08-26T15:04:28.430Z Fresh crypto-primes v0.7.2
102322026-08-26T15:04:28.430Z Fresh poly1305 v0.9.0
102332026-08-26T15:04:28.430Z Fresh vergen-git2 v9.1.0
102342026-08-26T15:04:28.430Z Fresh async-object-pool v0.2.0
102352026-08-26T15:04:28.430Z Fresh criterion v0.7.0
102362026-08-26T15:04:28.430Z Fresh tokio-test v0.4.5
102372026-08-26T15:04:28.430Z Fresh supports-color v2.1.0
102382026-08-26T15:04:28.430Z Fresh supports-hyperlinks v2.1.0
102392026-08-26T15:04:28.430Z Fresh supports-unicode v2.1.0
102402026-08-26T15:04:28.430Z Fresh textwrap v0.15.2
102412026-08-26T15:04:28.430Z Fresh blowfish v0.10.0
102422026-08-26T15:04:28.431Z Fresh blake2 v0.11.0-rc.6
102432026-08-26T15:04:28.431Z Fresh serde_regex v1.1.0
102442026-08-26T15:04:28.431Z Fresh assert-json-diff v2.0.2
102452026-08-26T15:04:28.431Z Fresh miette-derive v5.10.0
102462026-08-26T15:04:28.431Z Fresh terminal_size v0.1.17
102472026-08-26T15:04:28.431Z Fresh path-tree v0.8.3
102482026-08-26T15:04:28.431Z Fresh topological-sort v0.2.2
102492026-08-26T15:04:28.431Z Fresh stringmetrics v2.2.2
102502026-08-26T15:04:28.431Z Fresh owo-colors v3.5.0
102512026-08-26T15:04:28.431Z Fresh ed25519-dalek v3.0.0
102522026-08-26T15:04:28.431Z Fresh rsa v0.10.0-rc.18
102532026-08-26T15:04:28.431Z Fresh bcrypt-pbkdf v0.11.0
102542026-08-26T15:04:28.431Z Fresh httpmock v0.8.3
102552026-08-26T15:04:28.431Z Fresh miette v5.10.0
102562026-08-26T15:04:28.431Z Fresh target-lexicon v0.13.3
102572026-08-26T15:04:28.431Z Fresh omicron-zone-package v0.12.3
102582026-08-26T15:04:28.451Z Fresh argon2 v0.6.0-rc.8
102592026-08-26T15:04:28.451Z Fresh p256 v0.14.0
102602026-08-26T15:04:28.451Z Fresh p521 v0.14.0
102612026-08-26T15:04:28.451Z Fresh ssh-cipher v0.3.0
102622026-08-26T15:04:28.451Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
102632026-08-26T15:04:28.451Z Fresh p384 v0.14.0
102642026-08-26T15:04:28.451Z Fresh sha3 v0.11.0
102652026-08-26T15:04:28.451Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
102662026-08-26T15:04:28.451Z Fresh knuffel-derive v3.2.0
102672026-08-26T15:04:28.452Z Fresh twox-hash v2.1.2
102682026-08-26T15:04:28.452Z Fresh kem v0.3.0
102692026-08-26T15:04:28.452Z Fresh module-lattice v0.2.3
102702026-08-26T15:04:28.452Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
102712026-08-26T15:04:28.452Z Fresh atty v0.2.14
102722026-08-26T15:04:28.452Z Fresh sponge-cursor v0.1.0
102732026-08-26T15:04:28.452Z Fresh cfg-expr v0.20.6
102742026-08-26T15:04:28.452Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
102752026-08-26T15:04:28.452Z Fresh guppy-workspace-hack v0.1.0
102762026-08-26T15:04:28.452Z Fresh ssh-key v0.7.0-rc.11
102772026-08-26T15:04:28.452Z Fresh russh-cryptovec v0.62.0
102782026-08-26T15:04:28.452Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
102792026-08-26T15:04:28.452Z Fresh internal-russh-num-bigint v0.5.0
102802026-08-26T15:04:28.452Z Fresh sha3 v0.12.0
102812026-08-26T15:04:28.452Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
102822026-08-26T15:04:28.452Z Fresh ml-kem v0.3.2
102832026-08-26T15:04:28.452Z Fresh knuffel v3.2.0
102842026-08-26T15:04:28.452Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
102852026-08-26T15:04:28.452Z Fresh httptest v0.16.4
102862026-08-26T15:04:28.452Z Fresh fatfs v0.3.6
102872026-08-26T15:04:28.452Z Fresh num-bigint v0.4.6
102882026-08-26T15:04:28.452Z Fresh generic-array v1.4.3
102892026-08-26T15:04:28.452Z Fresh russh-util v0.52.0
102902026-08-26T15:04:28.452Z Fresh enum_dispatch v0.3.13
102912026-08-26T15:04:28.452Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
102922026-08-26T15:04:28.452Z Fresh delegate v0.13.5
102932026-08-26T15:04:28.453Z Fresh socket2 v0.5.10
102942026-08-26T15:04:28.453Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
102952026-08-26T15:04:28.453Z Fresh hex-literal v0.4.1
102962026-08-26T15:04:28.453Z Fresh hex-literal v1.1.0
102972026-08-26T15:04:28.453Z Fresh md5 v0.8.0
102982026-08-26T15:04:28.453Z Fresh seq-macro v0.3.6
102992026-08-26T15:04:28.453Z Fresh relative-path v1.9.3
103002026-08-26T15:04:28.453Z Fresh escape8259 v0.5.3
103012026-08-26T15:04:28.453Z Fresh blake2b_simd v1.0.4
103022026-08-26T15:04:28.453Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
103032026-08-26T15:04:28.453Z Fresh russh v0.62.4
103042026-08-26T15:04:28.453Z Fresh target-spec v3.5.7
103052026-08-26T15:04:28.453Z Fresh target-triple v1.0.0
103062026-08-26T15:04:28.453Z Fresh rstest_macros v0.25.0
103072026-08-26T15:04:28.453Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
103082026-08-26T15:04:28.453Z Fresh libtest-mimic v0.8.1
103092026-08-26T15:04:28.453Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
103102026-08-26T15:04:28.453Z Fresh linkme-impl v0.3.35
103112026-08-26T15:04:28.453Z Fresh similar-asserts v1.7.0
103122026-08-26T15:04:28.453Z Fresh fancy-regex v0.14.0
103132026-08-26T15:04:28.453Z Fresh pathdiff v0.2.3
103142026-08-26T15:04:28.453Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
103152026-08-26T15:04:28.453Z Fresh approx v0.5.1
103162026-08-26T15:04:28.453Z Fresh uzers v0.12.2
103172026-08-26T15:04:28.453Z Fresh internet-checksum v0.2.1
103182026-08-26T15:04:28.453Z Fresh constant_time_eq v0.3.1
103192026-08-26T15:04:28.453Z Fresh nested v0.1.1
103202026-08-26T15:04:28.453Z Fresh termcolor v1.4.1
103212026-08-26T15:04:28.454Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
103222026-08-26T15:04:28.454Z Fresh rstest v0.25.0
103232026-08-26T15:04:28.454Z Fresh linkme v0.3.35
103242026-08-26T15:04:28.454Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
103252026-08-26T15:04:28.454Z Fresh trybuild v1.0.116
103262026-08-26T15:04:28.454Z Fresh guppy v0.17.25
103272026-08-26T15:04:28.454Z Fresh datatest-stable v0.3.3
103282026-08-26T15:04:28.454Z Fresh assert_cmd v2.1.2
103292026-08-26T15:04:28.454Z Fresh rust-argon2 v2.1.0
103302026-08-26T15:04:28.454Z Fresh hickory-client v0.25.2
103312026-08-26T15:04:28.454Z Fresh partial-io v0.5.4
103322026-08-26T15:04:28.454Z Fresh rand_distr v0.5.1
103332026-08-26T15:04:28.455Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
103342026-08-26T15:04:28.455Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
103352026-08-26T15:04:28.455Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
103362026-08-26T15:04:28.455Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
103372026-08-26T15:04:28.456Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
103382026-08-26T15:04:28.456Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
103392026-08-26T15:04:28.456Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
103402026-08-26T15:04:28.456Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
103412026-08-26T15:04:28.456Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
103422026-08-26T15:04:28.456Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
103432026-08-26T15:04:28.456Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
103442026-08-26T15:04:28.456Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
103452026-08-26T15:04:28.456Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
103462026-08-26T15:04:28.456Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
103472026-08-26T15:04:28.456Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
103482026-08-26T15:04:28.456Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
103492026-08-26T15:04:28.456Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
103502026-08-26T15:04:28.456Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
103512026-08-26T15:04:28.456Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
103522026-08-26T15:04:28.456Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
103532026-08-26T15:04:28.456Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
103542026-08-26T15:04:28.456Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
103552026-08-26T15:04:28.456Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
103562026-08-26T15:04:28.456Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
103572026-08-26T15:04:28.456Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
103582026-08-26T15:04:28.474Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
103592026-08-26T15:04:28.474Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
103602026-08-26T15:04:28.474Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
103612026-08-26T15:04:28.474Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
103622026-08-26T15:04:28.474Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
103632026-08-26T15:04:28.474Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
103642026-08-26T15:04:28.474Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
103652026-08-26T15:04:28.474Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
103662026-08-26T15:04:28.474Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
103672026-08-26T15:04:28.474Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
103682026-08-26T15:04:28.474Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
103692026-08-26T15:04:28.474Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
103702026-08-26T15:04:28.474Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
103712026-08-26T15:04:28.474Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
103722026-08-26T15:04:28.474Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
103732026-08-26T15:04:28.474Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
103742026-08-26T15:04:28.475Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
103752026-08-26T15:04:28.475Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
103762026-08-26T15:04:28.475Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
103772026-08-26T15:04:28.475Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
103782026-08-26T15:04:28.475Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
103792026-08-26T15:04:28.475Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
103802026-08-26T15:04:28.475Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
103812026-08-26T15:04:28.475Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
103822026-08-26T15:04:28.475Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
103832026-08-26T15:04:28.475Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
103842026-08-26T15:04:28.475Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
103852026-08-26T15:04:28.475Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
103862026-08-26T15:04:28.475Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
103872026-08-26T15:04:28.475Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
103882026-08-26T15:04:28.475Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
103892026-08-26T15:04:28.475Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
103902026-08-26T15:04:28.475Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
103912026-08-26T15:04:28.475Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
103922026-08-26T15:04:28.475Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
103932026-08-26T15:04:28.475Z Fresh sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
103942026-08-26T15:04:28.475Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
103952026-08-26T15:04:28.475Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
103962026-08-26T15:04:28.475Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
103972026-08-26T15:04:28.475Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
103982026-08-26T15:04:28.475Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
103992026-08-26T15:04:28.475Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
104002026-08-26T15:04:28.475Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
104012026-08-26T15:04:28.475Z Fresh sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
104022026-08-26T15:04:28.476Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
104032026-08-26T15:04:28.476Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
104042026-08-26T15:04:28.476Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
104052026-08-26T15:04:28.476Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
104062026-08-26T15:04:28.476Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
104072026-08-26T15:04:28.476Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
104082026-08-26T15:04:28.476Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
104092026-08-26T15:04:28.476Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
104102026-08-26T15:04:28.477Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
104112026-08-26T15:04:28.477Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
104122026-08-26T15:04:28.477Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
104132026-08-26T15:04:28.477Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
104142026-08-26T15:04:28.477Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
104152026-08-26T15:04:28.477Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
104162026-08-26T15:04:28.477Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
104172026-08-26T15:04:28.477Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
104182026-08-26T15:04:28.477Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
104192026-08-26T15:04:28.477Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
104202026-08-26T15:04:28.478Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
104212026-08-26T15:04:28.478Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
104222026-08-26T15:04:28.478Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
104232026-08-26T15:04:28.478Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
104242026-08-26T15:04:28.478Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
104252026-08-26T15:04:28.478Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
104262026-08-26T15:04:28.478Z Fresh sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
104272026-08-26T15:04:28.478Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
104282026-08-26T15:04:28.478Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
104292026-08-26T15:04:28.478Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
104302026-08-26T15:04:28.478Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
104312026-08-26T15:04:28.478Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
104322026-08-26T15:04:28.478Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
104332026-08-26T15:04:28.478Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
104342026-08-26T15:04:28.478Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
104352026-08-26T15:04:28.478Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
104362026-08-26T15:04:28.478Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
104372026-08-26T15:04:28.478Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
104382026-08-26T15:04:28.479Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
104392026-08-26T15:04:28.479Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
104402026-08-26T15:04:28.479Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
104412026-08-26T15:04:28.479Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
104422026-08-26T15:04:28.480Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
104432026-08-26T15:04:28.480Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
104442026-08-26T15:04:28.480Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
104452026-08-26T15:04:28.480Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
104462026-08-26T15:04:28.480Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
104472026-08-26T15:04:28.480Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
104482026-08-26T15:04:28.480Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
104492026-08-26T15:04:28.480Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
104502026-08-26T15:04:28.480Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
104512026-08-26T15:04:28.480Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
104522026-08-26T15:04:28.480Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
104532026-08-26T15:04:28.480Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
104542026-08-26T15:04:28.480Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
104552026-08-26T15:04:28.480Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
104562026-08-26T15:04:28.480Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
104572026-08-26T15:04:28.480Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
104582026-08-26T15:04:28.485Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
104592026-08-26T15:04:28.485Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
104602026-08-26T15:04:28.485Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
104612026-08-26T15:04:28.485Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
104622026-08-26T15:04:28.485Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
104632026-08-26T15:04:28.486Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
104642026-08-26T15:04:28.486Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
104652026-08-26T15:04:28.486Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
104662026-08-26T15:04:28.486Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
104672026-08-26T15:04:28.486Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
104682026-08-26T15:04:28.486Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
104692026-08-26T15:04:28.486Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
104702026-08-26T15:04:28.486Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
104712026-08-26T15:04:28.486Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
104722026-08-26T15:04:28.486Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
104732026-08-26T15:04:28.486Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
104742026-08-26T15:04:28.486Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
104752026-08-26T15:04:28.486Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
104762026-08-26T15:04:28.486Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
104772026-08-26T15:04:28.486Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
104782026-08-26T15:04:28.486Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
104792026-08-26T15:04:28.486Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
104802026-08-26T15:04:28.486Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
104812026-08-26T15:04:28.486Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
104822026-08-26T15:04:28.486Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
104832026-08-26T15:04:28.486Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
104842026-08-26T15:04:28.487Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
104852026-08-26T15:04:28.487Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
104862026-08-26T15:04:28.488Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
104872026-08-26T15:04:28.488Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
104882026-08-26T15:04:28.488Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
104892026-08-26T15:04:28.488Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
104902026-08-26T15:04:28.488Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
104912026-08-26T15:04:28.488Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
104922026-08-26T15:04:28.488Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
104932026-08-26T15:04:28.488Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
104942026-08-26T15:04:28.488Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
104952026-08-26T15:04:28.488Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
104962026-08-26T15:04:28.488Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
104972026-08-26T15:04:28.488Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
104982026-08-26T15:04:28.488Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
104992026-08-26T15:04:28.488Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
105002026-08-26T15:04:28.488Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
105012026-08-26T15:04:28.488Z Fresh omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
105022026-08-26T15:04:28.488Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
105032026-08-26T15:04:28.488Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s
105042026-08-26T15:04:28.488Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
105052026-08-26T15:04:28.488Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
105062026-08-26T15:04:28.488Z Doc-tests api_identity
105072026-08-26T15:04:28.488Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105082026-08-26T15:04:28.488Z
105092026-08-26T15:04:28.488Zrunning 0 tests
105102026-08-26T15:04:28.488Z
105112026-08-26T15:04:28.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105122026-08-26T15:04:28.488Z
105132026-08-26T15:04:28.489Z Doc-tests authz_macros
105142026-08-26T15:04:28.489Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fd999bcf228af77f.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105152026-08-26T15:04:28.885Z
105162026-08-26T15:04:28.885Zrunning 7 tests
105172026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
105182026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
105192026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
105202026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
105212026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
105222026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
105232026-08-26T15:04:28.885Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
105242026-08-26T15:04:28.885Z
105252026-08-26T15:04:28.885Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
105262026-08-26T15:04:28.885Z
105272026-08-26T15:04:28.890Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
105282026-08-26T15:04:28.902Z Doc-tests bootstore
105292026-08-26T15:04:28.908Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-b53447f40fc66f72.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105302026-08-26T15:04:29.152Z
105312026-08-26T15:04:29.152Zrunning 0 tests
105322026-08-26T15:04:29.152Z
105332026-08-26T15:04:29.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105342026-08-26T15:04:29.152Z
105352026-08-26T15:04:29.175Z Doc-tests bootstrap_agent_lockstep_api
105362026-08-26T15:04:29.175Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105372026-08-26T15:04:29.896Z
105382026-08-26T15:04:29.896Zrunning 2 tests
105392026-08-26T15:04:29.896Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 32) ... ignored
105402026-08-26T15:04:29.896Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 38) ... ignored
105412026-08-26T15:04:29.896Z
105422026-08-26T15:04:29.896Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105432026-08-26T15:04:29.896Z
105442026-08-26T15:04:29.905Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
105452026-08-26T15:04:29.905Z Doc-tests bootstrap_agent_lockstep_client
105462026-08-26T15:04:29.906Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105472026-08-26T15:04:30.523Z
105482026-08-26T15:04:30.523Zrunning 0 tests
105492026-08-26T15:04:30.523Z
105502026-08-26T15:04:30.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105512026-08-26T15:04:30.523Z
105522026-08-26T15:04:30.529Z Doc-tests bootstrap_agent_lockstep_types
105532026-08-26T15:04:30.529Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105542026-08-26T15:04:30.937Z
105552026-08-26T15:04:30.938Zrunning 0 tests
105562026-08-26T15:04:30.938Z
105572026-08-26T15:04:30.938Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105582026-08-26T15:04:30.938Z
105592026-08-26T15:04:30.968Z Doc-tests clickana
105602026-08-26T15:04:30.972Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-9bb76b37de77222e.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105612026-08-26T15:04:31.201Z
105622026-08-26T15:04:31.201Zrunning 0 tests
105632026-08-26T15:04:31.201Z
105642026-08-26T15:04:31.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105652026-08-26T15:04:31.201Z
105662026-08-26T15:04:31.225Z Doc-tests clickhouse_admin_api
105672026-08-26T15:04:31.229Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105682026-08-26T15:04:31.794Z
105692026-08-26T15:04:31.794Zrunning 6 tests
105702026-08-26T15:04:31.794Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
105712026-08-26T15:04:31.794Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
105722026-08-26T15:04:31.794Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
105732026-08-26T15:04:31.794Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
105742026-08-26T15:04:31.794Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
105752026-08-26T15:04:31.794Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
105762026-08-26T15:04:31.799Z
105772026-08-26T15:04:31.799Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
105782026-08-26T15:04:31.799Z
105792026-08-26T15:04:31.799Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
105802026-08-26T15:04:31.825Z Doc-tests clickhouse_admin_keeper_client
105812026-08-26T15:04:31.830Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105822026-08-26T15:04:32.194Z
105832026-08-26T15:04:32.194Zrunning 0 tests
105842026-08-26T15:04:32.195Z
105852026-08-26T15:04:32.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105862026-08-26T15:04:32.195Z
105872026-08-26T15:04:32.227Z Doc-tests clickhouse_admin_server_client
105882026-08-26T15:04:32.227Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105892026-08-26T15:04:32.623Z
105902026-08-26T15:04:32.623Zrunning 0 tests
105912026-08-26T15:04:32.623Z
105922026-08-26T15:04:32.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105932026-08-26T15:04:32.624Z
105942026-08-26T15:04:32.655Z Doc-tests clickhouse_admin_single_client
105952026-08-26T15:04:32.661Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105962026-08-26T15:04:32.847Z
105972026-08-26T15:04:32.847Zrunning 0 tests
105982026-08-26T15:04:32.847Z
105992026-08-26T15:04:32.847Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106002026-08-26T15:04:32.847Z
106012026-08-26T15:04:32.866Z Doc-tests clickhouse_admin_test_utils
106022026-08-26T15:04:32.866Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106032026-08-26T15:04:33.042Z
106042026-08-26T15:04:33.042Zrunning 0 tests
106052026-08-26T15:04:33.042Z
106062026-08-26T15:04:33.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106072026-08-26T15:04:33.042Z
106082026-08-26T15:04:33.062Z Doc-tests clickhouse_admin_types
106092026-08-26T15:04:33.062Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106102026-08-26T15:04:33.239Z
106112026-08-26T15:04:33.240Zrunning 0 tests
106122026-08-26T15:04:33.240Z
106132026-08-26T15:04:33.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106142026-08-26T15:04:33.240Z
106152026-08-26T15:04:33.261Z Doc-tests clickhouse_admin_types_versions
106162026-08-26T15:04:33.261Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-80dba3bee08376e9.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106172026-08-26T15:04:34.050Z
106182026-08-26T15:04:34.050Zrunning 1 test
106192026-08-26T15:04:34.050Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
106202026-08-26T15:04:34.050Z
106212026-08-26T15:04:34.050Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106222026-08-26T15:04:34.050Z
106232026-08-26T15:04:34.055Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106242026-08-26T15:04:34.088Z Doc-tests cockroach_admin_api
106252026-08-26T15:04:34.088Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ea0ef68550c62430.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106262026-08-26T15:04:34.582Z
106272026-08-26T15:04:34.582Zrunning 2 tests
106282026-08-26T15:04:34.582Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
106292026-08-26T15:04:34.582Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
106302026-08-26T15:04:34.582Z
106312026-08-26T15:04:34.582Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106322026-08-26T15:04:34.582Z
106332026-08-26T15:04:34.587Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
106342026-08-26T15:04:34.605Z Doc-tests cockroach_admin_client
106352026-08-26T15:04:34.605Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106362026-08-26T15:04:34.805Z
106372026-08-26T15:04:34.805Zrunning 0 tests
106382026-08-26T15:04:34.805Z
106392026-08-26T15:04:34.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106402026-08-26T15:04:34.805Z
106412026-08-26T15:04:34.823Z Doc-tests cockroach_admin_types
106422026-08-26T15:04:34.823Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106432026-08-26T15:04:34.908Z
106442026-08-26T15:04:34.908Zrunning 0 tests
106452026-08-26T15:04:34.908Z
106462026-08-26T15:04:34.908Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106472026-08-26T15:04:34.908Z
106482026-08-26T15:04:34.921Z Doc-tests cockroach_admin_types_versions
106492026-08-26T15:04:34.925Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106502026-08-26T15:04:35.420Z
106512026-08-26T15:04:35.420Zrunning 1 test
106522026-08-26T15:04:35.420Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
106532026-08-26T15:04:35.420Z
106542026-08-26T15:04:35.420Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
106552026-08-26T15:04:35.420Z
106562026-08-26T15:04:35.427Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
106572026-08-26T15:04:35.443Z Doc-tests db_macros
106582026-08-26T15:04:35.443Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-ee5992afd4ab19c8.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106592026-08-26T15:04:35.949Z
106602026-08-26T15:04:35.949Zrunning 3 tests
106612026-08-26T15:04:35.949Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
106622026-08-26T15:04:35.949Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
106632026-08-26T15:04:35.949Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
106642026-08-26T15:04:35.949Z
106652026-08-26T15:04:35.949Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
106662026-08-26T15:04:35.949Z
106672026-08-26T15:04:35.954Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
106682026-08-26T15:04:35.969Z Doc-tests dev_tools_common
106692026-08-26T15:04:35.969Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106702026-08-26T15:04:36.023Z
106712026-08-26T15:04:36.023Zrunning 0 tests
106722026-08-26T15:04:36.023Z
106732026-08-26T15:04:36.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106742026-08-26T15:04:36.027Z
106752026-08-26T15:04:36.036Z Doc-tests dns_server
106762026-08-26T15:04:36.040Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-a23cae23dacac427.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-6ca7c321c5198881.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-a040debbbddb7835.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106772026-08-26T15:04:36.262Z
106782026-08-26T15:04:36.262Zrunning 0 tests
106792026-08-26T15:04:36.262Z
106802026-08-26T15:04:36.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106812026-08-26T15:04:36.266Z
106822026-08-26T15:04:36.284Z Doc-tests dns_server_api
106832026-08-26T15:04:36.288Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106842026-08-26T15:04:36.772Z
106852026-08-26T15:04:36.772Zrunning 2 tests
106862026-08-26T15:04:36.772Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
106872026-08-26T15:04:36.773Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
106882026-08-26T15:04:36.773Z
106892026-08-26T15:04:36.773Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106902026-08-26T15:04:36.773Z
106912026-08-26T15:04:36.777Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
106922026-08-26T15:04:36.793Z Doc-tests dns_service_client
106932026-08-26T15:04:36.793Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106942026-08-26T15:04:36.949Z
106952026-08-26T15:04:36.949Zrunning 0 tests
106962026-08-26T15:04:36.949Z
106972026-08-26T15:04:36.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106982026-08-26T15:04:36.949Z
106992026-08-26T15:04:36.967Z Doc-tests end_to_end_tests
107002026-08-26T15:04:36.968Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-7655d3f0c6239f4f.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-60da7b40c7fb6682.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-43d10fe31f57d6cc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b9751ce9dbeac6d.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-4f7014068f2ea927.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-2a02f244b55fca5d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-3cbf7366e6b46e1d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
107012026-08-26T15:04:37.326Z
107022026-08-26T15:04:37.326Zrunning 0 tests
107032026-08-26T15:04:37.326Z
107042026-08-26T15:04:37.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107052026-08-26T15:04:37.326Z
107062026-08-26T15:04:37.362Z Doc-tests ereport_types
107072026-08-26T15:04:37.362Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107082026-08-26T15:04:37.509Z
107092026-08-26T15:04:37.509Zrunning 0 tests
107102026-08-26T15:04:37.509Z
107112026-08-26T15:04:37.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107122026-08-26T15:04:37.509Z
107132026-08-26T15:04:37.526Z Doc-tests gateway_api
107142026-08-26T15:04:37.526Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107152026-08-26T15:04:38.078Z
107162026-08-26T15:04:38.078Zrunning 2 tests
107172026-08-26T15:04:38.078Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 59) ... ignored
107182026-08-26T15:04:38.078Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 65) ... ignored
107192026-08-26T15:04:38.078Z
107202026-08-26T15:04:38.083Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107212026-08-26T15:04:38.083Z
107222026-08-26T15:04:38.083Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
107232026-08-26T15:04:38.106Z Doc-tests gateway_client
107242026-08-26T15:04:38.107Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107252026-08-26T15:04:38.656Z
107262026-08-26T15:04:38.656Zrunning 0 tests
107272026-08-26T15:04:38.656Z
107282026-08-26T15:04:38.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107292026-08-26T15:04:38.656Z
107302026-08-26T15:04:38.691Z Doc-tests gateway_test_utils
107312026-08-26T15:04:38.691Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107322026-08-26T15:04:39.048Z
107332026-08-26T15:04:39.048Zrunning 0 tests
107342026-08-26T15:04:39.048Z
107352026-08-26T15:04:39.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107362026-08-26T15:04:39.048Z
107372026-08-26T15:04:39.086Z Doc-tests gateway_types
107382026-08-26T15:04:39.086Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
107392026-08-26T15:04:39.238Z
107402026-08-26T15:04:39.238Zrunning 0 tests
107412026-08-26T15:04:39.238Z
107422026-08-26T15:04:39.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107432026-08-26T15:04:39.238Z
107442026-08-26T15:04:39.304Z Doc-tests gateway_types_versions
107452026-08-26T15:04:39.304Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
107462026-08-26T15:04:40.043Z
107472026-08-26T15:04:40.043Zrunning 1 test
107482026-08-26T15:04:40.043Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
107492026-08-26T15:04:40.043Z
107502026-08-26T15:04:40.047Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107512026-08-26T15:04:40.047Z
107522026-08-26T15:04:40.047Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
107532026-08-26T15:04:40.081Z Doc-tests gfss
107542026-08-26T15:04:40.081Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
107552026-08-26T15:04:40.181Z
107562026-08-26T15:04:40.181Zrunning 0 tests
107572026-08-26T15:04:40.181Z
107582026-08-26T15:04:40.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107592026-08-26T15:04:40.181Z
107602026-08-26T15:04:40.193Z Doc-tests illumos_utils
107612026-08-26T15:04:40.193Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1da47af7143cd257.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-17ae1705427aeb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-f3297e304c4634f2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-7a3fbc13d155a6d4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c7b9ba2035881c61.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
107622026-08-26T15:04:40.632Z
107632026-08-26T15:04:40.632Zrunning 0 tests
107642026-08-26T15:04:40.632Z
107652026-08-26T15:04:40.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107662026-08-26T15:04:40.632Z
107672026-08-26T15:04:40.686Z Doc-tests installinator
107682026-08-26T15:04:40.692Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2329cdf5dbec70da.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c8209bd4c94ee2fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
107692026-08-26T15:04:41.027Z
107702026-08-26T15:04:41.028Zrunning 0 tests
107712026-08-26T15:04:41.028Z
107722026-08-26T15:04:41.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107732026-08-26T15:04:41.028Z
107742026-08-26T15:04:41.061Z Doc-tests installinator_api
107752026-08-26T15:04:41.061Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107762026-08-26T15:04:41.610Z
107772026-08-26T15:04:41.610Zrunning 2 tests
107782026-08-26T15:04:41.610Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
107792026-08-26T15:04:41.610Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
107802026-08-26T15:04:41.610Z
107812026-08-26T15:04:41.610Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107822026-08-26T15:04:41.610Z
107832026-08-26T15:04:41.614Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
107842026-08-26T15:04:41.624Z Doc-tests installinator_client
107852026-08-26T15:04:41.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107862026-08-26T15:04:41.880Z
107872026-08-26T15:04:41.880Zrunning 0 tests
107882026-08-26T15:04:41.880Z
107892026-08-26T15:04:41.880Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107902026-08-26T15:04:41.880Z
107912026-08-26T15:04:41.900Z Doc-tests installinator_common
107922026-08-26T15:04:41.901Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107932026-08-26T15:04:42.173Z
107942026-08-26T15:04:42.173Zrunning 0 tests
107952026-08-26T15:04:42.173Z
107962026-08-26T15:04:42.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107972026-08-26T15:04:42.173Z
107982026-08-26T15:04:42.204Z Doc-tests installinator_common_versions
107992026-08-26T15:04:42.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-8f407a339ae4335e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108002026-08-26T15:04:42.640Z
108012026-08-26T15:04:42.640Zrunning 1 test
108022026-08-26T15:04:42.640Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
108032026-08-26T15:04:42.640Z
108042026-08-26T15:04:42.640Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108052026-08-26T15:04:42.640Z
108062026-08-26T15:04:42.666Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
108072026-08-26T15:04:42.666Z Doc-tests internal_dns_resolver
108082026-08-26T15:04:42.666Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-abf4f3936a4b92c3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-ee3f894063ebfbaf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108092026-08-26T15:04:42.877Z
108102026-08-26T15:04:42.877Zrunning 0 tests
108112026-08-26T15:04:42.877Z
108122026-08-26T15:04:42.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108132026-08-26T15:04:42.877Z
108142026-08-26T15:04:42.896Z Doc-tests internal_dns_types
108152026-08-26T15:04:42.896Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108162026-08-26T15:04:43.095Z
108172026-08-26T15:04:43.095Zrunning 0 tests
108182026-08-26T15:04:43.095Z
108192026-08-26T15:04:43.095Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108202026-08-26T15:04:43.095Z
108212026-08-26T15:04:43.120Z Doc-tests internal_dns_types_versions
108222026-08-26T15:04:43.121Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-d5829dbddfc24c78.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108232026-08-26T15:04:43.600Z
108242026-08-26T15:04:43.600Zrunning 1 test
108252026-08-26T15:04:43.600Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
108262026-08-26T15:04:43.600Z
108272026-08-26T15:04:43.604Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108282026-08-26T15:04:43.604Z
108292026-08-26T15:04:43.604Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
108302026-08-26T15:04:43.621Z Doc-tests ipcc
108312026-08-26T15:04:43.625Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-b22d28acae726c4d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108322026-08-26T15:04:43.744Z
108332026-08-26T15:04:43.744Zrunning 0 tests
108342026-08-26T15:04:43.744Z
108352026-08-26T15:04:43.744Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108362026-08-26T15:04:43.744Z
108372026-08-26T15:04:43.760Z Doc-tests key_manager
108382026-08-26T15:04:43.764Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108392026-08-26T15:04:43.965Z
108402026-08-26T15:04:43.965Zrunning 0 tests
108412026-08-26T15:04:43.965Z
108422026-08-26T15:04:43.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108432026-08-26T15:04:43.965Z
108442026-08-26T15:04:43.980Z Doc-tests key_manager_types
108452026-08-26T15:04:43.984Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108462026-08-26T15:04:44.048Z
108472026-08-26T15:04:44.049Zrunning 0 tests
108482026-08-26T15:04:44.049Z
108492026-08-26T15:04:44.049Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108502026-08-26T15:04:44.049Z
108512026-08-26T15:04:44.055Z Doc-tests live_tests_macros
108522026-08-26T15:04:44.055Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-63d7d261bef10666.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108532026-08-26T15:04:44.436Z
108542026-08-26T15:04:44.436Zrunning 1 test
108552026-08-26T15:04:44.436Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
108562026-08-26T15:04:44.436Z
108572026-08-26T15:04:44.436Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108582026-08-26T15:04:44.437Z
108592026-08-26T15:04:44.442Zall doctests ran in 0.36s; merged doctests compilation took 0.35s
108602026-08-26T15:04:44.451Z Doc-tests nexus_auth
108612026-08-26T15:04:44.452Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-fd999bcf228af77f.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-429438859a73e112.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
108622026-08-26T15:04:45.090Z
108632026-08-26T15:04:45.090Zrunning 0 tests
108642026-08-26T15:04:45.090Z
108652026-08-26T15:04:45.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108662026-08-26T15:04:45.090Z
108672026-08-26T15:04:45.138Z Doc-tests nexus_background_task_interface
108682026-08-26T15:04:45.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-cd805fb30c8ce970.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108692026-08-26T15:04:45.198Z
108702026-08-26T15:04:45.198Zrunning 0 tests
108712026-08-26T15:04:45.198Z
108722026-08-26T15:04:45.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108732026-08-26T15:04:45.198Z
108742026-08-26T15:04:45.209Z Doc-tests nexus_client
108752026-08-26T15:04:45.214Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108762026-08-26T15:04:45.751Z
108772026-08-26T15:04:45.751Zrunning 0 tests
108782026-08-26T15:04:45.751Z
108792026-08-26T15:04:45.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108802026-08-26T15:04:45.751Z
108812026-08-26T15:04:45.790Z Doc-tests nexus_config
108822026-08-26T15:04:45.794Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108832026-08-26T15:04:46.317Z
108842026-08-26T15:04:46.317Zrunning 0 tests
108852026-08-26T15:04:46.317Z
108862026-08-26T15:04:46.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108872026-08-26T15:04:46.317Z
108882026-08-26T15:04:46.357Z Doc-tests nexus_db_errors
108892026-08-26T15:04:46.357Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108902026-08-26T15:04:46.686Z
108912026-08-26T15:04:46.687Zrunning 0 tests
108922026-08-26T15:04:46.687Z
108932026-08-26T15:04:46.687Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108942026-08-26T15:04:46.687Z
108952026-08-26T15:04:46.721Z Doc-tests nexus_db_fixed_data
108962026-08-26T15:04:46.721Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
108972026-08-26T15:04:47.008Z
108982026-08-26T15:04:47.009Zrunning 0 tests
108992026-08-26T15:04:47.009Z
109002026-08-26T15:04:47.009Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109012026-08-26T15:04:47.009Z
109022026-08-26T15:04:47.037Z Doc-tests nexus_db_lookup
109032026-08-26T15:04:47.042Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109042026-08-26T15:04:47.536Z
109052026-08-26T15:04:47.536Zrunning 0 tests
109062026-08-26T15:04:47.537Z
109072026-08-26T15:04:47.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109082026-08-26T15:04:47.537Z
109092026-08-26T15:04:47.580Z Doc-tests nexus_db_model
109102026-08-26T15:04:47.585Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109112026-08-26T15:05:04.260Z
109122026-08-26T15:05:04.260Zrunning 4 tests
109132026-08-26T15:05:04.280Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
109142026-08-26T15:05:04.283Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
109152026-08-26T15:05:04.283Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
109162026-08-26T15:05:04.283Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
109172026-08-26T15:05:04.283Z
109182026-08-26T15:05:04.283Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
109192026-08-26T15:05:04.284Z
109202026-08-26T15:05:04.311Zall doctests ran in 13.88s; merged doctests compilation took 13.82s
109212026-08-26T15:05:04.428Z Doc-tests nexus_db_queries
109222026-08-26T15:05:04.433Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2d03c3814289ede.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-373d4885d26d541b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-f30c148c6076cc2a.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2e320d9a1f452a0f.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-699957af3676be70.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-429438859a73e112.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1c0696c1a58eee79.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
109232026-08-26T15:05:12.390Z
109242026-08-26T15:05:12.390Zrunning 3 tests
109252026-08-26T15:05:12.394Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
109262026-08-26T15:05:12.394Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
109272026-08-26T15:05:12.398Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
109282026-08-26T15:05:12.398Z
109292026-08-26T15:05:12.398Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
109302026-08-26T15:05:12.398Z
109312026-08-26T15:05:12.407Zall doctests ran in 6.37s; merged doctests compilation took 6.34s
109322026-08-26T15:05:12.525Z Doc-tests nexus_db_schema
109332026-08-26T15:05:12.525Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-6d12d2f24d7f6704.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109342026-08-26T15:05:17.761Z
109352026-08-26T15:05:17.761Zrunning 0 tests
109362026-08-26T15:05:17.761Z
109372026-08-26T15:05:17.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109382026-08-26T15:05:17.761Z
109392026-08-26T15:05:17.986Z Doc-tests nexus_defaults
109402026-08-26T15:05:17.986Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109412026-08-26T15:05:18.163Z
109422026-08-26T15:05:18.163Zrunning 0 tests
109432026-08-26T15:05:18.163Z
109442026-08-26T15:05:18.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109452026-08-26T15:05:18.163Z
109462026-08-26T15:05:18.184Z Doc-tests nexus_external_api
109472026-08-26T15:05:18.184Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109482026-08-26T15:05:19.225Z
109492026-08-26T15:05:19.225Zrunning 2 tests
109502026-08-26T15:05:19.225Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 215) ... ignored
109512026-08-26T15:05:19.225Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 221) ... ignored
109522026-08-26T15:05:19.225Z
109532026-08-26T15:05:19.225Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109542026-08-26T15:05:19.225Z
109552026-08-26T15:05:19.229Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
109562026-08-26T15:05:19.279Z Doc-tests nexus_fm
109572026-08-26T15:05:19.279Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109582026-08-26T15:05:19.645Z
109592026-08-26T15:05:19.645Zrunning 0 tests
109602026-08-26T15:05:19.645Z
109612026-08-26T15:05:19.645Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109622026-08-26T15:05:19.645Z
109632026-08-26T15:05:19.680Z Doc-tests nexus_internal_api
109642026-08-26T15:05:19.680Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109652026-08-26T15:05:20.365Z
109662026-08-26T15:05:20.365Zrunning 2 tests
109672026-08-26T15:05:20.365Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
109682026-08-26T15:05:20.365Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
109692026-08-26T15:05:20.365Z
109702026-08-26T15:05:20.365Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109712026-08-26T15:05:20.365Z
109722026-08-26T15:05:20.369Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
109732026-08-26T15:05:20.402Z Doc-tests nexus_inventory
109742026-08-26T15:05:20.402Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
109752026-08-26T15:05:20.710Z
109762026-08-26T15:05:20.710Zrunning 0 tests
109772026-08-26T15:05:20.710Z
109782026-08-26T15:05:20.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109792026-08-26T15:05:20.710Z
109802026-08-26T15:05:20.745Z Doc-tests nexus_lockstep_api
109812026-08-26T15:05:20.749Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109822026-08-26T15:05:21.431Z
109832026-08-26T15:05:21.431Zrunning 2 tests
109842026-08-26T15:05:21.431Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
109852026-08-26T15:05:21.431Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
109862026-08-26T15:05:21.432Z
109872026-08-26T15:05:21.432Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109882026-08-26T15:05:21.432Z
109892026-08-26T15:05:21.436Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
109902026-08-26T15:05:21.468Z Doc-tests nexus_lockstep_client
109912026-08-26T15:05:21.468Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109922026-08-26T15:05:23.150Z
109932026-08-26T15:05:23.150Zrunning 0 tests
109942026-08-26T15:05:23.150Z
109952026-08-26T15:05:23.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109962026-08-26T15:05:23.150Z
109972026-08-26T15:05:23.218Z Doc-tests nexus_macros_common
109982026-08-26T15:05:23.219Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-7a2f466ef43eaa52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109992026-08-26T15:05:23.268Z
110002026-08-26T15:05:23.268Zrunning 0 tests
110012026-08-26T15:05:23.268Z
110022026-08-26T15:05:23.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110032026-08-26T15:05:23.268Z
110042026-08-26T15:05:23.272Z Doc-tests nexus_metrics_producer_gc
110052026-08-26T15:05:23.272Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110062026-08-26T15:05:23.664Z
110072026-08-26T15:05:23.664Zrunning 0 tests
110082026-08-26T15:05:23.664Z
110092026-08-26T15:05:23.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110102026-08-26T15:05:23.665Z
110112026-08-26T15:05:23.708Z Doc-tests nexus_mgs_updates
110122026-08-26T15:05:23.709Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110132026-08-26T15:05:24.060Z
110142026-08-26T15:05:24.061Zrunning 0 tests
110152026-08-26T15:05:24.061Z
110162026-08-26T15:05:24.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110172026-08-26T15:05:24.065Z
110182026-08-26T15:05:24.098Z Doc-tests nexus_networking
110192026-08-26T15:05:24.098Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110202026-08-26T15:05:24.501Z
110212026-08-26T15:05:24.501Zrunning 0 tests
110222026-08-26T15:05:24.502Z
110232026-08-26T15:05:24.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110242026-08-26T15:05:24.502Z
110252026-08-26T15:05:24.543Z Doc-tests nexus_reconfigurator_blippy
110262026-08-26T15:05:24.543Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110272026-08-26T15:05:24.829Z
110282026-08-26T15:05:24.829Zrunning 0 tests
110292026-08-26T15:05:24.829Z
110302026-08-26T15:05:24.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110312026-08-26T15:05:24.829Z
110322026-08-26T15:05:24.859Z Doc-tests nexus_reconfigurator_execution
110332026-08-26T15:05:24.859Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110342026-08-26T15:05:25.275Z
110352026-08-26T15:05:25.275Zrunning 0 tests
110362026-08-26T15:05:25.275Z
110372026-08-26T15:05:25.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110382026-08-26T15:05:25.275Z
110392026-08-26T15:05:25.318Z Doc-tests nexus_reconfigurator_planning
110402026-08-26T15:05:25.322Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110412026-08-26T15:05:25.780Z
110422026-08-26T15:05:25.780Zrunning 0 tests
110432026-08-26T15:05:25.780Z
110442026-08-26T15:05:25.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110452026-08-26T15:05:25.780Z
110462026-08-26T15:05:25.822Z Doc-tests nexus_reconfigurator_preparation
110472026-08-26T15:05:25.822Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110482026-08-26T15:05:26.218Z
110492026-08-26T15:05:26.218Zrunning 0 tests
110502026-08-26T15:05:26.218Z
110512026-08-26T15:05:26.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110522026-08-26T15:05:26.218Z
110532026-08-26T15:05:26.259Z Doc-tests nexus_reconfigurator_rendezvous
110542026-08-26T15:05:26.259Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110552026-08-26T15:05:26.656Z
110562026-08-26T15:05:26.656Zrunning 0 tests
110572026-08-26T15:05:26.656Z
110582026-08-26T15:05:26.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110592026-08-26T15:05:26.656Z
110602026-08-26T15:05:26.698Z Doc-tests nexus_reconfigurator_simulation
110612026-08-26T15:05:26.698Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-1f6c90bfc99708c0.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-7a585e427b9d101c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-a1c7f0f9f0cf8e0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110622026-08-26T15:05:27.046Z
110632026-08-26T15:05:27.046Zrunning 0 tests
110642026-08-26T15:05:27.046Z
110652026-08-26T15:05:27.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110662026-08-26T15:05:27.046Z
110672026-08-26T15:05:27.082Z Doc-tests nexus_saga_recovery
110682026-08-26T15:05:27.083Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110692026-08-26T15:05:27.399Z
110702026-08-26T15:05:27.399Zrunning 0 tests
110712026-08-26T15:05:27.399Z
110722026-08-26T15:05:27.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110732026-08-26T15:05:27.399Z
110742026-08-26T15:05:27.430Z Doc-tests nexus_switch_config
110752026-08-26T15:05:27.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config --test nexus/switch-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110762026-08-26T15:05:27.701Z
110772026-08-26T15:05:27.701Zrunning 0 tests
110782026-08-26T15:05:27.701Z
110792026-08-26T15:05:27.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110802026-08-26T15:05:27.701Z
110812026-08-26T15:05:27.729Z Doc-tests nexus_switch_config_preparation
110822026-08-26T15:05:27.729Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config_preparation --test nexus/switch-config/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110832026-08-26T15:05:28.110Z
110842026-08-26T15:05:28.110Zrunning 0 tests
110852026-08-26T15:05:28.110Z
110862026-08-26T15:05:28.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110872026-08-26T15:05:28.110Z
110882026-08-26T15:05:28.149Z Doc-tests nexus_test_interface
110892026-08-26T15:05:28.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110902026-08-26T15:05:28.533Z
110912026-08-26T15:05:28.533Zrunning 0 tests
110922026-08-26T15:05:28.533Z
110932026-08-26T15:05:28.533Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110942026-08-26T15:05:28.534Z
110952026-08-26T15:05:28.577Z Doc-tests nexus_test_utils
110962026-08-26T15:05:28.577Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9207502dbcdcca0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110972026-08-26T15:05:29.114Z
110982026-08-26T15:05:29.114Zrunning 0 tests
110992026-08-26T15:05:29.114Z
111002026-08-26T15:05:29.114Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111012026-08-26T15:05:29.114Z
111022026-08-26T15:05:29.164Z Doc-tests nexus_test_utils_macros
111032026-08-26T15:05:29.164Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111042026-08-26T15:05:29.213Z
111052026-08-26T15:05:29.213Zrunning 1 test
111062026-08-26T15:05:29.216Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 62) ... ignored
111072026-08-26T15:05:29.216Z
111082026-08-26T15:05:29.216Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111092026-08-26T15:05:29.216Z
111102026-08-26T15:05:29.222Z Doc-tests nexus_types
111112026-08-26T15:05:29.222Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-de0083ceb1cb79e3.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111122026-08-26T15:05:41.225Z
111132026-08-26T15:05:41.225Zrunning 4 tests
111142026-08-26T15:05:41.229Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3327) ... ignored
111152026-08-26T15:05:41.229Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3199) ... ignored
111162026-08-26T15:05:41.229Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2037) ... ignored
111172026-08-26T15:05:41.234Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
111182026-08-26T15:05:41.234Z
111192026-08-26T15:05:41.234Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
111202026-08-26T15:05:41.234Z
111212026-08-26T15:05:41.260Zall doctests ran in 10.04s; merged doctests compilation took 10.00s
111222026-08-26T15:05:41.402Z Doc-tests nexus_types_versions
111232026-08-26T15:05:41.510Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-ba8aac544bbd9274.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111242026-08-26T15:05:44.396Z
111252026-08-26T15:05:44.396Zrunning 1 test
111262026-08-26T15:05:44.396Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
111272026-08-26T15:05:44.396Z
111282026-08-26T15:05:44.396Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111292026-08-26T15:05:44.396Z
111302026-08-26T15:05:44.399Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
111312026-08-26T15:05:44.506Z Doc-tests ntp_admin_api
111322026-08-26T15:05:44.506Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4d0fc50892ec2c45.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111332026-08-26T15:05:44.990Z
111342026-08-26T15:05:44.991Zrunning 2 tests
111352026-08-26T15:05:44.991Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
111362026-08-26T15:05:44.991Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
111372026-08-26T15:05:44.991Z
111382026-08-26T15:05:44.991Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111392026-08-26T15:05:44.991Z
111402026-08-26T15:05:44.995Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
111412026-08-26T15:05:45.012Z Doc-tests ntp_admin_client
111422026-08-26T15:05:45.012Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111432026-08-26T15:05:45.158Z
111442026-08-26T15:05:45.158Zrunning 0 tests
111452026-08-26T15:05:45.158Z
111462026-08-26T15:05:45.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111472026-08-26T15:05:45.158Z
111482026-08-26T15:05:45.176Z Doc-tests ntp_admin_types
111492026-08-26T15:05:45.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4ac47f51e32e1e96.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111502026-08-26T15:05:45.236Z
111512026-08-26T15:05:45.236Zrunning 0 tests
111522026-08-26T15:05:45.236Z
111532026-08-26T15:05:45.236Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111542026-08-26T15:05:45.236Z
111552026-08-26T15:05:45.246Z Doc-tests ntp_admin_types_versions
111562026-08-26T15:05:45.246Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-3e59a50f251310d4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111572026-08-26T15:05:45.686Z
111582026-08-26T15:05:45.686Zrunning 1 test
111592026-08-26T15:05:45.686Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
111602026-08-26T15:05:45.686Z
111612026-08-26T15:05:45.686Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
111622026-08-26T15:05:45.686Z
111632026-08-26T15:05:45.690Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
111642026-08-26T15:05:45.703Z Doc-tests omicron_certificates
111652026-08-26T15:05:45.703Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e9ff7f06b6c77ee5.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-17d4091e1e0174a0.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111662026-08-26T15:05:45.893Z
111672026-08-26T15:05:45.893Zrunning 0 tests
111682026-08-26T15:05:45.893Z
111692026-08-26T15:05:45.893Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111702026-08-26T15:05:45.893Z
111712026-08-26T15:05:45.915Z Doc-tests omicron_clickhouse_admin
111722026-08-26T15:05:45.915Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-fe4e4dd951750fb3.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-e19b34ec89ab814e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0cd78883a6adb4a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111732026-08-26T15:05:46.255Z
111742026-08-26T15:05:46.255Zrunning 0 tests
111752026-08-26T15:05:46.255Z
111762026-08-26T15:05:46.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111772026-08-26T15:05:46.258Z
111782026-08-26T15:05:46.295Z Doc-tests omicron_cockroach_admin
111792026-08-26T15:05:46.295Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-ea0ef68550c62430.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-dfa13a9ac42087a6.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a61e99120982c770.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-9207502dbcdcca0b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111802026-08-26T15:05:46.562Z
111812026-08-26T15:05:46.562Zrunning 0 tests
111822026-08-26T15:05:46.562Z
111832026-08-26T15:05:46.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111842026-08-26T15:05:46.562Z
111852026-08-26T15:05:46.591Z Doc-tests omicron_cockroach_metrics
111862026-08-26T15:05:46.591Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-a45744903d21d726.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111872026-08-26T15:05:48.645Z
111882026-08-26T15:05:48.645Zrunning 1 test
111892026-08-26T15:05:48.649Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
111902026-08-26T15:05:48.649Z
111912026-08-26T15:05:48.649Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-08-26T15:05:48.649Z
111932026-08-26T15:05:48.652Zall doctests ran in 1.90s; merged doctests compilation took 1.89s
111942026-08-26T15:05:48.678Z Doc-tests omicron_common
111952026-08-26T15:05:48.682Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-e6b1006727ba42e5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-258470ad89ecd8d1.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-3862f5034abeb9ab.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
111962026-08-26T15:05:54.167Z
111972026-08-26T15:05:54.167Zrunning 3 tests
111982026-08-26T15:05:54.171Ztest common/src/lib.rs - FileKv (line 36) ... ignored
111992026-08-26T15:05:54.174Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
112002026-08-26T15:05:54.174Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
112012026-08-26T15:05:54.174Z
112022026-08-26T15:05:54.174Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
112032026-08-26T15:05:54.174Z
112042026-08-26T15:05:54.187Zall doctests ran in 4.78s; merged doctests compilation took 4.75s
112052026-08-26T15:05:54.243Z Doc-tests omicron_ddm_admin_client
112062026-08-26T15:05:54.243Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-351ec0d44c666993.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112072026-08-26T15:05:54.454Z
112082026-08-26T15:05:54.454Zrunning 0 tests
112092026-08-26T15:05:54.454Z
112102026-08-26T15:05:54.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112112026-08-26T15:05:54.454Z
112122026-08-26T15:05:54.479Z Doc-tests omicron_deployment_graph
112132026-08-26T15:05:54.479Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112142026-08-26T15:05:54.538Z
112152026-08-26T15:05:54.538Zrunning 0 tests
112162026-08-26T15:05:54.538Z
112172026-08-26T15:05:54.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112182026-08-26T15:05:54.538Z
112192026-08-26T15:05:54.548Z Doc-tests omicron_dev_lib
112202026-08-26T15:05:54.548Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b36e88a53f970c02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112212026-08-26T15:05:54.838Z
112222026-08-26T15:05:54.838Zrunning 0 tests
112232026-08-26T15:05:54.838Z
112242026-08-26T15:05:54.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112252026-08-26T15:05:54.839Z
112262026-08-26T15:05:54.870Z Doc-tests omicron_gateway
112272026-08-26T15:05:54.870Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-773cbf8d077364c3.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-e066c996c4434329.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-e61007b07e6811c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-7c85fe1737f1deab.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-608d0e490adc3a68.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e3d4c5049641e2f2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112282026-08-26T15:05:55.370Z
112292026-08-26T15:05:55.370Zrunning 0 tests
112302026-08-26T15:05:55.370Z
112312026-08-26T15:05:55.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112322026-08-26T15:05:55.370Z
112332026-08-26T15:05:55.417Z Doc-tests omicron_generation_kinds
112342026-08-26T15:05:55.417Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_generation_kinds --test generation-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/generation-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-cf443b82f01880af.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-7c7c1d7f108358b9.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' --document-private-items -D warnings --error-format human`
112352026-08-26T15:05:55.497Z
112362026-08-26T15:05:55.497Zrunning 0 tests
112372026-08-26T15:05:55.497Z
112382026-08-26T15:05:55.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112392026-08-26T15:05:55.497Z
112402026-08-26T15:05:55.509Z Doc-tests omicron_git_version
112412026-08-26T15:05:55.512Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-8cc4969d5b52681f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112422026-08-26T15:05:55.588Z
112432026-08-26T15:05:55.588Zrunning 0 tests
112442026-08-26T15:05:55.588Z
112452026-08-26T15:05:55.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112462026-08-26T15:05:55.588Z
112472026-08-26T15:05:55.600Z Doc-tests omicron_ledger
112482026-08-26T15:05:55.600Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112492026-08-26T15:05:55.675Z
112502026-08-26T15:05:55.675Zrunning 0 tests
112512026-08-26T15:05:55.675Z
112522026-08-26T15:05:55.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112532026-08-26T15:05:55.675Z
112542026-08-26T15:05:55.685Z Doc-tests omicron_ls_apis
112552026-08-26T15:05:55.685Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-74f358ff666e107a.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-877403148c10fdf2.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-34e334a908fb6e37.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112562026-08-26T15:05:55.877Z
112572026-08-26T15:05:55.877Zrunning 0 tests
112582026-08-26T15:05:55.877Z
112592026-08-26T15:05:55.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112602026-08-26T15:05:55.877Z
112612026-08-26T15:05:55.896Z Doc-tests omicron_nexus
112622026-08-26T15:05:55.900Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-d077e1e27575ce9c.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f2b95405a363a396.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-6504fc848cb5d85f.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-16a2c4de8888ae28.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-4724539be879d630.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-a251e3799588700f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-e91cfd4cd00ef715.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-ddf82663d8084bc3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-716a995dceef0d46.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-68f17436d7299b3f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-854b9e5dd3596570.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-67feaac9177fc88c.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d0ee82e2f450d69f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-bec60513974747cd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-bf1d2687030d39fc.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-94793d5294b0fbda.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-73ef874ba7bf2ad7.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-c4a5483c9765d4fa.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-179124f1ef1dc535.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-1ad2a2569d5c7221.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-8adb05f2520ba42f.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-bcb93e6645463884.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c876f007a057077d.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-8fb62d1093b2916b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-dfb7fd28d85bd644.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-79f928a417357923.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-bdeb5e5b7eea14b5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-68864961c1752f7b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-52c5696be2e82e5f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-a8eb2d4b05f6ce20.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-2edc36a477a4b616.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-03ba5abfadd61b20.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-d84ddb6c4b72b9f7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-2cd8789e27d3f8a9.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-0f664cf539ab34c1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-8baa9baadc124ba4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-d7cc2df4fb063b27.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-9d808ebe008b612b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-1f2324e65021ebca.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-b7d143788f213201.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-c1ed1e2e48a1cb9c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-cf747c76a3670294.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-6331658d236cc073.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-ac028cc2713b87b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-552d575f49541a91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112632026-08-26T15:06:04.542Z
112642026-08-26T15:06:04.542Zrunning 6 tests
112652026-08-26T15:06:04.546Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
112662026-08-26T15:06:04.546Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
112672026-08-26T15:06:04.549Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1095) ... ok
112682026-08-26T15:06:04.549Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1065) ... ok
112692026-08-26T15:06:04.549Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1001) ... ok
112702026-08-26T15:06:04.549Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1023) ... ok
112712026-08-26T15:06:04.550Z
112722026-08-26T15:06:04.550Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
112732026-08-26T15:06:04.550Z
112742026-08-26T15:06:04.559Zall doctests ran in 6.62s; merged doctests compilation took 6.59s
112752026-08-26T15:06:04.689Z Doc-tests omicron_ntp_admin
112762026-08-26T15:06:04.689Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-36a6ea5677c89970.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-4d0fc50892ec2c45.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4ac47f51e32e1e96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-a250523142e7a5c4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112772026-08-26T15:06:04.908Z
112782026-08-26T15:06:04.909Zrunning 1 test
112792026-08-26T15:06:04.914Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
112802026-08-26T15:06:04.914Z
112812026-08-26T15:06:04.914Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112822026-08-26T15:06:04.914Z
112832026-08-26T15:06:04.933Z Doc-tests omicron_package
112842026-08-26T15:06:04.933Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-63fc9bf2f0fe6bda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-e8a34cfe57dd8caf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-8b51f451e2211452.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-eb962d2c4575bb8a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112852026-08-26T15:06:05.085Z
112862026-08-26T15:06:05.086Zrunning 0 tests
112872026-08-26T15:06:05.086Z
112882026-08-26T15:06:05.086Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112892026-08-26T15:06:05.086Z
112902026-08-26T15:06:05.102Z Doc-tests omicron_passwords
112912026-08-26T15:06:05.102Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-21def21678e7e581.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9896b4076d354df8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112922026-08-26T15:06:05.192Z
112932026-08-26T15:06:05.192Zrunning 0 tests
112942026-08-26T15:06:05.192Z
112952026-08-26T15:06:05.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112962026-08-26T15:06:05.193Z
112972026-08-26T15:06:05.204Z Doc-tests omicron_pins
112982026-08-26T15:06:05.204Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7b496c7ca339ee3c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-6a38d5871196fe6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112992026-08-26T15:06:05.271Z
113002026-08-26T15:06:05.271Zrunning 0 tests
113012026-08-26T15:06:05.271Z
113022026-08-26T15:06:05.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113032026-08-26T15:06:05.271Z
113042026-08-26T15:06:05.280Z Doc-tests omicron_repl_utils
113052026-08-26T15:06:05.281Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113062026-08-26T15:06:05.337Z
113072026-08-26T15:06:05.337Zrunning 0 tests
113082026-08-26T15:06:05.337Z
113092026-08-26T15:06:05.337Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113102026-08-26T15:06:05.337Z
113112026-08-26T15:06:05.343Z Doc-tests omicron_rpaths
113122026-08-26T15:06:05.343Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-0e77d91a9b6b421f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113132026-08-26T15:06:05.379Z
113142026-08-26T15:06:05.379Zrunning 0 tests
113152026-08-26T15:06:05.379Z
113162026-08-26T15:06:05.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113172026-08-26T15:06:05.380Z
113182026-08-26T15:06:05.385Z Doc-tests omicron_sled_agent
113192026-08-26T15:06:05.389Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-eb7c4a97b7c90282.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-a4e50414a569e4a5.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f46296e47518d3e4.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-fff1a84acbf5928e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-83626a14319408e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-b021b443579d6733.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-a80a009b87a3de9e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-dcfca2fb52fadc5a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-9490bed527800091.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-b00a25a86e3ed442.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cfb082c06f3172f8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-dfab2863c67992f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-0651dc3618086cbc.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95eaacbb5ffd4c20.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6a091e5c30a9a7d3.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-72fcd8fff9a05673.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
113202026-08-26T15:06:06.403Z
113212026-08-26T15:06:06.403Zrunning 0 tests
113222026-08-26T15:06:06.403Z
113232026-08-26T15:06:06.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113242026-08-26T15:06:06.403Z
113252026-08-26T15:06:06.471Z Doc-tests omicron_test_utils
113262026-08-26T15:06:06.475Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-25a8d1b573b3f9ac.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-1516baded93df053.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-31d302912b94847c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f1bf1af79a29bb78.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-f49e23d30136b47e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
113272026-08-26T15:06:17.635Z
113282026-08-26T15:06:17.635Zrunning 2 tests
113292026-08-26T15:06:17.651Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
113302026-08-26T15:06:17.654Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
113312026-08-26T15:06:17.655Z
113322026-08-26T15:06:17.655Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
113332026-08-26T15:06:17.655Z
113342026-08-26T15:06:17.684Z
113352026-08-26T15:06:17.684Zrunning 1 test
113362026-08-26T15:06:17.687Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
113372026-08-26T15:06:17.687Z
113382026-08-26T15:06:17.687Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
113392026-08-26T15:06:17.687Z
113402026-08-26T15:06:17.687Zall doctests ran in 10.84s; merged doctests compilation took 10.79s
113412026-08-26T15:06:17.737Z Doc-tests omicron_uuid_kinds
113422026-08-26T15:06:17.737Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-c04320fb3784b81e.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-6de15cb6e80b3a72.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
113432026-08-26T15:06:17.868Z
113442026-08-26T15:06:17.868Zrunning 0 tests
113452026-08-26T15:06:17.868Z
113462026-08-26T15:06:17.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113472026-08-26T15:06:17.868Z
113482026-08-26T15:06:17.882Z Doc-tests omicron_workspace_hack
113492026-08-26T15:06:17.887Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-c3cd73423833103c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-4d512d89878f7582.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-b4220599b3558ca1.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-9cd689f69844f1e3.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2d39fdcb5ad29c9c.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4c5cc81598cfc878.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-5bf4110dad6990d2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b9c7f7b94d1f241a.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7778b2c120dae7c9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-710bd25eabb48ab2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8efa9bca87553e59.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-dc64e98d3a4185bd.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b217980bafa3a20c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ffb8bc67ae8579fd.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-4411b8b43effe66a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-17edc68fd438fff3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-508babc987fe0ff6.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5875b2366e26a952.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-96f2420be373fbba.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-f9b7e9e847a09912.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-bca00c9f32128645.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-a0f06d0b2ec5ac83.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-9933075c96872e1a.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9ddfc7fdd943ec11.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-9a2ba908367025c6.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a3519464224e2ee8.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-85219b61330c4d10.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-a034cb99f9fa1c50.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-327882ab8e5815f7.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-86b31c970f8be0e6.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-90d16be16b2e9986.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-68f194859b7edcdf.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-de4a629348265e83.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-e629db66f6534af6.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-180e5ff396d32ec3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-23db09abac7fa08d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a1cdf1d4d5c11804.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-374a7aea8a4974be.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-37780afbbf43cfe2.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-c712c2a20c7ee4ef.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-4c945b505abda11c.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-c6b4072429865da7.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-8ceb6120c38abc55.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-d9efdf203d541fee.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-26e41125ecc3049d.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-36ecfb77bd7bffd6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-45ee8ab2f294aded.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-8edb0bf0e930707e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-acdf683ebe425529.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-39e8bb3c91e7dae0.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-471084262862a4ce.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-d717f434a347df91.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-0e27c78f634d5aa5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c1a8baf1662daa76.rlib --extern itertools_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bfdf9c0510cd7581.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-2d5dd7f0667631d7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-512fc7f56fae351c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-4944f5d298d5e7db.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-83ba731ed86a99c8.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-de3a788940fe2e06.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-b21f7aa0dddf1ff2.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-983b6e44ae6bc467.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c579f18f659a3e39.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-611bbe72f6f57dfc.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-d6e768b4a07484fb.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-a88b8f4b883320f1.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-a2877c7a0a732eb5.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-506ef61930680291.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-180e248484d7639b.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-a288ce0f9daf836e.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-ea47dcd7dcf3e9ff.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-2bc70365ea147036.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-182125a3c2262fbd.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-cef88d9fac5ef585.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-1882d391b3eda2db.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-960b6961da679dd3.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-75dc4484a4e65dd6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-b6df422e1f4c6fbc.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7bc99b808c509d91.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c0aa426286529a06.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-5a1cb615d1ac708d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a225d2903c30481e.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-98e749b007ab118d.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-22ab077fda852ef3.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-d6607ebd2663da8c.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-c4e461133895ad65.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb7ec6e33e4153c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-bf56d0da61be318a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fb9e1443cb408f12.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-09cdbd4e28a061ab.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f9aa91a12ebae5d8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f356c0afc0f69c43.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6fde902a2eb58e5a.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-70e4102bc875a370.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0c6b8ab0956dbb86.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a28bb2676a68816f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-9c1e3a946bc8722a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-9ae155a9529a40f7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-fcade6d7b75e7bf2.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b8133d25cfe4e656.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2db6f9fe514fbfdd.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-dcd9dc72ba891dc0.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-9110c4e405265507.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-5b447846432e561b.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-448cb8472cd754c7.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-421fef6d35ec8961.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8772342d60409b9c.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-99160c7fe2ff1a97.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-37b53c3b136ea3cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bfaf08314bac8cdb.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-0762409d2eb35a22.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113502026-08-26T15:06:17.925Z
113512026-08-26T15:06:17.925Zrunning 0 tests
113522026-08-26T15:06:17.925Z
113532026-08-26T15:06:17.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113542026-08-26T15:06:17.925Z
113552026-08-26T15:06:17.934Z Doc-tests oxide_client
113562026-08-26T15:06:17.934Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-d1ced73a816f37db.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f4f2fe539db74029.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113572026-08-26T15:06:22.602Z
113582026-08-26T15:06:22.602Zrunning 317 tests
113592026-08-26T15:06:22.602Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
113602026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
113612026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
113622026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
113632026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
113642026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
113652026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
113662026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
113672026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
113682026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
113692026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
113702026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
113712026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
113722026-08-26T15:06:22.603Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
113732026-08-26T15:06:22.609Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
113742026-08-26T15:06:22.609Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
113752026-08-26T15:06:22.609Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
113762026-08-26T15:06:22.609Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
113772026-08-26T15:06:22.611Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
113782026-08-26T15:06:22.611Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
113792026-08-26T15:06:22.611Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
113802026-08-26T15:06:22.611Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
113812026-08-26T15:06:22.611Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
113822026-08-26T15:06:22.612Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
113832026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
113842026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
113852026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
113862026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
113872026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
113882026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
113892026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
113902026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
113912026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
113922026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
113932026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
113942026-08-26T15:06:22.613Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
113952026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
113962026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
113972026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
113982026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
113992026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
114002026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
114012026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
114022026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
114032026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
114042026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
114052026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
114062026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
114072026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
114082026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
114092026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
114102026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
114112026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
114122026-08-26T15:06:22.614Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
114132026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
114142026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
114152026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
114162026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
114172026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
114182026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
114192026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
114202026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
114212026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
114222026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
114232026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
114242026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
114252026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
114262026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
114272026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
114282026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
114292026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
114302026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
114312026-08-26T15:06:22.615Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
114322026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
114332026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
114342026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
114352026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
114362026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
114372026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
114382026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
114392026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
114402026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
114412026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
114422026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
114432026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
114442026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
114452026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
114462026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
114472026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
114482026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
114492026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
114502026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
114512026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
114522026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
114532026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
114542026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
114552026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
114562026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
114572026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
114582026-08-26T15:06:22.616Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
114592026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
114602026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
114612026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
114622026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
114632026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
114642026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
114652026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
114662026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
114672026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
114682026-08-26T15:06:22.617Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
114692026-08-26T15:06:22.618Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
114702026-08-26T15:06:22.618Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
114712026-08-26T15:06:22.618Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
114722026-08-26T15:06:22.618Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
114732026-08-26T15:06:22.622Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
114742026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
114752026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
114762026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
114772026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
114782026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
114792026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
114802026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
114812026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
114822026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
114832026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
114842026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
114852026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
114862026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
114872026-08-26T15:06:22.623Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
114882026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
114892026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
114902026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
114912026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
114922026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
114932026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
114942026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
114952026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
114962026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
114972026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
114982026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
114992026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
115002026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
115012026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
115022026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
115032026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
115042026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
115052026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
115062026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
115072026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
115082026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
115092026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
115102026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
115112026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
115122026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
115132026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
115142026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
115152026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
115162026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
115172026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
115182026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
115192026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
115202026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
115212026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
115222026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
115232026-08-26T15:06:22.624Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
115242026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
115252026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
115262026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
115272026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
115282026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
115292026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
115302026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
115312026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
115322026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
115332026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
115342026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
115352026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
115362026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
115372026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
115382026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
115392026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
115402026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
115412026-08-26T15:06:22.625Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
115422026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
115432026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
115442026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
115452026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
115462026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
115472026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
115482026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
115492026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
115502026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
115512026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
115522026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
115532026-08-26T15:06:22.626Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
115542026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
115552026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
115562026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
115572026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
115582026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
115592026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
115602026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
115612026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
115622026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
115632026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
115642026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
115652026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
115662026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
115672026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
115682026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
115692026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
115702026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
115712026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
115722026-08-26T15:06:22.627Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
115732026-08-26T15:06:22.632Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
115742026-08-26T15:06:22.632Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
115752026-08-26T15:06:22.632Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
115762026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
115772026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
115782026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
115792026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
115802026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
115812026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
115822026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
115832026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
115842026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
115852026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
115862026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
115872026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
115882026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
115892026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
115902026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
115912026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
115922026-08-26T15:06:22.634Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
115932026-08-26T15:06:22.636Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
115942026-08-26T15:06:22.636Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
115952026-08-26T15:06:22.636Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
115962026-08-26T15:06:22.636Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
115972026-08-26T15:06:22.636Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
115982026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
115992026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
116002026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
116012026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
116022026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
116032026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
116042026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
116052026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
116062026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
116072026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
116082026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
116092026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
116102026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
116112026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
116122026-08-26T15:06:22.637Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
116132026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
116142026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
116152026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
116162026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
116172026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
116182026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
116192026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
116202026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
116212026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_create (line 23) ... ignored
116222026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_delete (line 27) ... ignored
116232026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download (line 28) ... ignored
116242026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download_file (line 29) ... ignored
116252026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head (line 28) ... ignored
116262026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head_file (line 29) ... ignored
116272026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_index (line 28) ... ignored
116282026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_list (line 27) ... ignored
116292026-08-26T15:06:22.638Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_update (line 26) ... ignored
116302026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_view (line 25) ... ignored
116312026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
116322026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
116332026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
116342026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
116352026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
116362026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
116372026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
116382026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
116392026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
116402026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
116412026-08-26T15:06:22.639Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
116422026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
116432026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
116442026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
116452026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
116462026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
116472026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
116482026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
116492026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
116502026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
116512026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
116522026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
116532026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
116542026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
116552026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
116562026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
116572026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
116582026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
116592026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
116602026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
116612026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
116622026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
116632026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
116642026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
116652026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
116662026-08-26T15:06:22.640Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
116672026-08-26T15:06:22.641Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
116682026-08-26T15:06:22.641Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
116692026-08-26T15:06:22.641Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
116702026-08-26T15:06:22.641Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
116712026-08-26T15:06:22.641Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
116722026-08-26T15:06:22.641Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
116732026-08-26T15:06:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
116742026-08-26T15:06:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
116752026-08-26T15:06:22.645Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
116762026-08-26T15:06:22.645Z
116772026-08-26T15:06:22.645Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
116782026-08-26T15:06:22.645Z
116792026-08-26T15:06:22.645Zall doctests ran in 0.60s; merged doctests compilation took 0.59s
116802026-08-26T15:06:22.725Z Doc-tests oximeter
116812026-08-26T15:06:22.725Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6954493bb3e0c7a6.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e03e247a16f35441.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116822026-08-26T15:06:27.711Z
116832026-08-26T15:06:27.711Zrunning 2 tests
116842026-08-26T15:06:27.715Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
116852026-08-26T15:06:27.718Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
116862026-08-26T15:06:27.718Z
116872026-08-26T15:06:27.718Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
116882026-08-26T15:06:27.718Z
116892026-08-26T15:06:27.729Zall doctests ran in 4.78s; merged doctests compilation took 4.76s
116902026-08-26T15:06:27.771Z Doc-tests oximeter_api
116912026-08-26T15:06:27.771Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
116922026-08-26T15:06:28.321Z
116932026-08-26T15:06:28.321Zrunning 2 tests
116942026-08-26T15:06:28.321Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
116952026-08-26T15:06:28.321Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
116962026-08-26T15:06:28.322Z
116972026-08-26T15:06:28.322Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
116982026-08-26T15:06:28.322Z
116992026-08-26T15:06:28.325Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
117002026-08-26T15:06:28.349Z Doc-tests oximeter_client
117012026-08-26T15:06:28.349Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117022026-08-26T15:06:28.626Z
117032026-08-26T15:06:28.626Zrunning 0 tests
117042026-08-26T15:06:28.627Z
117052026-08-26T15:06:28.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117062026-08-26T15:06:28.627Z
117072026-08-26T15:06:28.655Z Doc-tests oximeter_collector
117082026-08-26T15:06:28.659Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-af803bb284590f06.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-cbead655ebf24e9e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-a6aac1ede6be1e86.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117092026-08-26T15:06:29.125Z
117102026-08-26T15:06:29.125Zrunning 0 tests
117112026-08-26T15:06:29.125Z
117122026-08-26T15:06:29.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117132026-08-26T15:06:29.125Z
117142026-08-26T15:06:29.172Z Doc-tests oximeter_db
117152026-08-26T15:06:29.176Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-6ca09e70155aa942.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-e5b4546b3d297306.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-f8f713f66ac1d6b5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-3cfbb65f7b5fabe4.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-6720234346448ed9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-8256226b95f39eec.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-36194b25daf63336.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-643888ddde00c81d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-0e9714a5151a4646.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b2fa8947fafeaf5a.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-335893ab24d2c117.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-2bbcb38d45330084.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-9e3416dcc2df15d2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
117162026-08-26T15:06:30.226Z
117172026-08-26T15:06:30.226Zrunning 3 tests
117182026-08-26T15:06:30.226Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
117192026-08-26T15:06:30.226Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
117202026-08-26T15:06:30.226Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
117212026-08-26T15:06:30.226Z
117222026-08-26T15:06:30.226Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
117232026-08-26T15:06:30.226Z
117242026-08-26T15:06:30.230Z
117252026-08-26T15:06:30.230Zrunning 2 tests
117262026-08-26T15:06:30.230Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
117272026-08-26T15:06:30.230Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
117282026-08-26T15:06:30.230Z
117292026-08-26T15:06:30.230Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117302026-08-26T15:06:30.230Z
117312026-08-26T15:06:30.231Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
117322026-08-26T15:06:30.284Z Doc-tests oximeter_instruments
117332026-08-26T15:06:30.285Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-9ef3e5997f6d18f2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da7c2782d2a0a491.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
117342026-08-26T15:06:30.667Z
117352026-08-26T15:06:30.667Zrunning 0 tests
117362026-08-26T15:06:30.667Z
117372026-08-26T15:06:30.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117382026-08-26T15:06:30.668Z
117392026-08-26T15:06:30.706Z Doc-tests oximeter_macro_impl
117402026-08-26T15:06:30.707Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117412026-08-26T15:06:30.758Z
117422026-08-26T15:06:30.758Zrunning 0 tests
117432026-08-26T15:06:30.758Z
117442026-08-26T15:06:30.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117452026-08-26T15:06:30.758Z
117462026-08-26T15:06:30.766Z Doc-tests oximeter_producer
117472026-08-26T15:06:30.766Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-9c4903efb08dafd1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-69980e0ff73d7b5b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-4bbb6e6eb116342d.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-33d5a8901dc5074a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117482026-08-26T15:06:31.112Z
117492026-08-26T15:06:31.112Zrunning 0 tests
117502026-08-26T15:06:31.113Z
117512026-08-26T15:06:31.113Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117522026-08-26T15:06:31.113Z
117532026-08-26T15:06:31.150Z Doc-tests oximeter_producer_api
117542026-08-26T15:06:31.150Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-33d5a8901dc5074a.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117552026-08-26T15:06:31.691Z
117562026-08-26T15:06:31.691Zrunning 2 tests
117572026-08-26T15:06:31.691Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
117582026-08-26T15:06:31.691Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
117592026-08-26T15:06:31.692Z
117602026-08-26T15:06:31.692Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
117612026-08-26T15:06:31.696Z
117622026-08-26T15:06:31.696Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
117632026-08-26T15:06:31.719Z Doc-tests oximeter_schema
117642026-08-26T15:06:31.719Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-9177e43cb0714f73.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-6954493bb3e0c7a6.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-fc081a5f48e5187e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117652026-08-26T15:06:31.945Z
117662026-08-26T15:06:31.945Zrunning 0 tests
117672026-08-26T15:06:31.946Z
117682026-08-26T15:06:31.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117692026-08-26T15:06:31.946Z
117702026-08-26T15:06:31.970Z Doc-tests oximeter_test_utils
117712026-08-26T15:06:31.970Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-18dfd9083ba0368a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-92b8645d40278fdd.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9608464032b83807.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117722026-08-26T15:06:32.325Z
117732026-08-26T15:06:32.325Zrunning 0 tests
117742026-08-26T15:06:32.325Z
117752026-08-26T15:06:32.325Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117762026-08-26T15:06:32.325Z
117772026-08-26T15:06:32.363Z Doc-tests oximeter_timeseries_macro
117782026-08-26T15:06:32.367Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-2bfe8233aa22809c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-e03e247a16f35441.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-505c3d0f1249c695.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-d22feaec7ba6f2cc.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-1edf76f44f22bd7f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-77bd6c13adb90446.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117792026-08-26T15:06:32.540Z
117802026-08-26T15:06:32.540Zrunning 0 tests
117812026-08-26T15:06:32.540Z
117822026-08-26T15:06:32.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
117832026-08-26T15:06:32.541Z
117842026-08-26T15:06:32.560Z Doc-tests oximeter_types
117852026-08-26T15:06:32.560Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5db83420fa49bbe3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-022ccc03099a921a.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-58796bcb6f0779ea.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-e319940cf372d8f5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
117862026-08-26T15:06:33.206Z
117872026-08-26T15:06:33.206Zrunning 11 tests
117882026-08-26T15:06:33.604Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
117892026-08-26T15:06:33.616Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
117902026-08-26T15:06:38.164Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
117912026-08-26T15:06:38.717Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
117922026-08-26T15:06:38.797Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
117932026-08-26T15:06:38.797Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
117942026-08-26T15:06:38.816Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
117952026-08-26T15:06:38.847Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
117962026-08-26T15:06:38.876Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
117972026-08-26T15:06:38.902Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
117982026-08-26T15:06:43.400Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
117992026-08-26T15:06:43.400Z
118002026-08-26T15:06:43.400Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.19s
118012026-08-26T15:06:43.400Z
118022026-08-26T15:06:43.404Zall doctests ran in 10.66s; merged doctests compilation took 0.47s
118032026-08-26T15:06:43.429Z Doc-tests oximeter_types_versions
118042026-08-26T15:06:43.430Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-bae629aae9bb55a7.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-79d3b7b3468d6e84.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-60e5e2c0ff22c0c0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-9253579285580e0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-101dcad856bbd6f7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118052026-08-26T15:06:44.211Z
118062026-08-26T15:06:44.211Zrunning 1 test
118072026-08-26T15:06:44.211Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
118082026-08-26T15:06:44.211Z
118092026-08-26T15:06:44.215Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118102026-08-26T15:06:44.215Z
118112026-08-26T15:06:44.215Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
118122026-08-26T15:06:44.249Z Doc-tests oxlog
118132026-08-26T15:06:44.249Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-d2d47117863a0312.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-6e3d3a6dfa5b96c8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-a427c35112adb2ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118142026-08-26T15:06:44.302Z
118152026-08-26T15:06:44.302Zrunning 0 tests
118162026-08-26T15:06:44.302Z
118172026-08-26T15:06:44.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118182026-08-26T15:06:44.302Z
118192026-08-26T15:06:44.310Z Doc-tests oxql_types
118202026-08-26T15:06:44.311Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-2b71e00ec99e58ba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-85d2d338b36aad00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-8d86a0f92cb17f25.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-096dba1106d1b41f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118212026-08-26T15:06:44.561Z
118222026-08-26T15:06:44.562Zrunning 0 tests
118232026-08-26T15:06:44.562Z
118242026-08-26T15:06:44.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118252026-08-26T15:06:44.562Z
118262026-08-26T15:06:44.586Z Doc-tests parallel_task_set
118272026-08-26T15:06:44.586Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118282026-08-26T15:06:44.632Z
118292026-08-26T15:06:44.632Zrunning 0 tests
118302026-08-26T15:06:44.632Z
118312026-08-26T15:06:44.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118322026-08-26T15:06:44.632Z
118332026-08-26T15:06:44.640Z Doc-tests rack_init_config
118342026-08-26T15:06:44.640Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name rack_init_config --test dev-tools/rack-init-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/rack-init-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-ba4bb492eec6ecb3.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118352026-08-26T15:06:44.831Z
118362026-08-26T15:06:44.831Zrunning 0 tests
118372026-08-26T15:06:44.831Z
118382026-08-26T15:06:44.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118392026-08-26T15:06:44.831Z
118402026-08-26T15:06:44.853Z Doc-tests range_requests
118412026-08-26T15:06:44.853Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-f82f3c87d4e2dac6.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-4d1df8f54fe14ef4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c971fc73faee6b9b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118422026-08-26T15:06:44.973Z
118432026-08-26T15:06:44.973Zrunning 0 tests
118442026-08-26T15:06:44.973Z
118452026-08-26T15:06:44.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118462026-08-26T15:06:44.973Z
118472026-08-26T15:06:44.988Z Doc-tests reconfigurator_cli
118482026-08-26T15:06:44.989Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6ff1bf7789dd59c7.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-1505131239b4267c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-0a2abe5e1f4a847b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-d6d7641070e5e455.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-635370ac974039dd.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-85e183cfac3ef85c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-db8ebb0c4fd54444.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
118492026-08-26T15:06:45.463Z
118502026-08-26T15:06:45.464Zrunning 0 tests
118512026-08-26T15:06:45.464Z
118522026-08-26T15:06:45.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118532026-08-26T15:06:45.464Z
118542026-08-26T15:06:45.503Z Doc-tests repo_depot_api
118552026-08-26T15:06:45.503Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-ae01a446f7010824.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118562026-08-26T15:06:46.032Z
118572026-08-26T15:06:46.032Zrunning 2 tests
118582026-08-26T15:06:46.032Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
118592026-08-26T15:06:46.033Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
118602026-08-26T15:06:46.033Z
118612026-08-26T15:06:46.033Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118622026-08-26T15:06:46.033Z
118632026-08-26T15:06:46.037Zall doctests ran in 0.36s; merged doctests compilation took 0.36s
118642026-08-26T15:06:46.057Z Doc-tests repo_depot_client
118652026-08-26T15:06:46.057Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-1801099c12733006.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118662026-08-26T15:06:46.192Z
118672026-08-26T15:06:46.192Zrunning 0 tests
118682026-08-26T15:06:46.192Z
118692026-08-26T15:06:46.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118702026-08-26T15:06:46.192Z
118712026-08-26T15:06:46.207Z Doc-tests sled_agent_api
118722026-08-26T15:06:46.207Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-d3355e504d7ea028.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118732026-08-26T15:06:46.866Z
118742026-08-26T15:06:46.866Zrunning 2 tests
118752026-08-26T15:06:46.866Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 126) ... ignored
118762026-08-26T15:06:46.866Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 132) ... ignored
118772026-08-26T15:06:46.866Z
118782026-08-26T15:06:46.870Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118792026-08-26T15:06:46.870Z
118802026-08-26T15:06:46.870Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
118812026-08-26T15:06:46.900Z Doc-tests sled_agent_bootstrap_common
118822026-08-26T15:06:46.900Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_bootstrap_common --test sled-agent/bootstrap-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118832026-08-26T15:06:47.187Z
118842026-08-26T15:06:47.187Zrunning 0 tests
118852026-08-26T15:06:47.187Z
118862026-08-26T15:06:47.187Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118872026-08-26T15:06:47.187Z
118882026-08-26T15:06:47.218Z Doc-tests sled_agent_client
118892026-08-26T15:06:47.218Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-ae4d458ba640e45e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118902026-08-26T15:06:48.672Z
118912026-08-26T15:06:48.672Zrunning 0 tests
118922026-08-26T15:06:48.672Z
118932026-08-26T15:06:48.672Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118942026-08-26T15:06:48.672Z
118952026-08-26T15:06:48.731Z Doc-tests sled_agent_config_reconciler
118962026-08-26T15:06:48.731Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-ff59f759142bbd07.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-1660e7efe415f875.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-10f839346f401092.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-174a128dc1a7b749.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-149b2cafc829f7b4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-89bc466215dcded6.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
118972026-08-26T15:06:49.206Z
118982026-08-26T15:06:49.206Zrunning 0 tests
118992026-08-26T15:06:49.206Z
119002026-08-26T15:06:49.206Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119012026-08-26T15:06:49.206Z
119022026-08-26T15:06:49.270Z Doc-tests sled_agent_early_networking
119032026-08-26T15:06:49.270Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_early_networking --test sled-agent/early-networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/early-networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern sled_agent_early_networking=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_early_networking-431a946f15fb75dc.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119042026-08-26T15:06:49.499Z
119052026-08-26T15:06:49.499Zrunning 0 tests
119062026-08-26T15:06:49.499Z
119072026-08-26T15:06:49.499Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119082026-08-26T15:06:49.499Z
119092026-08-26T15:06:49.528Z Doc-tests sled_agent_health_monitor
119102026-08-26T15:06:49.528Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e3142803bc47a606.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-905783c005d1a349.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119112026-08-26T15:06:49.743Z
119122026-08-26T15:06:49.743Zrunning 0 tests
119132026-08-26T15:06:49.743Z
119142026-08-26T15:06:49.743Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119152026-08-26T15:06:49.743Z
119162026-08-26T15:06:49.767Z Doc-tests sled_agent_measurements
119172026-08-26T15:06:49.767Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119182026-08-26T15:06:50.032Z
119192026-08-26T15:06:50.032Zrunning 0 tests
119202026-08-26T15:06:50.032Z
119212026-08-26T15:06:50.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119222026-08-26T15:06:50.033Z
119232026-08-26T15:06:50.060Z Doc-tests sled_agent_multirack_join
119242026-08-26T15:06:50.060Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_multirack_join --test sled-agent/multirack-join/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/multirack-join -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-8fdd78be287db0ee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119252026-08-26T15:06:50.367Z
119262026-08-26T15:06:50.367Zrunning 0 tests
119272026-08-26T15:06:50.367Z
119282026-08-26T15:06:50.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119292026-08-26T15:06:50.367Z
119302026-08-26T15:06:50.399Z Doc-tests sled_agent_rack_setup
119312026-08-26T15:06:50.399Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-b13c24f28129ac39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-44fde5e0310607fa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-27a4e6da6505701b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-d9210515bf8c3ee0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-1ae2ad40ef00ffb6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-8c430037ff35ad52.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-e6cc9e6e17798ece.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-0f7e0e5bba748677.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119322026-08-26T15:06:50.782Z
119332026-08-26T15:06:50.782Zrunning 0 tests
119342026-08-26T15:06:50.782Z
119352026-08-26T15:06:50.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119362026-08-26T15:06:50.782Z
119372026-08-26T15:06:50.818Z Doc-tests sled_agent_resolvable_files
119382026-08-26T15:06:50.818Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-a26cc65e116ebe4a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-f0ec5e2d11529ba7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119392026-08-26T15:06:51.094Z
119402026-08-26T15:06:51.094Zrunning 0 tests
119412026-08-26T15:06:51.094Z
119422026-08-26T15:06:51.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119432026-08-26T15:06:51.094Z
119442026-08-26T15:06:51.123Z Doc-tests sled_agent_resolvable_files_examples
119452026-08-26T15:06:51.123Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b7f6e80d9be07ea8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119462026-08-26T15:06:51.317Z
119472026-08-26T15:06:51.317Zrunning 0 tests
119482026-08-26T15:06:51.318Z
119492026-08-26T15:06:51.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119502026-08-26T15:06:51.318Z
119512026-08-26T15:06:51.339Z Doc-tests sled_agent_scrimlet_reconcilers
119522026-08-26T15:06:51.339Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_scrimlet_reconcilers --test sled-agent/scrimlet-reconcilers/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-9ec9cc1ebd320288.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-8f1ebec1a6cc08f4.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-d34c78c8ff4b8c97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-07ae9de473db4a70.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-a64afbac6e4fcccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119532026-08-26T15:06:51.668Z
119542026-08-26T15:06:51.668Zrunning 0 tests
119552026-08-26T15:06:51.668Z
119562026-08-26T15:06:51.668Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119572026-08-26T15:06:51.669Z
119582026-08-26T15:06:51.699Z Doc-tests sled_agent_types
119592026-08-26T15:06:51.700Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-73507b11e79a4dbe.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119602026-08-26T15:06:51.961Z
119612026-08-26T15:06:51.961Zrunning 0 tests
119622026-08-26T15:06:51.961Z
119632026-08-26T15:06:51.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119642026-08-26T15:06:51.961Z
119652026-08-26T15:06:51.986Z Doc-tests sled_agent_types_versions
119662026-08-26T15:06:51.986Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-2bfdad985709c039.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-74ef2021b454d3ef.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-36763d1eed4a2017.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-54340c179275cdab.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-124b3fc74285f549.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119672026-08-26T15:06:54.485Z
119682026-08-26T15:06:54.485Zrunning 1 test
119692026-08-26T15:06:54.485Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
119702026-08-26T15:06:54.485Z
119712026-08-26T15:06:54.485Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119722026-08-26T15:06:54.485Z
119732026-08-26T15:06:54.488Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
119742026-08-26T15:06:54.578Z Doc-tests sled_diagnostics
119752026-08-26T15:06:54.578Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-e3465fe290c8da6d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8b0610839e135508.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-7b2b1615a37a52ad.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-6666db3a0d0af30b.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119762026-08-26T15:06:54.839Z
119772026-08-26T15:06:54.839Zrunning 0 tests
119782026-08-26T15:06:54.839Z
119792026-08-26T15:06:54.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119802026-08-26T15:06:54.839Z
119812026-08-26T15:06:54.866Z Doc-tests sled_hardware
119822026-08-26T15:06:54.866Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-2d06459f9e057cca.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-d59c7e58ad255137.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-34de0cd9290266be.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-c150a04bf14a4dde.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-553a454e71cd2446.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-f1cb99afb6f21245.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-08cd90bbd82f0abe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119832026-08-26T15:06:55.164Z
119842026-08-26T15:06:55.164Zrunning 0 tests
119852026-08-26T15:06:55.164Z
119862026-08-26T15:06:55.164Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119872026-08-26T15:06:55.164Z
119882026-08-26T15:06:55.194Z Doc-tests sled_hardware_types
119892026-08-26T15:06:55.194Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
119902026-08-26T15:06:55.294Z
119912026-08-26T15:06:55.294Zrunning 0 tests
119922026-08-26T15:06:55.294Z
119932026-08-26T15:06:55.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119942026-08-26T15:06:55.294Z
119952026-08-26T15:06:55.306Z Doc-tests sled_storage
119962026-08-26T15:06:55.306Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d8fbaa4fbac25e39.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-bbd06af5b6659032.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-d9caaad754d8b723.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-1a2eaaf41e6bade2.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
119972026-08-26T15:06:55.565Z
119982026-08-26T15:06:55.565Zrunning 0 tests
119992026-08-26T15:06:55.565Z
120002026-08-26T15:06:55.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120012026-08-26T15:06:55.565Z
120022026-08-26T15:06:55.592Z Doc-tests sp_sim
120032026-08-26T15:06:55.592Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-ed53ab51a5294f44.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-0cccbdaafa17eaa6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f7d686b3a1da52a3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-ef02baca9867f495.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e77e8575c608ffd4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120042026-08-26T15:06:56.051Z
120052026-08-26T15:06:56.051Zrunning 0 tests
120062026-08-26T15:06:56.051Z
120072026-08-26T15:06:56.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120082026-08-26T15:06:56.051Z
120092026-08-26T15:06:56.089Z Doc-tests support_bundle_collection
120102026-08-26T15:06:56.089Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-7f30b4639863addf.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-afef24ab39b66ed4.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e537c069d41acba4.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-881f179c174ae69d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-64a5fd626ceb1b17.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-068f14893a11456b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-141af740073d1708.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-1315fe161e8975ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-a9f0cdcfc50cd33c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-1ceb9938fceeb710.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-3fe16a96dc35d656.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
120112026-08-26T15:06:56.531Z
120122026-08-26T15:06:56.531Zrunning 0 tests
120132026-08-26T15:06:56.532Z
120142026-08-26T15:06:56.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120152026-08-26T15:06:56.532Z
120162026-08-26T15:06:56.575Z Doc-tests transient_dns_server
120172026-08-26T15:06:56.579Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0520512c5dd2edd5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-1a4c982ae87f423b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-a65250c43f044200.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-bae38ec738d9b927.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120182026-08-26T15:06:56.775Z
120192026-08-26T15:06:56.775Zrunning 0 tests
120202026-08-26T15:06:56.775Z
120212026-08-26T15:06:56.775Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120222026-08-26T15:06:56.775Z
120232026-08-26T15:06:56.798Z Doc-tests trust_quorum
120242026-08-26T15:06:56.798Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-2a5c678eec0b5a97.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-1f35b5984e47e96d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-87ff74fed464b515.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-f4922eb908c6a7d4.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-9f90cdd40413cce8.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-18b8e9cafb250fac.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120252026-08-26T15:06:57.153Z
120262026-08-26T15:06:57.154Zrunning 0 tests
120272026-08-26T15:06:57.154Z
120282026-08-26T15:06:57.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120292026-08-26T15:06:57.154Z
120302026-08-26T15:06:57.189Z Doc-tests trust_quorum_protocol
120312026-08-26T15:06:57.193Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-8f3bb317f9aee4b1.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-2a5c678eec0b5a97.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-01371254692243b6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-fc16b96fec13faf8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-3adc58ac1f140746.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c0ed0203aa7efa51.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2577e2a70a918ba.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
120322026-08-26T15:06:57.423Z
120332026-08-26T15:06:57.423Zrunning 0 tests
120342026-08-26T15:06:57.423Z
120352026-08-26T15:06:57.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120362026-08-26T15:06:57.423Z
120372026-08-26T15:06:57.445Z Doc-tests trust_quorum_test_utils
120382026-08-26T15:06:57.449Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-3afda07988adb463.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-ff5f7a70f406f403.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-829390af69961e44.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-2e824e0cb24bd40e.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120392026-08-26T15:06:57.602Z
120402026-08-26T15:06:57.603Zrunning 0 tests
120412026-08-26T15:06:57.603Z
120422026-08-26T15:06:57.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120432026-08-26T15:06:57.603Z
120442026-08-26T15:06:57.620Z Doc-tests trust_quorum_types
120452026-08-26T15:06:57.620Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-79874b690383809c.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120462026-08-26T15:06:57.710Z
120472026-08-26T15:06:57.710Zrunning 0 tests
120482026-08-26T15:06:57.710Z
120492026-08-26T15:06:57.710Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120502026-08-26T15:06:57.710Z
120512026-08-26T15:06:57.721Z Doc-tests trust_quorum_types_versions
120522026-08-26T15:06:57.725Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-dfa494b65550c956.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-34736bd7f5ddc5a6.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-c5993d8eeb7c8b71.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-2727464e2c1a72cc.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-c95e70f9d71ff793.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-b8d2612886d7f029.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120532026-08-26T15:06:58.287Z
120542026-08-26T15:06:58.287Zrunning 1 test
120552026-08-26T15:06:58.287Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
120562026-08-26T15:06:58.291Z
120572026-08-26T15:06:58.291Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120582026-08-26T15:06:58.291Z
120592026-08-26T15:06:58.291Zall doctests ran in 0.37s; merged doctests compilation took 0.36s
120602026-08-26T15:06:58.311Z Doc-tests typed_rng
120612026-08-26T15:06:58.315Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-03876ba01bdfbc9e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-c2447f4027b03996.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-5e945bd05013491e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-73a1412ec7fa14d1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120622026-08-26T15:06:58.377Z
120632026-08-26T15:06:58.377Zrunning 0 tests
120642026-08-26T15:06:58.377Z
120652026-08-26T15:06:58.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120662026-08-26T15:06:58.377Z
120672026-08-26T15:06:58.386Z Doc-tests wicket
120682026-08-26T15:06:58.387Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-4515cb23f8af215b.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f6f38ef7bd161859.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-cdb474878fbb967e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-83b206d0eb3d22f9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-c202bbc41c680137.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b98f8db7ed625da7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-fe4450499087510d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-ba0afe4f408c24b0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-b1061f87111f5382.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-954c3cbcdfd7c4ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-85ef74eefc48f6ed.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-6205e0b0aed89209.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2cc16e1a81b5222a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-945a03425522bd83.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120692026-08-26T15:06:58.881Z
120702026-08-26T15:06:58.881Zrunning 0 tests
120712026-08-26T15:06:58.881Z
120722026-08-26T15:06:58.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120732026-08-26T15:06:58.881Z
120742026-08-26T15:06:58.921Z Doc-tests wicket_common
120752026-08-26T15:06:58.921Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-f6fe819f8483ad6e.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120762026-08-26T15:06:59.299Z
120772026-08-26T15:06:59.299Zrunning 0 tests
120782026-08-26T15:06:59.299Z
120792026-08-26T15:06:59.299Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120802026-08-26T15:06:59.299Z
120812026-08-26T15:06:59.336Z Doc-tests wicket_dbg
120822026-08-26T15:06:59.340Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-14425d4e7d9bbc97.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-1dc4df9aa26f5112.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9dc9ae1e54ea978c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-da5bf10ee9d926e9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-00ee8f75dac479cb.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120832026-08-26T15:06:59.607Z
120842026-08-26T15:06:59.607Zrunning 0 tests
120852026-08-26T15:06:59.607Z
120862026-08-26T15:06:59.607Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120872026-08-26T15:06:59.607Z
120882026-08-26T15:06:59.635Z Doc-tests wicketd
120892026-08-26T15:06:59.639Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-bf59ab279ffa544e.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-bbad9c07534b208d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ccf068c4353a2b17.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-4045c159f7e150b0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-9f077ff8f5251d63.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-041ee7be0cc632ff.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-7e15bd348a28bd1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-017f930efaf3a116.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-87c66adffc9b164c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-71b5054738e3b2a0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-1fd90955e6988071.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-56c4518998341c1d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-df5b508c05d0a91f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-f1ce8c20d9f6bee7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-6cd3205169df36f5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-c13f57aa47486822.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-2817cd1f5c44bb81.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-2508f57c7fe4028f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b4a36981bfcc32fd.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-2329cdf5dbec70da.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2ed227fdee955ab6.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-83a90d8c4af47865.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-3ff9e74112d12f3c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-49ba6a83d3a8ea61.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b384d457a273452c.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-0c2dde6c8cfb3a96.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b1f903606c109e1d.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-c097606c1534c4bb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-c18773b3978cfc9e.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0a42c1b4f0021cf8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-6dbb37c733cafa04.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9ffdef4aa8ba9c82.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b9437a6b3420daf9.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-5e1f7ef9c892e407.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-75c10f8693f224ba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-c6a9a84481821d1f.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-bcd840aa998e5a4a.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-229c20d6e315da3f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-0a61cdd93b16433e.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-a158c6b485ea807a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-ab2848f1bdfe7d1a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-813541924132b5da.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b6a7584ac4005edc.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-34c0ceba006ce3d3.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-ccf59a637f5a0a24.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-43ac003f714f228e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-859fce98afae06b1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-f01fe90a33d6d769.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c3f46a3dac50d266.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120902026-08-26T15:07:00.101Z
120912026-08-26T15:07:00.101Zrunning 0 tests
120922026-08-26T15:07:00.101Z
120932026-08-26T15:07:00.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120942026-08-26T15:07:00.101Z
120952026-08-26T15:07:00.143Z Doc-tests wicketd_api
120962026-08-26T15:07:00.143Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-6ffa822478fd1f90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-c2532105bf668d1b.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120972026-08-26T15:07:00.790Z
120982026-08-26T15:07:00.790Zrunning 2 tests
120992026-08-26T15:07:00.790Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 47) ... ignored
121002026-08-26T15:07:00.790Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 53) ... ignored
121012026-08-26T15:07:00.790Z
121022026-08-26T15:07:00.790Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121032026-08-26T15:07:00.790Z
121042026-08-26T15:07:00.794Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
121052026-08-26T15:07:00.826Z Doc-tests wicketd_client
121062026-08-26T15:07:00.826Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-c76715eb98b499e0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-51f3f95194a84260.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0dcfc89b416d5df7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-3a703adebf92b22a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-7e9b5a89c18f7b28.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-f02ef7980b8eacd8.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121072026-08-26T15:07:01.895Z
121082026-08-26T15:07:01.895Zrunning 0 tests
121092026-08-26T15:07:01.895Z
121102026-08-26T15:07:01.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121112026-08-26T15:07:01.895Z
121122026-08-26T15:07:01.944Z Doc-tests wicketd_commission_api
121132026-08-26T15:07:01.944Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_api --test wicketd-commission-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-8f2180d860b565de.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-6cd8a60c74e55fab.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121142026-08-26T15:07:02.527Z
121152026-08-26T15:07:02.527Zrunning 2 tests
121162026-08-26T15:07:02.527Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 62) ... ignored
121172026-08-26T15:07:02.527Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 68) ... ignored
121182026-08-26T15:07:02.527Z
121192026-08-26T15:07:02.527Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
121202026-08-26T15:07:02.527Z
121212026-08-26T15:07:02.533Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
121222026-08-26T15:07:02.558Z Doc-tests wicketd_commission_client
121232026-08-26T15:07:02.562Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_client --test clients/wicketd-commission-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-commission-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-127a433fcf21b8fb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-54192d657c4b7a63.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-17ceda18b66d167d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121242026-08-26T15:07:02.911Z
121252026-08-26T15:07:02.911Zrunning 0 tests
121262026-08-26T15:07:02.911Z
121272026-08-26T15:07:02.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121282026-08-26T15:07:02.911Z
121292026-08-26T15:07:02.940Z Doc-tests wicketd_commission_types
121302026-08-26T15:07:02.940Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types --test wicketd-commission-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-20bafac373dc3676.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121312026-08-26T15:07:03.130Z
121322026-08-26T15:07:03.130Zrunning 0 tests
121332026-08-26T15:07:03.131Z
121342026-08-26T15:07:03.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121352026-08-26T15:07:03.135Z
121362026-08-26T15:07:03.154Z Doc-tests wicketd_commission_types_versions
121372026-08-26T15:07:03.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types_versions --test wicketd-commission-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-c849c680d8014827.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-980a116df73f30ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-624947042cc807b5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-a9d96c7f828880f1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f70f890fab6a354c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-efefa4fe81a004d3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-251dd69e3f873056.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-a464c5dbc949359b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2985f47f0617a773.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3a159dd8284546ac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c18ad3876f21a662.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-dedc9291a8e0ca18.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f5869549aba89134.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121382026-08-26T15:07:04.110Z
121392026-08-26T15:07:04.110Zrunning 1 test
121402026-08-26T15:07:04.110Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
121412026-08-26T15:07:04.110Z
121422026-08-26T15:07:04.110Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121432026-08-26T15:07:04.111Z
121442026-08-26T15:07:04.115Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
121452026-08-26T15:07:04.155Z Doc-tests xtask_downloader
121462026-08-26T15:07:04.158Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-651b1014555b0cdc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-d95926d93a71fc3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b08f6399b34a27d4.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-d784541f29234aee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-08230554ecdab31a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-b3f98b85b6886a1a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf5346cb2b09b2c1.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a7827c34414be6ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-1cd0fbdf8677e094.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121472026-08-26T15:07:04.273Z
121482026-08-26T15:07:04.273Zrunning 1 test
121492026-08-26T15:07:04.276Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
121502026-08-26T15:07:04.276Z
121512026-08-26T15:07:04.276Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121522026-08-26T15:07:04.277Z
121532026-08-26T15:07:04.288Z Doc-tests zfs_test_harness
121542026-08-26T15:07:04.288Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-99a1b43c74aa57d0.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-1078efecf87723fe.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ecf44f7e5ae87541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-68dcdfda905e1f10.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6d6e04a901546918.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-2dc500eea8a54e12.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-1177d50b3a373299.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121552026-08-26T15:07:04.526Z
121562026-08-26T15:07:04.526Zrunning 0 tests
121572026-08-26T15:07:04.528Z
121582026-08-26T15:07:04.528Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121592026-08-26T15:07:04.528Z
121602026-08-26T15:07:04.552Z Doc-tests zone_setup
121612026-08-26T15:07:04.552Z Running `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-04167d9cdaa078f7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-be9b141c2937de8f/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b5224bd7ae3b5054/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-a77e4499fe105ae5/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-2e34e159ee22401b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-4931290bf34554db/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-50be7308aaf1878c/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-6509c7f73bf7ac18.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-e1a2c065c925fac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-c281ab726a4f9d88.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-489443d6f902cb52.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-ed5afb80fefb76a4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-25cab67f863ebe09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-84c42bfd0120d816.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-3447c7fc7b7d2eff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-5e735f01a706acb6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fe5cf450571a5ad6.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-27a94db5c14a5e93.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-49dfb12d755dd188.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-cd45e8a1600a8124.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-33e7269b228e682b.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e09c365e457db999.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ba79b96f5426a5c0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-8c71201a5e6f717b.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121622026-08-26T15:07:04.775Z
121632026-08-26T15:07:04.775Zrunning 0 tests
121642026-08-26T15:07:04.775Z
121652026-08-26T15:07:04.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121662026-08-26T15:07:04.776Z
121672026-08-26T15:07:04.882Z
121682026-08-26T15:07:04.886Zreal 2:38.107385551
121692026-08-26T15:07:04.886Zuser 2:06.275048488
121702026-08-26T15:07:04.886Zsys 59.550486376
121712026-08-26T15:07:04.886Ztrap 0.015767231
121722026-08-26T15:07:04.886Ztflt 0.804689008
121732026-08-26T15:07:04.886Zdflt 0.290675133
121742026-08-26T15:07:04.886Zkflt 0.000052780
121752026-08-26T15:07:04.886Zlock 12:46.643243192
121762026-08-26T15:07:04.886Zslp 15:16.749788180
121772026-08-26T15:07:04.886Zlat 0.344338494
121782026-08-26T15:07:04.886Zstop 4.316387546
121792026-08-26T15:07:04.886Z+ banner 'check schema migration cleanup'
121802026-08-26T15:07:04.886Z
121812026-08-26T15:07:04.886Z #### # # ###### #### # # #### #### # # ######
121822026-08-26T15:07:04.886Z # # # # # # # # # # # # # # #
121832026-08-26T15:07:04.886Z # ###### ##### # #### #### # ###### #####
121842026-08-26T15:07:04.886Z # # # # # # # # # # # #
121852026-08-26T15:07:04.886Z # # # # # # # # # # # # # # # #
121862026-08-26T15:07:04.886Z #### # # ###### #### # # #### #### # # ######
121872026-08-26T15:07:04.886Z
121882026-08-26T15:07:04.886Z+ ptime -m cargo xtask schema old-migrations
121892026-08-26T15:07:05.386Z Compiling serde_core v1.0.228
121902026-08-26T15:07:05.386Z Compiling libc v0.2.185
121912026-08-26T15:07:05.386Z Compiling serde v1.0.228
121922026-08-26T15:07:05.390Z Compiling rustix v1.1.4
121932026-08-26T15:07:05.390Z Compiling bitflags v2.11.0
121942026-08-26T15:07:05.390Z Compiling serde_json v1.0.151
121952026-08-26T15:07:05.483Z Compiling syn v1.0.109
121962026-08-26T15:07:05.502Z Compiling log v0.4.33
121972026-08-26T15:07:05.506Z Compiling getrandom v0.4.3
121982026-08-26T15:07:05.592Z Compiling usdt-impl v0.5.0
121992026-08-26T15:07:05.604Z Compiling indexmap v2.14.0
122002026-08-26T15:07:05.621Z Compiling anyhow v1.0.104
122012026-08-26T15:07:05.635Z Compiling fs-err v3.3.0
122022026-08-26T15:07:05.650Z Compiling once_cell v1.21.3
122032026-08-26T15:07:05.650Z Compiling heck v0.4.1
122042026-08-26T15:07:05.678Z Compiling syn v2.0.117
122052026-08-26T15:07:07.318Z Compiling errno v0.3.14
122062026-08-26T15:07:07.318Z Compiling thread-id v4.2.2
122072026-08-26T15:07:07.335Z Compiling memmap v0.7.0
122082026-08-26T15:07:07.339Z Compiling proc-macro-error v1.0.4
122092026-08-26T15:07:07.339Z Compiling terminal_size v0.4.3
122102026-08-26T15:07:07.339Z Compiling tempfile v3.27.0
122112026-08-26T15:07:07.339Z Compiling clap_builder v4.6.0
122122026-08-26T15:07:07.339Z Compiling textwrap v0.16.2
122132026-08-26T15:07:07.363Z Compiling tabled_derive v0.7.0
122142026-08-26T15:07:08.092Z Compiling camino v1.2.5
122152026-08-26T15:07:08.092Z Compiling semver v1.0.28
122162026-08-26T15:07:08.097Z Compiling cargo-platform v0.3.2
122172026-08-26T15:07:08.097Z Compiling pest_generator v2.8.6
122182026-08-26T15:07:08.097Z Compiling camino-tempfile v1.4.1
122192026-08-26T15:07:08.254Z Compiling tabled v0.15.0
122202026-08-26T15:07:08.258Z Compiling serde_derive v1.0.228
122212026-08-26T15:07:08.258Z Compiling thiserror-impl v1.0.69
122222026-08-26T15:07:08.259Z Compiling zerocopy-derive v0.7.35
122232026-08-26T15:07:08.259Z Compiling scroll_derive v0.12.1
122242026-08-26T15:07:08.259Z Compiling thiserror-impl v2.0.18
122252026-08-26T15:07:08.259Z Compiling clap_derive v4.6.1
122262026-08-26T15:07:08.290Z Compiling pest_derive v2.8.6
122272026-08-26T15:07:10.856Z Compiling scroll v0.12.0
122282026-08-26T15:07:10.864Z Compiling zerocopy v0.7.35
122292026-08-26T15:07:10.864Z Compiling goblin v0.8.2
122302026-08-26T15:07:10.864Z Compiling thiserror v1.0.69
122312026-08-26T15:07:10.864Z Compiling dtrace-parser v0.2.0
122322026-08-26T15:07:10.864Z Compiling thiserror v2.0.18
122332026-08-26T15:07:10.864Z Compiling clap v4.6.1
122342026-08-26T15:07:10.864Z Compiling toml_datetime v0.6.11
122352026-08-26T15:07:10.864Z Compiling serde_spanned v0.6.9
122362026-08-26T15:07:10.864Z Compiling cargo_metadata v0.23.1
122372026-08-26T15:07:10.864Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
122382026-08-26T15:07:10.864Z Compiling macaddr v1.0.1
122392026-08-26T15:07:10.864Z Compiling dof v0.3.0
122402026-08-26T15:07:10.864Z Compiling serde_tokenstream v0.2.3
122412026-08-26T15:07:10.928Z Compiling toml_edit v0.22.27
122422026-08-26T15:07:11.807Z Compiling usdt-macro v0.5.0
122432026-08-26T15:07:11.807Z Compiling usdt-attr-macro v0.5.0
122442026-08-26T15:07:12.161Z Compiling toml v0.8.23
122452026-08-26T15:07:12.214Z Compiling usdt v0.5.0
122462026-08-26T15:07:12.485Z Compiling cargo_toml v0.21.0
122472026-08-26T15:07:13.814Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
122482026-08-26T15:07:16.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
122492026-08-26T15:07:16.263Z Running `target/debug/xtask schema old-migrations`
122502026-08-26T15:07:17.219Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
122512026-08-26T15:07:17.398Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
122522026-08-26T15:07:17.398Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
122532026-08-26T15:07:17.439Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
122542026-08-26T15:07:17.940Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
122552026-08-26T15:07:17.940Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
122562026-08-26T15:07:26.483Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
122572026-08-26T15:07:26.483Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
122582026-08-26T15:07:26.483Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
122592026-08-26T15:07:27.378Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
122602026-08-26T15:07:27.378Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
122612026-08-26T15:07:27.382Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
122622026-08-26T15:07:28.731Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
122632026-08-26T15:07:28.968Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
122642026-08-26T15:07:36.344Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
122652026-08-26T15:07:45.144Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
122662026-08-26T15:07:46.751Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
122672026-08-26T15:08:22.000Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
122682026-08-26T15:08:33.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
122692026-08-26T15:08:33.482Z Running `target/debug/schema old-migrations`
122702026-08-26T15:08:33.546ZIdentifying old migrations that can be removed
122712026-08-26T15:08:33.659ZBase schema version: 148.0.0
122722026-08-26T15:08:33.662ZOK: No old migrations found
122732026-08-26T15:08:33.662Z
122742026-08-26T15:08:33.663Zreal 1:28.771078039
122752026-08-26T15:08:33.663Zuser 2:44.970704839
122762026-08-26T15:08:33.663Zsys 27.421156712
122772026-08-26T15:08:33.663Ztrap 0.021934947
122782026-08-26T15:08:33.663Ztflt 0.613061881
122792026-08-26T15:08:33.663Zdflt 1.406924441
122802026-08-26T15:08:33.663Zkflt 0.000158900
122812026-08-26T15:08:33.663Zlock 12:32.667149403
122822026-08-26T15:08:33.663Zslp 5:41.208247070
122832026-08-26T15:08:33.663Zlat 0.335196443
122842026-08-26T15:08:33.663Zstop 17.168129721
122852026-08-26T15:08:33.667Z+ [[ illumos == \i\l\l\u\m\o\s ]]
122862026-08-26T15:08:33.667Z+ banner live-test
122872026-08-26T15:08:33.667Z
122882026-08-26T15:08:33.667Z # # # # ###### ##### ###### #### #####
122892026-08-26T15:08:33.667Z # # # # # # # # #
122902026-08-26T15:08:33.667Z # # # # ##### ##### # ##### #### #
122912026-08-26T15:08:33.667Z # # # # # # # # #
122922026-08-26T15:08:33.667Z # # # # # # # # # #
122932026-08-26T15:08:33.667Z ###### # ## ###### # ###### #### #
122942026-08-26T15:08:33.667Z
122952026-08-26T15:08:33.667Z+ ptime -m cargo xtask live-tests
122962026-08-26T15:08:34.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
122972026-08-26T15:08:34.179Z Running `target/debug/xtask live-tests`
122982026-08-26T15:08:34.220Zusing temporary directory: /var/tmp/omicron_tmp/.tmpkU7JdZ
122992026-08-26T15:08:34.221Zwill create archive file: /var/tmp/omicron_tmp/.tmpkU7JdZ/live-tests-archive/omicron-live-tests.tar.zst
123002026-08-26T15:08:34.221Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123012026-08-26T15:08:34.221Z
123022026-08-26T15:08:34.225Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpkU7JdZ/live-tests-archive/omicron-live-tests.tar.zst"
123032026-08-26T15:08:36.195Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
123042026-08-26T15:08:36.199Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123052026-08-26T15:08:36.339Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
123062026-08-26T15:08:36.355Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
123072026-08-26T15:08:36.358Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
123082026-08-26T15:08:36.358Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
123092026-08-26T15:08:36.425Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
123102026-08-26T15:08:36.428Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
123112026-08-26T15:08:36.428Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
123122026-08-26T15:08:36.428Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
123132026-08-26T15:08:36.428Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
123142026-08-26T15:08:37.492Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
123152026-08-26T15:08:38.216Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
123162026-08-26T15:08:41.756Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123172026-08-26T15:08:41.756Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
123182026-08-26T15:08:42.807Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
123192026-08-26T15:09:14.490Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
123202026-08-26T15:09:15.058Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
123212026-08-26T15:09:17.438Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
123222026-08-26T15:09:18.039Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
123232026-08-26T15:09:46.587Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
123242026-08-26T15:09:54.085Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
123252026-08-26T15:10:17.484Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 42s
123262026-08-26T15:10:17.689Zinfo: experimental features enabled: setup-scripts, benchmarks
123272026-08-26T15:10:17.693Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpkU7JdZ/live-tests-archive/omicron-live-tests.tar.zst
123282026-08-26T15:10:18.387Z Archived 402 files to /var/tmp/omicron_tmp/.tmpkU7JdZ/live-tests-archive/omicron-live-tests.tar.zst in 0.69s
123292026-08-26T15:10:18.473Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpkU7JdZ/live-tests-archive\""
123302026-08-26T15:10:18.482Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpkU7JdZ" "live-tests-archive"
123312026-08-26T15:10:18.666Zcreated:
123322026-08-26T15:10:18.666ZTo use this:
123332026-08-26T15:10:18.666Z
123342026-08-26T15:10:18.666Z1. Copy the tarball to the switch zone in a deployed Omicron system.
123352026-08-26T15:10:18.666Z
123362026-08-26T15:10:18.666Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
123372026-08-26T15:10:18.670Z e.g., scp \
123382026-08-26T15:10:18.670Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
123392026-08-26T15:10:18.671Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
123402026-08-26T15:10:18.671Z
123412026-08-26T15:10:18.671Z2. Copy the `cargo-nextest` binary to the same place.
123422026-08-26T15:10:18.671Z
123432026-08-26T15:10:18.671Z e.g., scp \
123442026-08-26T15:10:18.671Z $(which cargo-nextest) \
123452026-08-26T15:10:18.671Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
123462026-08-26T15:10:18.671Z
123472026-08-26T15:10:18.671Z3. From the switch zone on that system, unpack the tarball with:
123482026-08-26T15:10:18.671Z
123492026-08-26T15:10:18.671Z tar xzf live-tests-archive.tgz
123502026-08-26T15:10:18.671Z
123512026-08-26T15:10:18.671Z4. From the switch zone on that system, run tests with:
123522026-08-26T15:10:18.671Z
123532026-08-26T15:10:18.671Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
123542026-08-26T15:10:18.671Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
123552026-08-26T15:10:18.671Z --workspace-remap live-tests-archive
123562026-08-26T15:10:18.671Z
123572026-08-26T15:10:18.671Z
123582026-08-26T15:10:18.671Zreal 1:44.998031843
123592026-08-26T15:10:18.671Zuser 2:45.566611326
123602026-08-26T15:10:18.671Zsys 26.603814068
123612026-08-26T15:10:18.671Ztrap 0.023004141
123622026-08-26T15:10:18.671Ztflt 0.283639924
123632026-08-26T15:10:18.671Zdflt 1.131128004
123642026-08-26T15:10:18.671Zkflt 0.000032470
123652026-08-26T15:10:18.671Zlock 14:39.756847587
123662026-08-26T15:10:18.672Zslp 10:27.149296516
123672026-08-26T15:10:18.672Zlat 0.231829329
123682026-08-26T15:10:18.672Zstop 5.418800303
123692026-08-26T15:10:18.672Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
123702026-08-26T15:10:18.676Z+ unset TMPDIR
123712026-08-26T15:10:18.676Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
123722026-08-26T15:10:18.676Zfiles in /var/tmp/omicron_tmp (none expected on success):
123732026-08-26T15:10:18.676Z+ find /var/tmp/omicron_tmp -ls
123742026-08-26T15:10:18.676Z135083 39 drwxr-xr-x 2 build build 2 Aug 26 15:10 /var/tmp/omicron_tmp
123752026-08-26T15:10:18.676Z+ rmdir /var/tmp/omicron_tmp
123762026-08-26T15:10:18.680Zprocess exited: duration 1977957 ms, exit code 0
 
123772026-08-26T15:10:18.693Zfound 6 output files
123782026-08-26T15:10:18.716Zuploading: /work/cargo-build-analysis.jsonl (1822758 bytes)
123792026-08-26T15:10:19.726Zuploaded: /work/cargo-build-analysis.jsonl
123802026-08-26T15:10:19.726Zuploading: /work/environment.json (108 bytes)
123812026-08-26T15:10:20.737Zuploaded: /work/environment.json
123822026-08-26T15:10:20.737Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (669443 bytes)
123832026-08-26T15:10:21.761Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
123842026-08-26T15:10:21.761Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (283248640 bytes)
123852026-08-26T15:10:24.564Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
123862026-08-26T15:10:24.564Zuploading: /tmp/nextest-run-archive.zip (3208657 bytes)
123872026-08-26T15:10:25.613Zuploaded: /tmp/nextest-run-archive.zip
123882026-08-26T15:10:25.613Zuploading: /tmp/nextest-chrome-trace.json (4261789 bytes)
123892026-08-26T15:10:26.673Zuploaded: /tmp/nextest-chrome-trace.json